Releases: andreasmolnardev/dashwise
v0.4
What's Changed
New Features
- News page: Subscribe to RSS feeds/ YouTube channels (PR #140)
- Beszel widget: Integrate with Beszel, a "lightweight server monitoring hub with historical data, docker stats, and alerts." by @andreasmolnardev in #122
-
Local Timezone Glanceable
-
Custom clock fonts in #64
-
Browse DuckDuckGo's search engines when adding a new search engine (PR #133)
-
Redirect unknown search bangs to another search engine (PR #139)
-
Add link form: Fallback to favicon (PR#133)
Minor changes and improvements
- Weather glanceable: select location via location picker in #139
- #136: Create config for users that exist but don't have a config in #139
- More weather icons & supported weather codes by @andreasmolnardev in #114 and (PR #133)
- Improved searchItem filtering in #130
- Use useAuth hook #145
- Upgrade to nodejs 20, upgrade nextjs in #123
- Updated icons from selfhst/iconsin #134
Visual changes
- Middle dashboard section: don't overflow in #124
Project changes
- Move scripts to /scripts directory in #64
- Remove GitHub Actions in #64
- Add forgot password dialog in #122
Full Changelog: v0.3.1...v0.4-pre
v0.3.1
Minor changes
- use default tab setting in search bar for searches by @andreasmolnardev in #106
- use search param for opening a link group directly by @andreasmolnardev in #108
- Weather details: use default location as fallback + smaller ui tweaks by @andreasmolnardev in #109
Project updates
- add backup docs by @andreasmolnardev in #103
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Recommendations before updating
Before upgrading, it is recommended to back your pocketbase instance up. During testing, data loss occurred when parts of the database were unintentionally removed during the upgrade process. For more info, refer to this guide regarding db backups
New Features
- Widgets! You can now add widgets to your main dashboard - like one for weather or for your integrations like Karakeep and Dashwise. - PRs: #75, #92 and #93, #94
- Choose between colorful and monocolor icons: Masking is now conditionally applied, based on the icon set - meaning colorful icons are now being stored and rendered correctly. PR: #83
- Notifications: Add topic tokens - a secure way to send notifications - PR: #90
- Update indicator: Next to the dashwise logo in the footer, there's now an icon being shown when an update is available. PR: #72
- Customizable link open behaviour (same tab/new tab) - PR: #97
Smaller changes
- Redesigned notifications view - as individual cards instead of a table - PR: #75
- Improvements to search bar: open with /home?search=1 (useful if you want to replace your default new tab page), advertise opening URLs - PRs: #91 and #79
- Better layout on mobile - PR: #82
Under-the-hood improvements
- Tag-based search filtering in Command/Search Bar
- Minor type fixes - PR: #88
- fix 500 when fetching a config where config.integrations is undefined - PR: #101
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Breaking Changes
- ARM images now require
tag version-armorstable-arm. - New Docker Compose
jobscontainer (replaces old curl one):
jobs:
image: andreasmolnardev/dashwise-jobs:stable
ports:
- "3001:3001"
environment: # see README -> Configuration -> Jobs
PB_URL: http://pocketbase:8090
DASHWISE_URL: http://dashwise:3000
PB_ADMIN_EMAIL: [email protected]
PB_ADMIN_PASSWORD: DashwiseIsAwesome
restart: unless-stoppedNew Features
- Status monitoring with timeline UI by @andreasmolnardev in [#53](#53)
- Appearance settings: add wallpaper filters (blur, brightness) by @andreasmolnardev in [#62](#62)
- Add different clock options by @andreasmolnardev in [#63](#63)
- Add new timeline for downtimes by @andreasmolnardev in [#67](#67)
- Add toggle in link settings by @andreasmolnardev in [#NEW](https://github.com/andreasmolnardev/dashwise-next)
Under-the-Hood Improvements
- Fix TS error in jobs container by @andreasmolnardev in [#63](#63)
- Remove blur provider by @andreasmolnardev in [#65](#65)
- Fix types by @andreasmolnardev in [#68](#68)
- Preparations for v0.2-stable by @andreasmolnardev in [#69](#69)
Full Changelog: [v0.1.5...v0.2.0](v0.1.5...v0.2.0)
v0.1.5
v.0.1.4
What's Changed
- Ask for user name on signup (#39) – @m4sc0
- Fixed world clock to use custom Select component (#42) – @m4sc0
- Fixed single navigation button and missing default search engines (#45)
- Credentials are now stripped from config (#43) – @m4sc0
- Updated icons and empty space (#47)
- Show accent color in settings (#48) – @m4sc0
- Refactored wallpaper retrieval logic (#49)
- Fixed accent color select outline (#50)
Full Changelog: v0.1.3 → v0.1.4
How to upgrade
either docker compose pull using :stable, :latest, or :0.1.4 tag
v0.1.3
This is the initial release - no need to update yet