All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
8.1.1 (2024-09-19)
- cannot search during IME composition (e048ea3)
8.1.0 (2024-09-19)
8.0.0 (2024-01-07)
- require chrome version >= 108
- migrate to Manifest V3 (25fe2d3)
- natural sort in search result and when sort bookmark by name (b41685d)
- resize font size in search input based on font size options (beecdf2)
- resize header font size based on font size options (084cc5a)
- scale the whole UI based on font size (97bea3c)
- show higher resolution for bookmark favicon (97f3a75)
- support dark theme color for search and close icon (fccb1c1)
- use 2014 Material Design color palettes (296789d)
- use system-ui as macOS default font family (e72305c)
- add accent-color to checkbox (74ed4aa)
- blur background of
Mask
(5a283c8)
- allow to use ctrl + click to open context menu in macos (219a71a)
- avoid content jumping when opening menu or editor (201abd0)
- cannot create folder properly (0eeff5d)
- cannot execute multiple bookmarklets (59ec1a1)
- do not search during IME composition (d13d028)
- does not close the popup when opening all bookmarks in an empty folder (4a97676)
- editor does not show in correct location (b9db7b5)
- improve dragging sensitivity (0f57b9e)
- mark input fields in options as required (21664c5)
- options page select font size is too large (a94dc7e)
- should not cover search bar by 3rd level bookmark tree (ec5dada)
7.1.1 (2020-11-27)
- chrome does not show spanish translation (123710b)
7.1.0 (2020-11-27)
- support Spanish locale (thanks cyanine) (e4c8f01)
7.0.1 (2019-12-03)
- chrome 78 cannot open options page (470bd25)
7.0.0 (2019-12-02)
- require chrome version >= 64
- support dark mode (9100419)
- drop ResizeObserver polyfill (abd13d7)
6.2.1 (2019-07-15)
- properly polyfill ResizeObserver on chrome < 64 (dd4dd5a)
6.2.0 (2019-07-06)
- support ctrl/cmd/shift modifier when opening bookmark via keyboard (2d92927)
6.1.0 (2019-05-19)
- always show cancel search button even not focusing on search (reported by @dlbryant) (fe0a0c4)
- avoid duplicated separator URL (suggested by @dlbryant) (e7f605c)
- increase separator width to fit the largest popup width (c114f94)
6.0.3 (2019-05-18)
- cannot drag on the edge of the bookmark (1ad980e)
6.0.2 (2019-05-18)
- should not trigger dragging when clicking bookmark with a shaking hand (reported by @dlbryant) (e2e8265)
6.0.1 (2019-05-17)
- close PmB by pressing Esc on input w/o value (reported by @alon91) (0472fe0)
- should search immediately by pressing any key (reported by @alon91) (f0fb879)
- rewrite the whole extension with better structure, very likely with fewer bugs
- reduce file size and improve startup speed by removing unnecessary polyfills such as
promise
andregenerator
- reduce file size by using
woff2
instead ofwoff
- increase minimum Chrome version from 34 to 55
- new folder, search and cancel icons
- some bookmark rows may not have correct height after sorting/adding/deleting bookmarks
- should not allow paste when searching
- cannot drop bookmark when dragging
- input cursor moved to the end after inputting multiple whitespace
- support Swedish locale (thanks Bosse Johansson)
- locales update: Norwegian Bokmål(Bjorn Tore Asheim)
- keep resizing in options page with long option description (reported by @silou)
- Revert "do not close window after pressing Esc"
- do not close window after pressing Esc
- remove delay when searching (suggested by @alon91)
- significantly improve startup speed by injecting background page that does nothing
- Cannot drag item into empty folder
- Update bitcoin donation url
- Bookmark icon shrinks if title is too long
- Use
Alt + Shift + B
as keyboard shortcut (reported by n8wood in #63)
- Greatly improve performance when you have a very large set of bookmarks in the same folder
- Should not allow to trigger contextmenu by CTRL key on Windows
- Should not trigger contextmenu multiple time by long press
- Cannot use Norwegian Bokmål locale (again)
- Cannot use Norwegian Bokmål locale
- Use
Ctrl / CMD + Shift + B
as keyboard shortcut (reported by kaitan32 in #63)
- Wrong image/font path in css
- Open popup by Ctrl / CMD + B (suggested by Sebastian B)
- Use
Tab
andShift + Tab
to navigate bookmarks - Support trigger context menu by
Menu Key
- Increase minimum Chrome version from 26 to 34
- New option page (following options V2 standard)
- Support all kind of separators in separatethis.com
- Remove option:
Bookmarklet supported
, now we always support bookmarklet without permissionRead and change all your data on the websites you visit
- Cannot
Copy
a folder - Cannot display the whole popup in OSX
- Wrong menu/editor position in some situations
- Setting of
Hide root folder
will be lost on second save Remember last position
may fail ifDefault expanded folder
is changedRemember last position
may fail if any last used folder is removed
- Support Norwegian Bokmål locales (thanks Bjorn Tore Asheim)
- Locales update: French(Alexis Schapman)
- Middle click is not working on Chrome 55
- Dragging is now much more sensitive
- Drag fail easily on Windows
- Keyboard Navigation
- Increase minimum Chrome version from 20 to 26
- More compact layout
- 'Open all bookmarks' now ignore separators
- Close folder by clicking its folder item when using Left Click mode (suggested by Bram Jacob)
- Close folder by clicking its box shadow when using Left Click mode
- More precise drag indicator
- Scroll the created item into view
- Resize the height of interface when displaying drag indicator
- Drag indicator may still appear after dragging is ended
- Drag indicator appears next to the dragged item in some special cases
- Tooltip displays after separator has been edited
- Weird display of separator when using Chrome(Linux)
- Wrong editor position in some special cases
- Cannot restore last position in some special cases (reported by KyosukeAce)
- Scroll back to the top when searching
- Cannot save correct last position when dragging scrollbar (reported by KyosukeAce)
- Fix logic error in moving bookmarks when option 'Open folders by Left Click' is activated
- Fix menu item cannot toggle visibility correctly
- Font family (suggested by Leebeaut Paul and David Bryant)
- Hide root folder (suggested by David Bryant)
- Remove 'Hide folder "Mobile bookmarks" if exists'
- The options of 'Default expanded folder' are now depended on the root folders you have
- Highlight the default folder name when creating a new folder (Inspired by Dennis Long)
- Fix wrong index when setting option 'Default expanded folder' in Opera
- Dragging is now much easier (a problem since the previous version)
- Reduce the sensitivity of closing folder when hovering its shadow
- Support Russian locales (thanks Другие закладки)
- Locales update: Korean(Jinhyeok Lee)
- Add Breadcrumb to tooltips during search (inspired by Ashish Bogawat)
- Remember last position (suggested by Роман Дрэйк, Ke Han)
- Middle clicking folder or clicking "Open in background tab" will close the popup (suggested by John Cawthorne)
- Use native Chrome context menu when right clicking "input" element
- Folders are displayed on search results
- Some search results assigned with incorrect menu
- Cannot expand folder sometimes when dragging (reported by David Bryant)
- Wider scrollbar (suggested by Fischers Fritze)
- Selection sort algorithm for "Sort by name", less chances to reach the maximum number of bookmarks operations per hour
- Optimized algorithm for dragging, much smoother
- Support Dutch locales (thanks Marzas)
- Locales update: French(foX aCe), Italian(Giacomo Fabio Leone)
- A fresh new UI
- Header's font is changed to 'Archivo Narrow' and is integrated to PmB (Size: 50KB)
- Can't scroll while using user-defined font (reported by David Bryant)
- "Close" button for closing folder (inspired by Tom Sengers)
- Hovering bookmark won't close folder in "Open folders by Left Click" mode
- Unselected bookmark is highlighted when dragging at specific condition
- More accurate search result
- Avoid showing separtors in search result
- Locales update: Korean(Jinhyeok Lee)
- (Menu) Sort by name (suggested by Steven Pribilinskiy)
- Shortened title of separator (inspired by Steven Pribilinskiy)
- Search results are now in Alphabetical order
- Search queries allowed
- Deadloop bug when copying a folder to itself
- Item may be removed sometimes when dragging
- Speed up searching
- Locales update: French(foX aCe), Italian(Giacomo Fabio Leone)
- Support German locales (thanks Gurkan ZENGIN)
- Locales update: French(foX aCe), Italian(Giacomo Fabio Leone), Korean(Jinhyeok Lee), Vietnamese(Phan Anh)
- Support bookmarklet (reported by Chris Hagen)
- Create new folder only when confirmed (suggested by David Bryant)
- Can't show the last item in a folder with scrollbar displayed (reported by David Bryant)
- Support Korean locales (thanks Jinhyeok Lee)
- Can't scroll while dragging (reported by David Bryant)
- Support Italian locales (thanks Giacomo Fabio Leone)
- Can't paste a folder with its subfolder content (reported by David Bryant)
- "No bookmark" indicator doesn't show in the root
- Locales update: French(foX aCe), Vietnamese(Phan Anh)
- The style of separator
- Favicons can be enlarged with font size
- Popup bookmark editor after adding folder
- Rearrange the order in menu
- Support Vietnamese locales (thanks Phan Anh)
- Add separators
- Font size
- Can't add folder in empty folder (reported by David Bryant)
- Color indicator for "Cut, Copy & Paste"
- New bookmarks and folders are now inserted under the item you right clicked
- Can't paste in empty folder
- Locales update: French(foX aCe)
- Cut, Copy & Paste on the context menu (suggested by David Bryant)
- The height and width of PmB are now auto stretched when needed
- Context menu isn't showed completely in some specific situations
- Algorithm of closing the cover between folders
- Reduce the chance of closing the cover between folders mistakenly (inspired by David Bryant)
- The cover between folders can be closed by left click
- Can't rename folder in "Open folders by Left Click" mode (reported by David Bryant)
- Can't move bookmarks to main folder (reported by David Bryant)
- Open folders by Left Click
- Can't move bookmarks to the first place of folders (reported by David Bryant)
- When dragging bookmark on the original position, drag indicator may be displayed
- Reduce the sensitivity of hovering folders (suggested by David Bryant)
- Reduce RAM usage
- Support French locales (thanks foX aCe)
- Folder name's font changed to "Arial Narrow"
- Left/ Ctrl+Left/ Shift+Left/ Middle Click to open bookmarks in specified location (inspired by Ahmad Moawya)
- Remove "Always open bookmark in new tab"
- Better color scheme and layout (hopefully)
- The height of bookmark tree may be incorrect after searching
- Ctrl + Click to open bookmarks w/o closing the popup (suggested by Cantate Domino)
- Always open bookmark in new tab (suggested by bryan wang)
- Expand folders smoothly
- Smoother searching
- Scrolling distance now also depends on mouse wheel speed
- New options won't reset saved settings anymore
- Folder name's font changed to "Agency FB" (inspired by Timo Oster)
- Middle click mouse to open all bookmarks (suggested by George Dekavalas)
- Scrolling distance now depends on the height of a item (suggested by DiegoPerotti)
- Warn me when opening multiple tabs might slow down Chrome (suggested by George Dekavalas)
- When a bookmark's title is null, show its url instead of title (suggested by DiegoPerotti)
- Rename or delete bookmarks on search page may not be shown
- The height is not set correctly in some cases
- (Temporary) Duplicated scroll bar on Mac OS (reported by NightRain)
- Dragging improvement
- UI improvement: Right Click Menu
- Index is not correct when dragging an item downward in the same folder
- UI improvement
- Scrolling Animation
- Unable to drag item into an empty folder
- More responsive dragging
- Dragging improvement
- Locales update: Simplified Chinese
- Right click menu error(again)
- Url can't be shown when editing bookmarks
- Invalid input is not checked on Options page
- Reduce startup time
- Support Traditional and Simplified Chinese locales
- Right click menu error
- Dragging improvement
- UI improvement
- initial version