- description for the extension in manifest.json
- change background script persistent to false
- fix typos in comments
Bug fixes.
- Extension not working after a while, i mistakenly put
browserAction.onClicked
listener insideonInstall
block, so it stopped working after i restart the browser.
Bug fixes.
- Tool bar font-size break on some pages. (inherited font-size from main page)
Bug fixes.
- Fixed CSS for ordered list items displayed as unordered items.
- Fixed CSS of inline code tag, ul/ol indentation, change all rem to em.
- Remove auto focus when rendering created notes.
- Minimum height and width.
- Focusing need triple click for new notes.
- Break long url.
- List items consistent indentation.
- Note opacity
- Options page url list overflow
- url list sort by name
- Save notes by url without hash
- CSS conflict in some pages
- Extension size too large (5MB) after install
- Fixed source map warning
- CSS conflicts in some websites
- Migrated to
wxt
extension template - Updated code to use TypeScript
- Updated dependencies
- Improved styles
- Bug fixes