Releases: supechicken/ChromeOS-CustomBack
Releases · supechicken/ChromeOS-CustomBack
v2.4.0
v2.4.0 (2024-09-17)
Fixes
- Pages won't be modified anymore when custom background is not set
Changes
- Background of ChromeOS Files app and other built-in pages can be configured separately now
- Some minor adjustments to the extension's settings page
- Appended license text to
*.{css,js,html}
files
Full Changelog: v2.3.1...v2.4.0
v2.3.1
v2.3
v2.3 (2024-06-19)
Fixes
- Fixed error on built-in pages when light theme is enabled
Changes
- Set minimum Chrome version to v119
- Add blur effect to drawers
- Live light/dark theme switching is supported now
- Add transparency to the search bar in ChromeOS Settings app
- Refactor injection logic with the new CSS relative color syntax
Full Changelog: v2.2...v2.3
v2.2
v2.2 (2024-05-25)
New features
- Background position can be changed dynamically based on cursor position
- Images will now converted to WebP format automatically before putting it to
chrome.localStorage
for smaller file size and faster loading time
Changes
- Added notice about videos not supported on Chrome v124+ (excluding ChromeOS Files App) anymore
- Improve support for revamped ChromeOS Settings app
- Removed option for disabling Material You color scheme, it will be enabled by default from now on
Full Changelog: v2.1...v2.2
v2.1
Changes
- Apply menu settings to more menus
- Blur added to the file information page
Full Changelog: v2.0...v2.1
v2.0
New features 🎉
- Material You support (requires enabling in extension settings page manually)
- Live background (video as background) is supported now
- Opacity/Blur settings for menus can be adjusted separately now.
Changes
- Storage quota is now disabled, meaning image/video with larger sizes can be set as background now.
Full Changelog: v1.1...v2.0
v1.1
Changes
- Make use of MV3 Promise API instead of wrapping with
new Promise(resolve => {})
- Move content script registration logic to
js/settings.js
for detecting#extensions-on-chrome-urls
availability
v1.0.1
v1.0
Initial release :D
Full Changelog: https://github.com/supechicken/ChromeOS-CustomBack/commits/v1.0