Releases: msmolens/treetop
Releases · msmolens/treetop
v3.1.0
What's Changed
- Migrate clock from a readable store to runes by @msmolens in #37
- Migrate filter properties to runes by @msmolens in #38
- Migrate last visit time map values from writable stores to runes by @msmolens in #39
- Migrate node store map from writable stores to runes by @msmolens in #40
- Remove legacy workaround for false positive linter error by @msmolens in #41
- Migrate preferences from writable stores to runes by @msmolens in #42
- Migrate to type-safe context by @msmolens in #43
- Fix bookmark last visit time on Chrome by @msmolens in #44
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Update to ESLint 9 by @msmolens in #29
- CI: Use Node.js 22 by @msmolens in #30
- CI: Use actions/setup-node@v5 by @msmolens in #31
- Update prettier and prettier-plugin-svelte by @msmolens in #32
- Update to Vitest 2 by @msmolens in #33
- Update to Vitest 3 by @msmolens in #34
- Replace
fakerwith@faker-js/fakerby @msmolens in #35 - Update to Svelte 5 by @msmolens in #36
Full Changelog: v2.0.1...v3.0.0
v2.0.1
v2.0.0
What's Changed
- Add
typecheckcommand by @msmolens in #20 - Add Google Chrome support by @msmolens in #21
- Add option to open Treetop in a new tab by @msmolens in #22
- Focus search input when pressing '/' by @msmolens in #23
- Properties dialog: Save changes when pressing Enter by @msmolens in #24
- CI: Use Node.js 20 by @msmolens in #25
Full Changelog: v1.7.0...v2.0.0
v1.7.0
Remove usage of browser.contextMenus API events: onShown, onHidden Remove usage of browser.contextMenus API events that don't exist in the chrome.contextMenus API.
v1.6.0
Release v1.6.0
v1.5.0
Release v1.5.0
v1.4.1
Fix color scheme when legacy 'system' option is stored
v1.4.0
Release v1.4.0
v1.3.0
Support clearing the filter input by pressing Escape