-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
11,745 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
filter: | ||
excluded_paths: | ||
- assets/js/codemirror-* # All CodeMirror dependencies | ||
- assets/js/screenfull-* # All Screenfull dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Changelog | ||
|
||
## Version 1.2.0 | ||
|
||
**Features:** | ||
|
||
* Enhanced syntax styling | ||
* Align headline formatting outside the content | ||
* Added hanging quotes | ||
* Added styles for task lists | ||
* Added inline HTML support | ||
* Added "Help" toolbar section with relevant links | ||
* Added tooltips to toolbar icons | ||
* Added translation support | ||
* Included language files: | ||
* English | ||
* German | ||
* French (Thanks to @malvese) | ||
|
||
**Changes:** | ||
|
||
* Changed header button icons | ||
* Header buttons toggle formatting instead of applying it multiple times | ||
* Drop MirrorMark dependency | ||
* Drop lodash.js dependency | ||
|
||
**Bugfixes:** | ||
|
||
* Don't treat underscores in words as formatting (#11) | ||
* Make toolbar buttons work with multiple selections | ||
* Enable panel "Save" hotkey | ||
* Hide fullscreen icon in Safari | ||
* A lot more little fixes | ||
|
||
## Version 1.1.0 | ||
|
||
**New Features:** | ||
|
||
* Headline toolbar icons & actions | ||
* Option to specify the headline levels | ||
* Option to hide the toolbar | ||
|
||
**Changes:** | ||
|
||
* Updated to MirrorMark 1.0.1 | ||
|
||
**Bugfixes:** | ||
|
||
* Show correct fullscreen mode editor for pages with multiple editor fields | ||
* Allow scrolling in fullscreen mode | ||
|
||
## Version 1.0.1 | ||
|
||
**New Features:** | ||
|
||
* Reimplement fullscreen mode logic | ||
* Show toolbar in fullscreen mode | ||
|
||
**Bugfixes:** | ||
|
||
* Limited fullscreen mode content width | ||
* Minor additional style fixes for fullscreen mode | ||
|
||
## Version 1.0.0 | ||
|
||
* Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.