The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.12.0 - 2022-2-2
- Enter not working when search square is missing
link spacing
option
1.11.4 - 2021-5-10
- Fixed arrow keys not working
1.11.3 - 2021-4-10
- Fixes an error when
searchsquare
is undefined andalwaysopen == true
1.11.2 - 2020-8-8
- Made duckduckgo the default search engine in the default config
1.11.1 - 2020-6-20
- Fixed the help popup for search options always showing in chrome
1.11.0 - 2020-5-15
- This changelog file
- npm to make "building" easier
patch/
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 patched 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
- Configuration data is now saved in
storage.local
instead oflocalStorage
, as is conventional for browser extensions
1.10.0 - 2020-2-22
- Gear button in the bottom-right corner that opens the config menu when clicked
hide_gear_button
config option; when true hides the gear icon until hovered over
use_json_file
config option
1.9.2 - 2020-2-5
- Disable background image in default config
1.9.1 - 2020-2-3
- Fix
alwaysopen
config option not working
1.9.0 - 2020-1-17
- Reworked config options for background images
images
: An URL to an image (local files don't work currently)size
: The image size, e.g.500px 250px
,cover
filter
: An optional filter, e.g.opacity(0.2)