From 3799d4dcfe343ac34d3eaa0ae868875c6696d142 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 2 Jan 2019 13:26:42 +0200 Subject: [PATCH] Updated Release Notes (markdown) --- Release-Notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Release-Notes.md b/Release-Notes.md index 6316e2e..8b529cd 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -6,12 +6,12 @@ * Able to make toolbar color like editor background color. ### FIXED -* Vertical scroll bar position [#17](https://github.com/Sigmanor/Crypto-Notepad/issues/17) +* 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. +* `Undo` function for editor. * Settings window. ### For developers @@ -36,7 +36,7 @@ * 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. +* Logic of the `Associate with *.cnp files` function. _Thank for help to - [h5p9sl](https://github.com/h5p9sl)_