10000 Releases · Kaciras/bookshelf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Kaciras/bookshelf

v2.2.0

27 Dec 11:40
e2d8106
Compare
Choose a tag to compare
  • Search URL template now use "%s" for search terms placeholder.
  • Fix composition end does not trigger suggest on Edge and Chrome.
  • Use native CSS nesting. This requires Firefox >= 117 or Chrome/Edge >= 120.
  • No longer log the number of removed cache items in production.

v2.1.1

06 Oct 07:31
2e2cf8e
Compare
Choose a tag to compare
  • fix change debounce delay of search box does not work.
  • fix missing text on the download icon button.

v2.1.0

06 Jul 13:05
ac943b1
Compare
Choose a tag to compare
  • Bookshelf now avaliable in Firefox addon store!
  • Improve keyboard accessibility.
  • Fix checkbox does not set its checked property before emit input event.
  • Introduce pnpm run pack command to zip dist folder and source files.

v2.0.0

22 Jun 10:36
75f3052
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Breaking changes

  • Project is renamed from firefox-theme to bookshelf.
  • Migrate to Manifest V3.
  • Settings are now in right popup panel.
  • Change configuration format, and some of properties are renamed.

New features

  • Add support for dark mode.
  • Add support for customize search engines.
  • Improve layout responsiveness.
  • show a message in list if no suggestions returned by search engine.

Fixes & Enhancement

  • minify generated json file.
  • focus to search box after search engine changed.
  • Optimize styles.
  • fix loading indicator does not hide when search box is empty.
  • double click search engine icon to search.

v1.9.0

22 Aug 13:27
3df3682
Compare
Choose a tag to compare
  • Add support of i18n.
  • Set default locale to en.
  • fix suggestion indicator.

v1.8.0

20 Jul 13:25
a57224d
Compare
Choose a tag to compare
  • fix default favicon in topSites dialog.
  • add icons to setting buttons.
  • add suggestion loading indicator.
  • support press the escape key to clear the search terms.
  • change the search box icon to search.

v1.7.2

24 Mar 14:08
bf5af10
Compare
Choose a tag to compare
  • 修复全局变量 shortcuts 的覆盖问题。
  • 监视 manifest.json 的更改。

v1.7.1

22 Mar 03:41
10a7233
Compare
Choose a tag to compare

延迟图标缓存的加载,避免布局移动

v1.7.0

16 Mar 11:13
aa26156
Compare
Choose a tag to compare
  • 简化搜索框的 DOM 结构。
  • 对话框改用 <dialog> 标签实现。
  • 分割设置模式相关代码,使用懒加载。

v1.6.0

21 Feb 14:13
740748d
Compare
Choose a tag to compare
  • 图标缓存使用 CacheStorage 取代 LocalStorage
  • 检查 SVGO 的错误。
0