Releases: delightedCrow/WallberryTheme
Releases · delightedCrow/WallberryTheme
Updated Image Resizing
3.1.0 - 2021-3-4
Fixed
- Fixed issue 35 of image not loading due to Unsplash API change.
- Fixed issue 33 showing incorrect documentation for WallberryTheme config.
Added
- Added the following config options to WallberryTheme for customizing images:
imageWidth
,imageHeight
, andimageOptions
.
Removed
- Removed the
resizeForScreen
config option.
Bug Fixes
3.0.1 - 2021-1-15
Fixed
- WB-weather: Fixed issue with blank forecast weather icons showing up when using DarkSky provider.
- Fixes issue 29 of Wallberry not loading background images on start up due to a failure to clear the Electron Cache. WalberryTheme's node_helper.js has been updated to use the Electron's newer promise API for session.clearCache().
- WB-weather: fixes issue 31; floating elements now get cleared properly, so WB-weather elements now stay together as a unified block.
v3.0.0 - Better Weather
3.0.0 - 2020-11-18
Changed
- WB-weather now uses openweathermap as its default weather provider (as DarkSky has been acquired by Apple).
- Changed WalberryTheme, WB-weather, and WB-clock to all use cached web templates in their nunjucks environments instead of requesting a new version from the server every time.
Fixed
- Memory leak described in Issue 25 (authored by @samusaran).
- General linting and code clean up.
Added
- Wb-weather has been completely refactored and can now switch between multiple weather providers and display templates.