Skip to content

Releases: knownasnaffy/inner-ink

Inner Ink v2.2.0

11 Jan 13:22
Compare
Choose a tag to compare

2.2.0 (2024-01-11)

Bug Fixes

  • 🔥 remove functionless components (aa86b8f)
  • 🔥 remove functionless language options from settings page (cb0305f)
  • 🔇 remove unnecessary logs (7596aec)
  • deps: update dependency date-fns to v3 (316b4b8)

Features

  • 💄 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)

Inner Ink v2.1.0

29 Dec 12:39
Compare
Choose a tag to compare

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

26 Dec 09:26
Compare
Choose a tag to compare

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

23 Dec 04:15
Compare
Choose a tag to compare

1.3.0 (2023-12-23)

Bug Fixes

  • 🛂 remove unused permissions (760fe81)

Features

  • ✨ 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)

Inner Ink v1.2.0

22 Dec 04:47
Compare
Choose a tag to compare

1.2.0 (2023-12-22)

Features

  • ✨ styled edited dates in DateSelecter component (#35) (1dd8e6b)

Inner Ink v1.1.1

21 Dec 22:28
Compare
Choose a tag to compare

1.1.1 (2023-12-21)

Bug Fixes

  • deps: update tauri monorepo (b1c044b)

Inner Ink v1.1.0

20 Dec 10:57
Compare
Choose a tag to compare

1.1.0 (2023-12-20)

Bug Fixes

  • 🔥 update file names to PascalCase (d6553f3)
  • ♿ improve themeList accessibility (d80e71d)

Features

  • ✨ add reset button in settings (b3530e6)

Inner Ink v1.0.0

05 Dec 23:24
Compare
Choose a tag to compare

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 and ctrl+shift+tab opens previous entry