-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
qNotes | ||
# Quicky Notes Changelog (v.0.2.1) | ||
- Changed name from qNotes to Quicky Notes | ||
- Completely rewrote program in Electron | ||
- Added Autosave (Localstorage) | ||
- Added Local Saving (Localstorage) | ||
- Added Cross-platform support. (Currently Mac OSX & Windows) | ||
- Added splash screen | ||
- Added character count | ||
- Added word count | ||
- Added line count | ||
- Added current line count | ||
- Added tooltip for text stat counters | ||
- Added Header and Sub-Header overview | ||
- Added clickable headers and sub-headers (can be made with # and ##) | ||
- Added resize ability to overview | ||
- Added visibility toggle for overview | ||
- Added Discord rich presence | ||
|
||
## Known Issues | ||
- Tooltip sometimes flashes when hovering over counters | ||
- Closing the application to the dock on Mac and opening it again causes it to completely relaunch | ||
- If two headers or subheaders exist with the exact same name, the text will go to the first result | ||
|
||
## TODO | ||
- Fix known issues | ||
- Make Discord Rich Presence togglable | ||
- Settings | ||
- Light mode |