Releases: etacarinaea/startpage
Releases · etacarinaea/startpage
v1.12.1
Changed
- Updated relevant parts to conform to Manifest V3.
- Removes the need for the browser polyfill.
Warning
When updating from a version below v1.11.0 to this version, the config will be lost. Either export and re-import your config, or update to any version between v1.11.0 and v1.12.0 (inclusive) first, before updating to this version.
I did not increment the major or minor version for this, since the config itself is still backwards compatible.
v1.12.0
Fixed
- Enter not working when search square is missing
Added
link spacing
option
v1.11.4
Fixed
- Fixed arrow keys not working
v1.11.3
Fixed
- Fixes an error when
searchsquare
is undefined andalwaysopen == true
v1.11.2
Changed
- Made duckduckgo the default search engine in the default config
v1.11.1
Fixed
- Fixed the help popup for search options always showing in chrome
v1.11.0
Added
- Changelog file
- npm to make "building" easier
patches/
contains diffs for integrating the
webextension-polyfillnpm run build-ff
creates a zip containing the startpage (for firefox)npm run build-ch
creates a zip containing the startpage with the
webextension-polyfill (for chrome)
- Version string in config.json; the current version of the config file
- Automatically update config based on config version string
Changed
- Configuration data is now saved in
storage.local
instead of
localStorage
, as is conventional for browser extensions
v1.10.0
Adds a gear button to the bottom-right corner of the page that opens the config menu when clicked
Removes the obsolete use_json_file
config option
v1.9.2
Disable background image in default config
v1.9.1
Fixes "Keep all squares open" (alwaysopen) option not working