You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tabs: Configurable badges (for notifications and other info) (co-authored with @cnnrro: #2262)
Fixed
Tabs: Suboptimal "tabs reload limit" logic and pending-mark styles
History: Redundant and potentially harmful setting "Load history on demand"
Always load the history service on demand. Previously, if this setting
was disabled, the history service might never unload, handling all
visits and title change events and wasting CPU time.
History: Incorrect updating of titles
Snapshots: Group/placeholder URLs are not migrated to a new profile
Renamed container colors are not handled properly
Add 'cyan' alias for 'turquoise' and 'gray' for 'toolbar'
Keep old color names for snapshots and bookmarks (temporary)
Tab preview:
Removed the window-mode as it doesn't work correctly anyway.
Changed "in-sidebar" mode from inline to popup-like preview.
History: Improved handling of title change events
Optimizes performance when a large number of tabs frequently change their titles. Configurable via hidden historyTitleUpdInterval pref (ms, 0 - off, small values might cause performance issues).