mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Updated Release Notes (markdown)
parent
3799d4dcfe
commit
45ad557e01
1 changed files with 90 additions and 136 deletions
226
Release-Notes.md
226
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.
|
||||
*  `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.
|
||||
*  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.
|
||||
*  `Undo` function for editor.
|
||||
*  Settings window.
|
||||
*  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.
|
||||
|
||||
## 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  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.
|
||||
*  Optional integration with windows context menu [#11](https://github.com/Sigmanor/Crypto-Notepad/issues/11) [#12](https://github.com/Sigmanor/Crypto-Notepad/issues/12)
|
||||
*  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)
|
||||
*  Eye icon  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.
|
||||
|
||||
_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.
|
||||
*  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.
|
||||
*  Backward compatibility for older files without metadata.
|
||||
*  Minor bug fixes.
|
||||
*  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.
|
||||
*  Randomized initialization vectors.
|
||||
*  Salt now stored as metadata.
|
||||
*  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)
|
||||
*  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)
|
||||
*  Overflow during arithmetical operation [#6](https://github.com/Sigmanor/Crypto-Notepad/issues/6)
|
||||
|
||||
***
|
||||
## 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.
|
||||
*  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)
|
||||
*  Displaying filename in title bar.
|
||||
*  Saving the window state.
|
||||
*  Able to open files of all formats.
|
||||
*  Text change detection.
|
||||
*  Search panel was redesigned.
|
||||
*  Fixed bug with empty filename.
|
||||
*  Fixed bug with the search panel.
|
||||
*  Various bug fixes and improvements.
|
||||
*  Status panel.
|
||||
|
||||
***
|
||||
## v0.6.2 (2016-01-23)
|
||||
*  Saving the caret position in editor.
|
||||
*  Changed the messages priority on the first launch.
|
||||
*  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)
|
||||
*  Bug with changing the encryption key.
|
||||
*  Typos.
|
||||
|
||||
***
|
||||
## v0.6.0 (2016-01-22)
|
||||
*  Release notes link in updater.
|
||||
*  Auto-lock editor on windows minimize.
|
||||
*  Lock icon on toolbar.
|
||||
*  App file extension was changed to *.cnp
|
||||
*  Bug fixes and performance improvements.
|
||||
*  `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)
|
||||
*  Checking for update and auto-update app.
|
||||
*  New icon for app.
|
||||
*  Minor bug fixes.
|
||||
*  Redesigned `About/Enter Key/Change Key` windows.
|
||||
|
||||
***
|
||||
## v0.4.1 (2016-01-12)
|
||||
*  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)
|
||||
*  Warning message while open `Encrypt/Decrypt` tab in Settings.
|
||||
*  `Reset to default` button in settings window.
|
||||
*  Toolbar with icons.
|
||||
*  Able to close toolbar.
|
||||
*  New show/hide password icons.
|
||||
*  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.6.1 (2016-01-22)
|
||||
* Fixed bug with changing the key.
|
||||
* Fixed typos.
|
||||
## v0.2.0 (2016-01-07)
|
||||
*  New icon for `show password`
|
||||
*  Able to change opened file encryption key.
|
||||
*  About window.
|
||||
*  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.
|
||||
## v0.1.0 (2016-01-06)
|
||||
* First public release.
|
||||
Loading…
Reference in a new issue