diff --git a/packages/renderer/src/components/Modals/WhatsNewModal.tsx b/packages/renderer/src/components/Modals/WhatsNewModal.tsx index 0447622..52f6674 100644 --- a/packages/renderer/src/components/Modals/WhatsNewModal.tsx +++ b/packages/renderer/src/components/Modals/WhatsNewModal.tsx @@ -27,28 +27,65 @@ export function WhatsNewModal(props: { state: { opened: boolean }; onClose: () = What's New in 2.0.3} + title={What's New in 2.0.4} size="lg" > - + - 2.0.3 Changelog + 2.0.4 Changelog Bug Reports 2.0 Changelog - -
    -
  • 18 new icons from Tabler Icons 2.41
  • -
  • Fixed horizontal rules being difficult to see in dark mode
  • -
  • Fixed block quote borders being difficult to see in dark mode
  • + + Important +
    • - Fixed copying and pasting text with a custom font-size not working - correctly + Reworked saving system +
        +
      • Now only saves when there are changes made to a page
      • +
      • + New "Autosave when switching pages / exiting the + editor" setting +
          +
        • + Enabled by default (same behavior as how it used to + work) +
        • +
        • + Disabling this setting will show a popup to save/discard + unsaved changes when switching pages or exiting the + editor +
        • +
        +
      • +
    • +
    + Tech Stack Upgrades +
      +
    • Updated to Node.js 18 and Electron 26
    • +
    • Upgraded to Vite 5
    • +
    • 72 new icons from Tabler
    • +
    + Bug Fixes / Improvements +
      +
    • + Fixed when deleting the active page, the editor doesn't go back to + Home +
    • +
    • + Fixed sidebar width not actually saving when dragging it all the way to + the left or right +
    • +
    • + When creating an item inside a folder the folder will open to show the + new item +
    • +
    • Fixed "Toggle Developer Tools" menu item not working
    • - Added (mostly complete) Simplified Chinese translation thanks to - @hghgthifg + Added a tip about alt+clicking folders to recursively close its + subfolders