-
Changed
- Keyboard shortcut defaults for compatibility
- Refactored load process to run in background script for reliability
-
Fixed
- Error handling on tab creation
-
Added
- Keyboard shortcut for Firefox
-
Fixed
- Revert back to http prefixing for compatibility
- Added
- Container support for Firefox
- Fixed
- Issue with search queries not loading
- Added
- Option to handle Non-URLs as search queries
- Added
- Tab group support for Chrome
- Dark mode
- Changed
- Display format of tab count and tab count warning for clarity
- Improved schema detection
- Added schemas to no-lazy-load rule
- Added
- Option to ignore duplicate URLs on open
- Changed
- Complete rewrite in Vue.js
- Fixed
- Fix regression in Chrome: No shortcut for popup activation, caused by migration to manifest v3
- Added
- Option to open tabs in reverse order
- Changed
- Chrome: Update manifest version
- Changed
- Remove unsafe assignment of innerHTML
- Added
- Indicator for amount of tabs to be opened
- Changed
- Refreshed design with improved element sizes, margins and paddings
- Lazy loading: Use replace instead of assign for URL navigation, in order to avoid unnecessary history entries
- Changed
- Remove unnecessary "tabs" permission
- Changed
- Enable split mode for Chrome, in order to fully support incognito mode
- Upgrade some dependencies
- Fixed
- Fix issues with unsaved changes on extract
- Changed
- Migrate to TypeScript
- Make "preserve input" feature an option
- Improve spacing of UI elements
- Added
- Add abstraction of browser API object to make extension work with both Chromium and Firefox API
- Changed
- Migrate to new storage API
- Fixed
- Fix save of selected lazy loading and random option
- Changed
- Migrate to ECMAScript 6
- Replace deprecated property 'selected' of 'tabs.create' API with 'active'
- Fixed
- Fix line wrap in Firefox
- Fixed
- Fixed problem where text was not stored after use of the URL extraction feature
- Added
- Text and selected options are stored
- Option to open tabs in random order
- Changed
- Select text in form field instead of focus on field
- Added
- Support for additional URL schemes
- Changed:
- Display URL in title of lazy-loading tabs
- Added:
- Option to extract URLs from text
- Added:
- Auto-focus on form field
- Added
- Option to lazy-load tabs
- Fixed:
- Handling of URLs beginning with 'https://'
- Added:
- Ignore blank lines in URL list
- Add 'http://' to URLs if not present
- Initial release