Skip to content

Latest commit

 

History

History
120 lines (88 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

120 lines (88 loc) · 3.22 KB

Changelog

2.0.1 (2024-05-03)

  • CodeMirror update to 5.65.16

2.0.0 (2023-07-13)

  • dependency: module is namespaced, only for PW version 3
  • dependancy: PHP 7.1

1.7.7 (2023-07-12)

  • CodeMirror update to 5.65.13

1.7.6 (2021-09-03)

  • CodeMirror update to 5.62.0

1.7.5 (2017-11-27)

  • add config setting to control line wrapping in CodeMirror (suggested by adrian)

1.7.4 (2017-11-27)

  • added ability to open editor at specific line number (suggested by adrian)
  • fixed bug with InputfieldTextarea where empty lines at the beginning of the file are discarded (reported by adrian)

1.7.3 (2017-11-27)

  • removed dotfiles whitelist option (suggested by adrian)

1.7.2 (2017-11-26)

  • add option to ignore files with dot as first character, like .gitignore, .editorconfig etc. (suggested by adrian)

1.7.1 (2017-11-23)

  • CodeMirror update to 5.32.0
  • added codefolding addon for CodeMirror
  • minor code cleanup

1.7.0 (2017-11-01)

  • support for AdminThemeUikit (add save button to head)
  • CodeMirror update to 5.31.0

1.6.9 (2017-10-18)

  • prepend a '.' to the backup extension, if needed (suggested by Netcarver)
  • prevent notices on file-save if backups enabled (suggested by Netcarver)

1.6.8 (2017-10-18)

  • option to backup edited file (suggested by Netcarver)

1.6.7 (2017-10-15)

  • control for line endings (Windows, Mac or Linux) (suggested by Netcarver)
  • cxtend directory start list with a scan of the templates subfolder (suggested by Netcarver)
  • change icon to pencil-square-o (suggested by Netcarver)
  • CodeMirror update to 5.30.0

1.6.6 (2017-03-11)

  • support for AdminThemeUikit
  • CodeMirror update to 5.24.2

1.6.5 (2016-11-19)

  • add link to CodeMirror theme demo (suggested by fbg13)

1.6.4 (2016-11-19)

  • fix when installing the module would not create a page under setup branch (reported by adrian and fbg13)

1.6.3 (2016-11-17)

  • add none as an encoding option

1.6.2 (2016-11-17)

  • add more encoding options

1.6.1 (2016-11-15)

  • bug fix (reported by tpr)

1.6.0 (2016-11-14)

  • display directory path on hover (implemented by tpr)
  • enable url change on directory change (implemented by tpr)
  • changes under the hood

1.5.6 (2016-11-11)

  • bug fix with displaying images (reported by tpr)

1.5.5 (2016-11-11)

  • add link to template edit (suggested by tpr)

1.5.4 (2016-11-10)

  • add caption to images in modal

1.5.3 (2016-11-09)

  • open images (jpg, gif, png, bmp) in modal

1.5.2 (2016-11-08)

  • fix to adapt to changes in modal windows

1.5.1 (2016-11-06)

  • more CodeMirror language modes (suggested by tpr)

1.5 (2016-11-05)

  • warning about unsaved changes (suggested by tpr)
  • better wording about include/exclude filter (suggested by tpr)
  • better visual feedback on Save (suggested by tpr)
  • CodeMirror theme selection (suggested by tpr)
  • small speed improvement on directory tree generation
  • small enhancements and fixes
  • CodeMirror update to 5.20.2

1.4 (2016-10-25)

  • bug fixes
  • remove ProcessWire namespace
  • editor auto height

1.3 (2016-10-21)

  • code cleanup
  • editing in modal
  • support for non ascii filenames
  • add changelog, readme, license

1.2 (2016-10-03)

  • minor fixes

1.1 (2016-10-03)

  • code cleanup

1.0 (2016-09-18)

  • initial release