mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Updated Release Notes (markdown)
parent
7568522376
commit
87d884f565
1 changed files with 93 additions and 95 deletions
188
Release-Notes.md
188
Release-Notes.md
|
|
@ -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)
|
||||
*  Drag & Drop file on executable to open it [#19](https://github.com/Sigmanor/Crypto-Notepad/issues/19)
|
||||
*  Line numbers panel in editor [#23](https://github.com/Sigmanor/Crypto-Notepad/issues/23)
|
||||
*  Saving in settings `Custom colors` values from color picker [#24](https://github.com/Sigmanor/Crypto-Notepad/issues/24)
|
||||
*  Able to disable functionality of `Insert` keyboard button [#25](https://github.com/Sigmanor/Crypto-Notepad/issues/25)
|
||||
*  TAB button functionality in editor.
|
||||
*  Text search. Now it more like in windows notepad.
|
||||
*  Minor design changes.
|
||||
*  Wrong behavior after try to close app [#22](https://github.com/Sigmanor/Crypto-Notepad/issues/22)
|
||||
*  Bug with incorrect file name.
|
||||
*  Many minor bugs. Added new bugs (not on purpose).
|
||||
*  Migrated to `Visual Studio Community 2019`.
|
||||
*  Removed unused code.
|
||||
*  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)
|
||||
*  `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.
|
||||
*  Returned missing backward compatibility for decryption with custom salt.
|
||||
*  Issue when file name on Save/Open was incorrect or empty.
|
||||
*  `Undo` function for editor.
|
||||
*  Settings window.
|
||||
*  Added debug menu.
|
||||
*  Source code now is more readable.
|
||||
*  All elements and variables now have more clear names (no more `button1` `textBox2` names and etc).
|
||||
*  Сhanged work logic of most functions.
|
||||
*  Project was moved to own [company](https://github.com/Crypto-Notepad)
|
||||
*  Updater was moved to own [repo](https://github.com/Crypto-Notepad/Updater)
|
||||
*  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)
|
||||
*  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.
|
||||
* `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  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)
|
||||
*  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.
|
||||
* `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)
|
||||
*  Randomized initialization vectors.
|
||||
*  Salt now stored as metadata.
|
||||
*  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)
|
||||
*  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)
|
||||
*  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)
|
||||
*  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.
|
||||
* `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)
|
||||
*  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.
|
||||
* `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)
|
||||
*  Saving the caret position in editor.
|
||||
*  Changed the messages priority on the first launch.
|
||||
*  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)
|
||||
*  Bug with changing the encryption key.
|
||||
*  Typos.
|
||||
* `fixed` Bug with changing the encryption key.
|
||||
* `fixed` 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.
|
||||
* `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)
|
||||
*  Checking for update and auto-update app.
|
||||
*  New icon for app.
|
||||
*  Minor bug fixes.
|
||||
*  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)
|
||||
*  Bug while saving the settings.
|
||||
* `fixed` Bug while saving the settings.
|
||||
|
||||
## 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.
|
||||
* `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)
|
||||
*  All Message Boxes placed in the middle of the parent forms.
|
||||
*  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)
|
||||
*  New icon for `show password`
|
||||
*  Able to change opened file encryption key.
|
||||
*  About window.
|
||||
*  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.
|
||||
Loading…
Reference in a new issue