Releases: gethomepage/homepage
Releases · gethomepage/homepage
v0.2.4
v0.2.3
Whats Changed
- Weather widget can now be configured to hide the API key using a new
settings.yaml
file. See https://github.com/benphelps/homepage/wiki/Settings for more information.
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Whats Changed
- Fixed possible error when proxied responses do not contain a Content-Type header.
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
I've refactored the service widget API calls.
All API calls are now handled in a more secure way, exposing no secrets to the frontend. All calls use either shared generic API proxy handlers, or specific proxy handlers in the case one is needed. This change does not require any intervention or other configuration changes.
For more information, see the issue here: #33
Full Changelog: v0.1.6...v0.2.0
v0.1.6
What's Changed
- Fix typos by @quod in #46
- New Search Bar Widget by @aidenpwnz in #45
- New Nginx Proxy Manager Service by @aidenpwnz in #45
New Contributors
- @quod made their first contribution in #46
- @aidenpwnz made their first contribution in #45
Full Changelog: v0.1.4...v0.1.6
v0.1.4
What's Changed
- Implement Jellyseerr integration by @ilusi0n in #34
- Services with blank or "#" hrefs will no longer open empty tabs and act as display widgets only. #44
- Allow loading remote or relative service icons, see: https://github.com/benphelps/homepage/wiki/Services#icons
- Fixed docker stats when the container is using
network_mode=host
. #31
New Contributors
Full Changelog: v0.1.0...v0.1.4
First Release
This is the first release, with most initial release issues ironed out.