Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: andreasmolnardev/dashwise

v0.4

30 Dec 15:48
db4d1a8

Choose a tag to compare

What's Changed

New Features

  • News page: Subscribe to RSS feeds/ YouTube channels (PR #140)
Screenshot 2025-12-30 at 15 25 58
  • Beszel widget: Integrate with Beszel, a "lightweight server monitoring hub with historical data, docker stats, and alerts." by @andreasmolnardev in #122
Screenshot 2025-12-30 at 15 26 35
  • Local Timezone Glanceable

  • Disable signup (#113) by PR #123

  • Folders in link view by PR #123 and #143

  • 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

19 Nov 17:05
5d06dbd

Choose a tag to compare

Minor changes

Project updates

Full Changelog: v0.3.0...v0.3.1

v0.3.0

18 Nov 16:30
b2eaa98

Choose a tag to compare

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

31 Oct 21:04
f5fdba3

Choose a tag to compare

What's Changed

Breaking Changes

  • ARM images now require tag version-arm or stable-arm.
  • New Docker Compose jobs container (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-stopped

New Features

Under-the-Hood Improvements

Full Changelog: [v0.1.5...v0.2.0](v0.1.5...v0.2.0)

v0.1.5

27 Oct 19:54
df0e2ce

Choose a tag to compare

What's Changed

  • Release v0.1.5: Fix SSO unavailable in #58

Full Changelog: v0.1.4...v0.1.5

v.0.1.4

25 Oct 20:40
0f4f2e0

Choose a tag to compare

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

24 Oct 16:35
f22223d

Choose a tag to compare

This is the initial release - no need to update yet