Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

74 lines (45 loc) · 2.5 KB

Changelog

2.1.0 - 11 Dec 2021

  • v9 compatibility

Fixed

  • Minor bug fixes
  • Fixes to further restrict to GM only
  • Ace editor sizing
  • Don't close or re-render on save
  • Change between libraries without errors

2.0.1 - 23 Aug 2021 - Fix Bug

Fix TypeError when flags.core is nullish. Thanks @CS-Birb!

2.0.0 - 19 Aug 2021 - Complete Refactor

Complete Refactor to use the Sheet Registrar library Edit Journal Entries in the same window, rather than in a separate application Easily switch between any of the supported editor libraries (Ace Editor and CodeMirror) Simply edit Journals with the default textarea, so that you don't need to install anything else Toggle between using JCE and the default Journal Entry sheet with the right-click context menu

0.4.0 - 14 Jul 2021 - GM only

0.3.2 - 20 Jun 2021 - Hotfix

0.3.1 - 20 Jun 2021 - Return 0.7.x comptibility

Given the impact of the fix in the previous release, all 0.7.x will receive it as well

0.3.0 - 20 Jun 2021 - Styles

I didn't include the css files in any of the previous releases which was causing bugs for many users.
Sorry for this oversight, I'll make sure it doesn't happen again 🤣 Thanks to @trdischat#2123 for identifying the issue!

0.2.1 - 31 May 2021 - Window Title Fix

0.2.0 - 26 May 2021 - Split away the library

The ace library is now part of a separate module which is a dependency for this one

This release also introduces fixes to improve the UI:

  • The save button is no longer out of initial view when using Code Mirror
  • The window height starts out at a more reasonable height

0.1.5 - 23 May 2021 - 0.1.5

Refactored css

0.1.4 - 23 May 2021 - Fixes & formatting

  • Fix issue for users with codemirror enabled, but that don't want to use it with jce
  • Removed a lot of useless settings and added more explanations
  • Update for 0.8.5

0.1.3 - 6 May 2021 - Code Mirror too

  • Added option to use Code Mirror instead of Ace
  • Finish french translation
  • Fix bug for 0.8.x users

0.1.2 - 6 May 2021 - More settings

You can now configure all of ace's settings from the module settings tab as well as turn off/on auto-open.

0.1.1 - 3 May 2021 - Fix Editor Title

0.1.0 - 3 May 2021 - First Release