Releases: sh-cho/open-via-menlo
Releases · sh-cho/open-via-menlo
v1.3.2
- Fix link prepending rule
- Fix stage info of option page footer
Full Changelog: v1.3.1...v1.3.2
v1.3.1
- Add current extension version info on the bottom of option page
- Change dev command(
pnpm start
->pnpm dev
)
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Update links when DOM is updated dynamically. (uses
MutationObserver
)- 🎉 Now open-via-menlo supports SPA 🎉
- Fix bug ('/' => don't prepend)
Full Changelog: v1.2.3...v1.3.0
v1.2.3
- Fix prepending relative paths in excluded page
- Add unit test with jest
- bump libraries (by renovate)
- cleanup
(skipping 1.2.2 because some mistakes)
Full Changelog: v1.2.1...v1.2.3
v1.2.1
- Ignore empty lines in exclude patterns (which causes exclude every links)
- Ignore comment lines (starting with
#
)
Full Changelog: v1.2...v1.2.1
v1.2
- User can choose url exclude type (domain / regex / glob)
- Sync state in
chrome.storage.sync
(throttled to once every 2 seconds, becauseMAX_WRITE_OPERATIONS_PER_HOUR
is 1800). - Change UI to antd
Full Changelog: v1.1...v1.2