2.2.1 (2024-12-15)
- 🐛 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)
2.2.0 (2024-01-11)
- 🔥 remove functionless components (aa86b8f)
- 🔥 remove functionless language options from settings page (cb0305f)
- 🔇 remove unnecessary logs (7596aec)
- deps: update dependency date-fns to v3 (316b4b8)
- 💄 add custom select options component using headlessui for weekStart (40be839)
- 💄 change scrollbar track color to transparent (0f7cfe2)
- 💄 remove top padding in sidebar (fdf96da)
- ♿ add global shortcuts to jump between pages (53348d9)
- 💖 good looking placeholder texts for inputs (cb27c32)
2.1.0 (2023-12-29)
- 💄 add gap between border and last line of scrollable editor (5ff8b08)
- ✏️ typo in settings page (b56be3d)
- 🚸 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)
2.0.0 (2023-12-26)
- 🚑 include initDB function in main script (8f2a168)
- 🐛 application window can now be resized from titlebar edges (9d336ee)
- ✨ 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)
- ⚡ editedDates only change when the selectedDay is changed instead of title and content (50e80d7)
- 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.
1.3.0 (2023-12-23)
- 🛂 remove unused permissions (760fe81)
- ✨ add word count in the bottom right of textarea (76d206a)
- ✨ sync datepicker settings with application state, settings will now be instantly updated on change (a891a47)
1.2.0 (2023-12-22)
1.1.1 (2023-12-21)
- deps: update tauri monorepo (b1c044b)
1.1.0 (2023-12-20)
- ✨ add reset button in settings (b3530e6)
- ✨ 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