Skip to content

Releases: abhaybd/chrome-better-home

v0.2.6

05 Jan 21:35
Compare
Choose a tag to compare

Very minor QoL change.

Improvements:

  • Show default favicon while the new one is loading, instead of a blank box

v0.2.5

03 Jan 22:43
Compare
Choose a tag to compare

Fixes and improvements to the favicon feature.

Bug fixes:

  • Fixed issue where favicons wouldn't load since the API moved to a new location

Improvements:

  • Better error handling for fetching favicons, fallback on default favicon
  • Expired cached favicons are only removed when their replacement is available

v0.2.1

24 Mar 04:18
Compare
Choose a tag to compare

Literally nothing changed since last version, but chrome webstore needed it to have a version change for a reupload.

v0.2.0

23 Mar 09:29
Compare
Choose a tag to compare

Fixed bug where site icons wouldn't load

Had to migrate away from a cors proxy and implement my own service for fetching the site icons.

v0.1.3

21 Jan 06:11
Compare
Choose a tag to compare

Improvements

  • Added configuration option to set whether settings button auto hides
  • Show help dialog when a new user opens the page

v0.1.2

15 Jan 19:51
Compare
Choose a tag to compare

Improvements:

  • Eliminated storage accumulation. Unused favicons cached in local storage will be deleted after a week of disuse.
  • Improved styling inconsistencies with the site icon options button

Bug fixes:

  • The open state of folders is no longer persisted in storage
  • Boolean settings are now correctly saved in storage