v0.2.2
Release 0.2.2
Stackr 0.2.2 includes updates shipped between v0.2.1 and v0.2.2.
Organize with nested stacks
- You can now create stacks inside other stacks, making it easier to keep larger workspaces organized without adding more top-level columns.
- Opening a nested stack uses in-place column navigation, so you can explore its contents while staying in the context of your workspace.
Drag bookmarks and stacks together
- Bookmarks and nested stacks can now be rearranged using the same drag-and-drop experience.
- Move bookmarks into substacks, reposition nested stacks, and organize mixed content more naturally.
Clearer stack reordering
- Stack reorder actions now match what you see on screen. In horizontal layouts, actions use Move left and Move right rather than the less intuitive Move up and Move down.
- Drag-and-drop now feels faster and more predictable, particularly when picking up bookmarks and moving items across larger workspaces.
- This release also improves rendering performance while dragging, reduces unnecessary interface updates, and strengthens Stackr’s behaviour in workspaces containing many stacks and bookmarks.
v0.2.1
Release 0.2.1
Stackr 0.2.1 brings minor changes and improvements

- Enrich manually added links with page title and favicon metadata
- Cmd/Ctrl+Click on stack item should open in new tab
- Improve favicon loading reliability and caching
- Remove favicon muted bg
- Integrate @wxt-dev/auto-icons
v0.2.0
Release 0.2.0
Stackr 0.2.0 introduces the redesigned new tab experience, including the new no-sidebar dashboard, smoother loading behavior, starter stacks, shortcut dock improvements, and open tabs drawer refinements.

- Seed default stack with most visited sites on first launch
- Split storage base module into focused persistence modules
- Reduce global app store coupling with feature selectors and hooks
- Move Chrome and browser APIs into platform modules
- Move non-UI feature logic out of component directories
- Organize shared/lib root modules into domain folders
- Improve new tab load feel: wallpaper once per session + content fade-in
- Refactor extension source folder structure for discoverability
- Isolate cloud auth and sync from local-first core state
- Remove circular dependency workaround in sync scheduler
- Decouple analytics tracking from store domain actions
- Audit extension permissions and content script scope
- Add architecture guardrails for extension maintainability
- Cache shortcut dock history/favicons and fix background auto-rotate