Updated Release Notes (markdown)

Alexander 2019-10-07 23:27:52 +03:00
parent 7568522376
commit 87d884f565

@ -21,145 +21,143 @@
* `fixed` Text glitches in editor after file saving [#27](https://github.com/Sigmanor/Crypto-Notepad/issues/27)
## v1.5.0 (2019-08-28)
* ![added](https://i.imgur.com/fFw9vd1.png "added") Drag & Drop file on executable to open it [#19](https://github.com/Sigmanor/Crypto-Notepad/issues/19)
* ![added](https://i.imgur.com/fFw9vd1.png "added") Line numbers panel in editor [#23](https://github.com/Sigmanor/Crypto-Notepad/issues/23)
* ![added](https://i.imgur.com/fFw9vd1.png "added") Saving in settings `Custom colors` values from color picker [#24](https://github.com/Sigmanor/Crypto-Notepad/issues/24)
* ![added](https://i.imgur.com/fFw9vd1.png "added") Able to disable functionality of `Insert` keyboard button [#25](https://github.com/Sigmanor/Crypto-Notepad/issues/25)
* ![added](https://i.imgur.com/fFw9vd1.png "added") TAB button functionality in editor.
* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Text search. Now it more like in windows notepad.
* ![improved](https://i.imgur.com/ZHV6sPI.png "improved") Minor design changes.
* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Wrong behavior after try to close app [#22](https://github.com/Sigmanor/Crypto-Notepad/issues/22)
* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Bug with incorrect file name.
* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Many minor bugs. Added new bugs (not on purpose).
* ![dev](https://i.imgur.com/pYoi5v3.png "dev") Migrated to `Visual Studio Community 2019`.
* ![dev](https://i.imgur.com/pYoi5v3.png "dev") Removed unused code.
* ![dev](https://i.imgur.com/pYoi5v3.png "dev") Added new string for `Debug`.
* `added` Drag & Drop file on executable to open it [#19](https://github.com/Sigmanor/Crypto-Notepad/issues/19)
* `added` Line numbers panel in editor [#23](https://github.com/Sigmanor/Crypto-Notepad/issues/23)
* `added` Saving in settings **Custom colors** values from color picker [#24](https://github.com/Sigmanor/Crypto-Notepad/issues/24)
* `added` Able to disable functionality of **Insert** keyboard button [#25](https://github.com/Sigmanor/Crypto-Notepad/issues/25)
* `added` **TAB** button functionality in editor.
* `improved` Text search. Now it more like in windows notepad.
* `improved` Minor design changes.
* `fixed` Wrong behavior after try to close app [#22](https://github.com/Sigmanor/Crypto-Notepad/issues/22)
* `fixed` Bug with incorrect file name.
* `fixed` Many minor bugs. Added new bugs (not on purpose).
* `dev` Migrated to **Visual Studio Community 2019**.
* `dev` Removed unused code.
* `dev` Added new string for **Debug**.
## v1.4.0 (2019-01-08)
* ![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.
* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Returned missing backward compatibility for decryption with custom salt.
* ![fixed](https://i.imgur.com/BzO95GY.png "fixed") Issue when file name on Save/Open was incorrect or empty.
* ![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") 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.
* ![dev](https://i.imgur.com/pYoi5v3.png "dev") Project was moved to own [company](https://github.com/Crypto-Notepad)
* ![dev](https://i.imgur.com/pYoi5v3.png "dev") Updater was moved to own [repo](https://github.com/Crypto-Notepad/Updater)
* ![dev](https://i.imgur.com/pYoi5v3.png "dev") Simplified some variables.
* `added` **Redo** function in the editor.
* `added` New icons (http://p.yusukekamiyamane.com/)
* `added` Icons in the main menu (optional).
* `added` Able to make toolbar color like editor background color.
* `fixed` Vertical scroll bar position shifted [#17](https://github.com/Sigmanor/Crypto-Notepad/issues/17)
* `fixed` **Right-to-left readin** work incorrect [#18](https://github.com/Sigmanor/Crypto-Notepad/issues/18)
* `fixed` **Change Key** and **Lock** toolbar icons was inactive.
* `fixed` Returned missing backward compatibility for decryption with custom salt.
* `fixed` Issue when file name on Save/Open was incorrect or empty.
* `improved` **Undo** function for editor.
* `improved` **Settings** window.
* `dev` Added debug menu.
* `dev` Source code now is more readable.
* `dev` All elements and variables now have more clear names (no more **button1** **textBox2** names and etc).
* `dev` Сhanged work logic of most functions.
* `dev` Project was moved to own [company](https://github.com/Crypto-Notepad)
* `dev` Updater was moved to own [repo](https://github.com/Crypto-Notepad/Updater)
* `dev` Simplified some variables.
## v1.3.0 (2018-12-20)
* ![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.
* `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.
* `fixed` Incorrect work of the **Auto save on lock** function.
* `fixed` Strange behavior after opening a file [#13](https://github.com/Sigmanor/Crypto-Notepad/issues/13)
* `fixed` 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.
* `improved` Encryption key now can't be empty.
* `improved` When you open a new file, filename is always empty.
* `improved` Minor design changes in **Settings** and **Change Key** windows.
* `improved` Logic of the **Associate with .cnp files** function.
_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
**Important. 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](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.
* `added` Program now randomizes 64-byte-long salt when saving files (by default).
* `added` Encryption key now encrypts when not in use.
* `added` Use RijindaelManaged.GenerateIV method instead of manually generating random IV.
* `added` Backward compatibility for older files without metadata.
* `fixed` Minor bug fixes.
* `improved` Minor design changes.
_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
## v1.1.3 (2018-11-24)
* ![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.
* `added` Randomized initialization vectors.
* `added` Salt now stored as metadata.
* `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)
* `fixed` Text cursor (caret) is changing position on file saving [#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)
* `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.
* `added` Drag and Drop support. [#2](https://github.com/Sigmanor/Crypto-Notepad/issues/2)
* `added` Highlight URLs and mailto: links. (Hold SHIFT key to open links) [#3](https://github.com/Sigmanor/Crypto-Notepad/issues/3)
* `added` Auto save on lock.
* `improved` Text selection behavior was changed.
## 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.
* `added` Displaying filename in title bar.
* `added]` Saving the window state.
* `added` Able to open files of all formats.
* `improved` Text change detection.
* `improved` Search panel was redesigned.
* `fixed` Fixed bug with empty filename.
* `fixed` Fixed bug with the search panel.
* `fixed` Various bug fixes and improvements.
* `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.
* `added` Saving the caret position in editor.
* `improved` Changed the messages priority on the first launch.
* `removed` Invalid link from about window.
## 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.
* `fixed` Bug with changing the encryption key.
* `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.
* `added` Release notes link in updater.
* `added` Auto-lock editor on windows minimize.
* `added` Lock icon on toolbar.
* `added` App file extension was changed to *.cnp
* `fixed` Bug fixes and performance improvements.
* `improved` **Open file** function was reworked.
## 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.
* `added` Checking for update and auto-update app.
* `added` New icon for app.
* `fixed` Minor bug fixes.
* `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.
* `fixed` Bug while saving the settings.
## 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.
* `added` Warning message while open `Encrypt/Decrypt` tab in Settings.
* `added` **Reset to default** button in settings window.
* `added` Toolbar with icons.
* `added` Able to close toolbar.
* `added` New show/hide password icons.
* `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.
* `improved` All Message Boxes placed in the middle of the parent forms.
* `fixed` Bug with closing **Enter Key** window.
## 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.
* `added` New icon for **show password**
* `added` Able to change opened file encryption key.
* `added` About window.
* `fixed` Small bug fixes.
## v0.1.0 (2016-01-06)
* `dev` First public release.