Releases: knownasnaffy/inner-ink
Releases · knownasnaffy/inner-ink
Inner Ink v2.2.1
2.2.1 (2024-12-15)
Bug Fixes
- 🐛 content will not be selected when changing between dates (7462964)
- deps: update dependency prettier-plugin-tailwindcss to ^0.6.0 (5be9bda)
- deps: update dependency react-hotkeys-hook to v4.5.1 (ec5d711)
- deps: update dependency react-hotkeys-hook to v4.6.1 (af020ac)
- deps: update dependency react-router-dom to v6.26.2 (5e82727)
- deps: update dependency react-router-dom to v6.28.0 (33cb940)
- deps: update dependency react-router-dom to v7 (4372091)
- deps: update dependency react-router-dom to v7.0.1 (772644f)
- deps: update dependency react-router-dom to v7.0.2 (812a788)
- deps: update dependency yup to v1.5.0 (81518c1)
- deps: update lexical monorepo to ^0.17.0 (e11877c)
- deps: update lexical monorepo to ^0.20.0 (381b3e4)
- deps: update rust crate serde to v1.0.215 (ec8e5ae)
- deps: update rust crate serde_json to v1.0.133 (8df4265)
- window_shadows was crashing app on arch linux, made it windows-only (424031d)
Inner Ink v2.2.0
Inner Ink v2.1.0
2.1.0 (2023-12-29)
Bug Fixes
- 💄 add gap between border and last line of scrollable editor (5ff8b08)
- ✏️ typo in settings page (b56be3d)
Features
- 🚸 focus main window after preventing another window from opening (c40bb72)
- 💄 update all icons with fluent icon set (8b867ae)
- ✨ add dynamic version from package.json in settings page (b5e2396)
- ✨ add github releases page link in settings and comment out update download skeleton section (5e1f333)
- ✨ add keyboard shortcuts page (a75531d)
- ✨ functioning
autostart app on boot
setting (7d4f78f)
Inner Ink v2.0.0
2.0.0 (2023-12-26)
Bug Fixes
- 🚑 include initDB function in main script (8f2a168)
- 🐛 application window can now be resized from titlebar edges (9d336ee)
Features
- ✨ add toolbar to format editor text with options -
bold
,italic
,underline
,strikethrough
(fc589e3) - ✨ replace content textarea with rich text editor (a3b2f98), closes #36
- ✨ update edited days based on textContent of editor instead of EditorState (1eafc89)
- ✨ working reset entries button (be careful!) (3ae59a6)
Performance Improvements
- ⚡ editedDates only change when the selectedDay is changed instead of title and content (50e80d7)
BREAKING CHANGES
- entries table structure changed in database, delete old $appData/database.db file to upgrade.
- textarea content is not compatible with editorState saved in the content field.
Inner Ink v1.3.0
Inner Ink v1.2.0
Inner Ink v1.1.1
Inner Ink v1.1.0
Inner Ink v1.0.0
1.0.0 (2023-12-05)
Features
- ✨ basic editing with a date picker
- ✨ search through entries
- ✨ multiple themes
- ✨ keyboard friendly interface
- ✨ keyboard shortcuts like
ctrl
+tab
opens next entry andctrl
+shift
+tab
opens previous entry