Skip to content

Releases: navorite/sessionic

v0.3.1

08 Sep 10:33
Compare
Choose a tag to compare

0.3.1 (2023-09-08)

🐛 Bug Fixes

  • Fix Autosave does not remove oldest session after exceeding max session number (e5aba20)

v0.3.0

07 Sep 17:16
Compare
Choose a tag to compare

0.3.0 (2023-09-07)

🔥 New Features

🚀 Enhancements

  • Improve modal buttons font (f9f1796)

🐛 Bug Fixes

  • Closing a tab doesn't update session properly (5788608)

v0.2.5

17 Aug 13:23
Compare
Choose a tag to compare

0.2.5 (2023-08-17)

🚀 Enhancements

  • Change color of delete icons to red (ae1af62)
  • Remove unneeded events to reduce memory usage (131c0b2)
  • Enhance color contrast of input modal (ed90b65)
  • Enhance Switch UI (5047cf7)
  • Greatly reduce memory usage by loading only the session currently viewed (#34) (034d9a3)

v0.2.4

16 Aug 08:30
Compare
Choose a tag to compare

0.2.4 (2023-08-16)

🐛 Bug Fixes

  • Selected session is not in sync sometimes (c4fcfce)

v0.2.3

15 Aug 05:56
Compare
Choose a tag to compare

0.2.3 (2023-08-15)

🐛 Bug Fixes

  • Fix tabs do not open correctly when active (0f5710a)

v0.2.2

15 Aug 05:00
Compare
Choose a tag to compare

0.2.2 (2023-08-15)

🚀 Performance Optimizations

  • Unload events when not visible (29fbe0e)

🐛 Bug Fixes

  • Do not load settings at every init call (3ff2298)
  • Fix Chromium window bound size error (f654d36)
  • Update tabs when necessary events happen (728c1da)

v0.2.1

11 Aug 13:28
Compare
Choose a tag to compare

0.2.1 (2023-08-11)

Bug Fixes

  • Tabs don't open when tab lazy loading is off (b374699)

v0.2.0

11 Aug 13:16
Compare
Choose a tag to compare

0.2.0 (2023-08-11)

Features

  • Support tab lazy loading in Chrome (4dfe9bc)
  • Add ability to import sessions from other popular extensions (f5a99ea)
  • Reduce size of backups by roughly 90% (d0053e9)
  • Add option to filter URL list (9cda02c)
  • Add option to lazy load tabs (5c9bd97)
  • Improve extension tabs behaviour (bd1e8a9)
  • UI: Improve colors (47516b0)
  • UI: Improve section spacing (4e85ac9)
  • UI: Improve sessions selected color (8afbfcd)
  • UI: Improve switch UI (227f6ab)

Bug Fixes

  • Avoid scenarios where memory leak may occur (2450613)
  • Check for discarded tabs before displaying it (f78610a)
  • Detect more tab change events (2d87e89)
  • Do not remove certain tab properties (36b765c)
  • Lazy loaded tab has no icon in some cases (9dfd82d)
  • Provide better defaults to tab filters (59bbccf)
  • Update Current Session tab removals properly (da68872)
  • Update tab and window deletion properly (709268f)
  • Use tab title for discarded tabs in Firefox (30f6474)
  • UI: Fix tab icon not fully rendered (92b528d)
  • UI: Show default icon for other extensions (fed2a04)
  • UI: Use intended tab color (eca3e8d)

v0.1.2

20 Jul 02:12
Compare
Choose a tag to compare

0.1.2 (2023-07-20)

Bug Fixes

  • UI: Fix modal and tab UI not showing properly (84805bf)

v0.1.1

20 Jul 00:17
Compare
Choose a tag to compare

0.1.1 (2023-07-20)

Bug Fixes

  • Current Session fails to load with bad tab icons (5a0c43d)
  • UI: Set max size of tab icons (1320d11)