Skip to content

Releases: gruberb/workledger

v3.2.2

19 Feb 20:05
e0b7675

Choose a tag to compare

v3.2.1

19 Feb 19:26
c8e5c57

Choose a tag to compare

Full Changelog: v3.2.0...v3.2.1

v3.2.0

19 Feb 00:57
a68126c

Choose a tag to compare

Full Changelog: v3.1.0...v3.2.0

Full Changelog: v3.1.0...v3.2.0

v3.1.0

18 Feb 23:30
8ed5214

Choose a tag to compare

Fixed

  • Performance improvements — reduced unnecessary re-renders across the app
    • DayHeader wrapped in React.memo (was the #1 offender at 1,530 re-renders)
    • Sidebar collapse handlers converted to useCallback (162 re-renders)
    • Search open handler in App.tsx converted to useCallback (58 re-renders)
    • SearchPanel, NewEntryButton, and BacklinksPanel wrapped in React.memo
    • Context values memoized (AIContext, FocusModeContext)
    • AppContent handlers wrapped in useCallback

Full Changelog: v3.0.2...v3.1.0

v3.0.2

18 Feb 22:40
8d68e27

Choose a tag to compare

Fixed

  • Backlinks "Referenced by" panel now updates live when a [[link]] is created — no longer requires a page reload
  • [[ entry link suggestion menu now works on mobile keyboards (replaced keydown with input event)
  • Clicking a backlink now scrolls to the entry's heading instead of the toolbar row

Full Changelog: v3.0.1...v3.0.2

v3.0.1

18 Feb 20:27
38911c7

Choose a tag to compare

Full Changelog: v3.0.0...v3.0.1

v3.0.0

18 Feb 00:34
76aa2bf

Choose a tag to compare

Full Changelog: v2.2.3...v3.0.0

v2.2.3

16 Feb 03:42
ad0b142

Choose a tag to compare

Full Changelog: v2.2.1...v2.2.3

v2.2.2

16 Feb 01:19
8b9a93f

Choose a tag to compare

Full Changelog: v2.2.1...v2.2.2

v2.2.1

16 Feb 00:52
01145d4

Choose a tag to compare

Full Changelog: v2.2.0...v2.2.1