From 45ad557e01e790f35a34e57ac087a9e55978cf5f Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 2 Jan 2019 14:23:55 +0200 Subject: [PATCH] Updated Release Notes (markdown) --- Release-Notes.md | 226 +++++++++++++++++++---------------------------- 1 file changed, 90 insertions(+), 136 deletions(-) diff --git a/Release-Notes.md b/Release-Notes.md index 8b529cd..c9a1563 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -1,166 +1,120 @@ ## unreleased version -### ADDED -* `Redo` function in the editor. -* New icons (http://p.yusukekamiyamane.com/) -* Icons in the main menu (optional). -* Able to make toolbar color like editor background color. - -### FIXED -* Vertical scroll bar position shifted [#17](https://github.com/Sigmanor/Crypto-Notepad/issues/17) -* `Right-to-left reading` work incorrect [#18](https://github.com/Sigmanor/Crypto-Notepad/issues/18) -* `Change Key` and `Lock` toolbar icons was inactive. - -### IMPROVED -* `Undo` function for editor. -* Settings window. - -### For developers -* Added debug menu. -* Source code now is more readable. -* Source code now is grouped by sections. -* All elements and variables now have more clear names (no more `button1` `textBox2` names and etc). -* Сhanged work logic of most functions. +* ![added](https://i.imgur.com/fFw9vd1.png "added") `Redo` function in the editor. +* ![added](https://i.imgur.com/fFw9vd1.png "added") New icons (http://p.yusukekamiyamane.com/) +* ![added](https://i.imgur.com/fFw9vd1.png "added") Icons in the main menu (optional). +* ![added](https://i.imgur.com/fFw9vd1.png "added") Able to make toolbar color like editor background color. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Vertical scroll bar position shifted [#17](https://github.com/Sigmanor/Crypto-Notepad/issues/17) +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") `Right-to-left reading` work incorrect [#18](https://github.com/Sigmanor/Crypto-Notepad/issues/18) +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") `Change Key` and `Lock` toolbar icons was inactive. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") `Undo` function for editor. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Settings window. +* ![dev](https://i.imgur.com/pYoi5v3.png "dev") Added debug menu. +* ![dev](https://i.imgur.com/pYoi5v3.png "dev") Source code now is more readable. +* ![dev](https://i.imgur.com/pYoi5v3.png "dev") Source code now is grouped by sections. +* ![dev](https://i.imgur.com/pYoi5v3.png "dev") All elements and variables now have more clear names (no more `button1` `textBox2` names and etc). +* ![dev](https://i.imgur.com/pYoi5v3.png "dev") Сhanged work logic of most functions. ## v1.3.0 (2018-12-20) -### ADDED -* Optional integration with windows context menu [#11](https://github.com/Sigmanor/Crypto-Notepad/issues/11) [#12](https://github.com/Sigmanor/Crypto-Notepad/issues/12) - -### FIXED -* Empty filename while saving existing file or creating a new. -* Incorrect work of the `Auto save on lock` function. -* Strange behavior after opening a file [#13](https://github.com/Sigmanor/Crypto-Notepad/issues/13) -* Critical bug after file saving [#14](https://github.com/Sigmanor/Crypto-Notepad/issues/14) - -### IMPROVED -* Eye icon ![eye icon](https://i.imgur.com/5iz4oCx.png) behavior. -* Encryption key now can't be empty. -* When you open a new file, filename is always empty. -* Minor design changes in `Settings` and `Change Key` windows. -* Logic of the `Associate with *.cnp files` function. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Optional integration with windows context menu [#11](https://github.com/Sigmanor/Crypto-Notepad/issues/11) [#12](https://github.com/Sigmanor/Crypto-Notepad/issues/12) +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Empty filename while saving existing file or creating a new. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Incorrect work of the `Auto save on lock` function. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Strange behavior after opening a file [#13](https://github.com/Sigmanor/Crypto-Notepad/issues/13) +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Critical bug after file saving [#14](https://github.com/Sigmanor/Crypto-Notepad/issues/14) +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Eye icon ![eye icon](https://i.imgur.com/5iz4oCx.png) behavior. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Encryption key now can't be empty. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") When you open a new file, filename is always empty. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Minor design changes in `Settings` and `Change Key` windows. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Logic of the `Associate with *.cnp files` function. _Thank for help to - [h5p9sl](https://github.com/h5p9sl)_ **Important. If If you using the `Associate with *.cnp files` after this update you need to re-enable this function.** ## v1.2.0 (2018-12-08) -### ADDED -* Program now randomizes 64-byte-long salt when saving files (by default). -* Encryption key now encrypts when not in use. -* Use RijindaelManaged.GenerateIV method instead of manually generating random IV. - -### FIXED -* Minor bug fixes. - -### IMPROVED -* Backward compatibility for older files without metadata. -* Minor design changes. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Program now randomizes 64-byte-long salt when saving files (by default). +* ![added](https://i.imgur.com/fFw9vd1.png "added") Encryption key now encrypts when not in use. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Use RijindaelManaged.GenerateIV method instead of manually generating random IV. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Backward compatibility for older files without metadata. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Minor bug fixes. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Minor design changes. _Thank for help to - [h5p9sl](https://github.com/h5p9sl)_ ## v1.1.3 (2018-11-24) -### ADDED -* Randomized initialization vectors. -* Salt now stored as metadata. - -### FIXED -* Minor grammar mistakes. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Randomized initialization vectors. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Salt now stored as metadata. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Minor grammar mistakes. _Thank for help to - [h5p9sl](https://github.com/h5p9sl)_ **Important. If you can't open previously encrypted file, just decrypt it in older version, and encrypt in new version, sorry for the trouble.** -*** +## v1.1.2 (2018-02-17) +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Text cursor (caret) is changing position on file saving [#8](https://github.com/Sigmanor/Crypto-Notepad/issues/8) -### v1.1.2 (2018-02-17) -* Fixed [#8](https://github.com/Sigmanor/Crypto-Notepad/issues/8) +## v1.1.1 (2017-05-31) +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Overflow during arithmetical operation [#6](https://github.com/Sigmanor/Crypto-Notepad/issues/6) -*** +## v1.1.0 (2017-02-10) +* ![added](https://i.imgur.com/fFw9vd1.png "added") Drag and Drop support. [#2](https://github.com/Sigmanor/Crypto-Notepad/issues/2) +* ![added](https://i.imgur.com/fFw9vd1.png "added") Highlight URLs and mailto: links. (Hold SHIFT key to open links) [#3](https://github.com/Sigmanor/Crypto-Notepad/issues/3) +* ![added](https://i.imgur.com/fFw9vd1.png "added") Auto save on lock. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Text selection behavior was changed. -### v1.1.1 (2017-05-31) -* Fixed [#6](https://github.com/Sigmanor/Crypto-Notepad/issues/6) +## v1.0.0 (2016-01-28) +* ![added](https://i.imgur.com/fFw9vd1.png "added") Displaying filename in title bar. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Saving the window state. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Able to open files of all formats. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Text change detection. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Search panel was redesigned. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Fixed bug with empty filename. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Fixed bug with the search panel. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Various bug fixes and improvements. +* ![removed](https://i.imgur.com/O6mquvt.png "removed") Status panel. -*** +## v0.6.2 (2016-01-23) +* ![added](https://i.imgur.com/fFw9vd1.png "added") Saving the caret position in editor. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Changed the messages priority on the first launch. +* ![removed](https://i.imgur.com/O6mquvt.png "removed") Invalid link from about window. -### v1.1.0 (2017-02-10) -* Drag and Drop support. [#2](https://github.com/Sigmanor/Crypto-Notepad/issues/2) -* Highlight URLs and mailto: links. (Hold SHIFT key to open links) [#3](https://github.com/Sigmanor/Crypto-Notepad/issues/3) -* Auto save on lock. -* Change text selection behavior. +## v0.6.1 (2016-01-22) +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Bug with changing the encryption key. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Typos. -*** +## v0.6.0 (2016-01-22) +* ![added](https://i.imgur.com/fFw9vd1.png "added") Release notes link in updater. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Auto-lock editor on windows minimize. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Lock icon on toolbar. +* ![added](https://i.imgur.com/fFw9vd1.png "added") App file extension was changed to *.cnp +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Bug fixes and performance improvements. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") `Open file` function was reworked. -### v1.0.0 (2016-01-28) -* Displaying filename in title bar. -* Saving the window state. -* Able to open files of all formats. -* Improved text change detection. -* Removed status panel. -* Search panel was redesigned. -* Fixed bug with empty filename. -* Fixed bug with the search panel. -* Various bug fixes and improvements. +## v0.5.0 (2016-01-15) +* ![added](https://i.imgur.com/fFw9vd1.png "added") Checking for update and auto-update app. +* ![added](https://i.imgur.com/fFw9vd1.png "added") New icon for app. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Minor bug fixes. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Redesigned `About/Enter Key/Change Key` windows. -*** +## v0.4.1 (2016-01-12) +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Bug while saving the settings. -### v0.6.2 (2016-01-23) -* Saving the caret position in editor. -* Changed the messages priority on the first launch. -* Removed invalid link from about window. +## v0.4.0 (2016-01-11) +* ![added](https://i.imgur.com/fFw9vd1.png "added") Warning message while open `Encrypt/Decrypt` tab in Settings. +* ![added](https://i.imgur.com/fFw9vd1.png "added") `Reset to default` button in settings window. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Toolbar with icons. +* ![added](https://i.imgur.com/fFw9vd1.png "added") Able to close toolbar. +* ![added](https://i.imgur.com/fFw9vd1.png "added") New show/hide password icons. +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") About window. -*** +## v0.3.0 (2016-01-09) +* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") All Message Boxes placed in the middle of the parent forms. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Bug with closing `Enter Key` window. -### v0.6.1 (2016-01-22) -* Fixed bug with changing the key. -* Fixed typos. +## v0.2.0 (2016-01-07) +* ![added](https://i.imgur.com/fFw9vd1.png "added") New icon for `show password` +* ![added](https://i.imgur.com/fFw9vd1.png "added") Able to change opened file encryption key. +* ![added](https://i.imgur.com/fFw9vd1.png "added") About window. +* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Small bug fixes. -*** - -### v0.6.0 (2016-01-22) -* Added release notes link in updater. -* Added auto-lock on minimize. -* Added Lock icon on toolbar. -* Improved "open file" function. -* Changed app file extension to *.cnp -* Bug fixes and performance improvements. - -*** - -### v0.5.0 (2016-01-15) -* Checking for update and auto-update. -* New icon for app. -* Redesigned About/Enter Key/Change Key windows. -* Small fixes. - -*** - -### v0.4.1 (2016-01-12) -* Fixed bug when saving settings. - -*** - -### v0.4.0 (2016-01-11) -* Added warning message when open "Encrypt/Decrypt" tab in Settings. -* Added reset to defaults button in Settings. -* Added toolbar with icons. -* Able to close toolbar. -* Added new show/hide password icon. -* Improved about window. - -*** - -### v0.3.0 (2016-01-09) -* All Message Boxes placed in the middle of the parent forms. -* Bug with closing "Enter Key" window. - -*** - -### v0.2.0 (2016-01-07) -* New icon to show password. -* Changing key of opened file. -* Added about window. -* Small bug fixes. - -*** - -### v0.1.0 (2016-01-06) -* First public pre-release. \ No newline at end of file +## v0.1.0 (2016-01-06) +* First public release. \ No newline at end of file