Skip to content

Releases: Panonim/dynacat

Release - 2.4.0

Choose a tag to compare

@Panonim Panonim released this 29 Jun 18:39
143ffe9

Note

I never thought I’d be writing this, but this will be the last update for a while.

For those who have followed this project, thank you for all the support. It may seem like development is coming to an end... but this isn’t goodbye.

I’m stepping away to focus on something much bigger during the summer break. When I return, it won’t be with a small patch or another minor release.

It’ll be 3.0.0. 👀

Added

  • Brave Search as autocompletion engine
  • Support for icons in page title
  • Speedtest widget
  • Support for Sonarr/Radarr releases in calendar widget
  • Setting to open stream instead of category on click -> #123

Changed

  • Improved endpoint fetching by adding shared cache
  • Added server-stats compact: true option -> #104

Fixed

  • Todo widget highlight too short
  • Todo widget trash animation icon slower than highlight
  • Incorrect thumbnails pulled for series
  • Testing repo not detected correctly in dynawidgets
  • Log level functionality -> #96
  • Incorrect daily percentage in market widget -> #117
  • Auth redirect preservation -> #120
  • Combining subreddits showing incorrect title
  • Theme syncing issue
  • latest-media widgets interfering with each other -> #124

New Contributors

Full Changelog: 2.3.1...2.4.0

Bug fix - 2.3.1

Choose a tag to compare

@Panonim Panonim released this 01 Jun 21:16
ae2b257

Changed

  • Added support for loading environment variables from a file via --env-file -> #107
  • Made initial loading faster by fetching data on service start
  • Bumped up Go packages to latest

Fixed

  • Issue where glance.yml was not detected correctly which would cause issues when transitioning -> #110
  • Reddit widget and Reddit RSS feeds returning 403 -> #113

New Contributors

Full Changelog: 2.3.0...2.3.1

Release - 2.3.0

Choose a tag to compare

@Panonim Panonim released this 20 May 21:33
ea01aa8

Changed/Added

  • Every widget now supports frameless: true
  • Added different header support for monitor widget
  • Added ability to have navbar hidden on desktop, show it on hover (hover height area 22px) -> #91
  • Added ability to center nav-item elements on navbar on desktop -> #91
  • Added ability to hide logo from navbar -> #91
  • Fixed rendering user svg from branding correctly -> #91
  • Made Github fetches faster -> #97
  • Made RSS feed render faster -> #99
  • Made key-bindings work with other keyboard layouts -> #99

Fixed

  • Issue where photos would show up in latest-media widget
  • Issue where latest-media widget wasn't receiving the correct thumbnail type from Plex
  • Issue where Currently Playing widget grabbed incorrect cover for shows
  • Issue with icons fallback when no svg is found
  • Issue where qBittorrent would incorrectly detect current state when seeding
  • Issue where page would need to be refreshed after browser has been re-opened'
  • Issue where key-binding only works when there are search widgets
  • Issue where server-stats disk usage required you to mount root directory -> #89
  • Issue where grouped tabs would reset after refresh -> #93
  • Issue where failed pulls from Youtube would block other fetches -> #94
  • Issue with incorrect PKCE handling in OIDC

New Contributors

Full Changelog: 2.2.3...2.3.0

Bug fix - 2.2.3

Choose a tag to compare

@Panonim Panonim released this 29 Apr 21:35
e836e37

Added

  • Add utility functions for array manipulation by @DiogoAbu in #60
  • Key Binding for easier navigation between pages
  • Start on page open for stopwatch widget
  • Caching for every widget
  • Allowed to invert colors in markets widget

Fixed

  • Search widget query for bangs
  • Issue where groups would open multiple of the same links
  • Issues with markets pulling

New Contributors

Full Changelog: 2.2.2...2.2.3

Bug fix - 2.2.2

Choose a tag to compare

@Panonim Panonim released this 22 Apr 18:17
c3e069e

Fixed:

More browser like behavior for Reddit widget to avoid Error 403

Bug fix - 2.2.1

Choose a tag to compare

@Panonim Panonim released this 22 Apr 16:45
1f4df80

What's Changed

  • Fixed videos widget collapsing state
  • Updated OIDC documentation
  • Cross iFrame embeding fix
  • Fixed Youtube 404 errors

Full Changelog: 2.2.0...2.2.1

OIDC, Dynawidgets and more - 2.2.0

Choose a tag to compare

@Panonim Panonim released this 19 Apr 15:09
c06a1d0

Added

  • OICD Support
  • Dynamic Updates Documentation
  • Navidrome to in the "playing" widget
  • Added dynawidgets - new way to use community widgets without copy-pasting whole custom-api
  • Stopwatch widget
  • Allow insecure for changedetection widget
  • Icon support for widget titles
  • Icon support for bangs in search widget
  • Search completion using ddg api
  • Allowed to press enter to login
  • Cursor pointer to youtube thumbnails
  • {{hide}} function to cutom-api widget - which allows you to control when widget is hidden/shown

Fixed

  • State loss after videos widget refresh
  • Many security issues mainly related to auth

New Contributors

Full Changelog: 2.1.0...2.2.0

New Features + Bug Fix

Choose a tag to compare

@Panonim Panonim released this 31 Mar 15:27
5f91d11

Important

Long awaited docs are now available https://dynacat.artur.zone

Added

  • Blocky DNS Support -> #21
  • Name shortner for releases
  • Support for Deluge and Transmission - Idea: #18
  • Support for binary releases (found below)

Fixed

  • Todo list animation
  • Footer redirections
  • Issue with /assets path
  • Thumbnails rendering
  • Search focus -> #38

New Contributors

Full Changelog: 2.0.1...2.1.0

Bug Fixes and Easier Migration From Glance

Choose a tag to compare

@Panonim Panonim released this 25 Mar 18:59
fd8ccd6

Fixes

  • Add Glance compatibility for config path and Docker labels by @derzz in #15
  • Disk space not calculated correctly in server-stats widget
  • Icon fallback for dashboard-icons
  • Monitor widget styling
  • Youtube widget state loss on refresh

New Contributors

  • @derzz made their first contribution in #15

Full Changelog: 2.0.0...2.0.1

Websockets and more!

Choose a tag to compare

@Panonim Panonim released this 24 Mar 19:45
e608dfe

Added:

  • Websockets support that completely removed HTMX which improves loading time and eliminates a lot of issues
  • Image Caching - Faster load times and less network usage!
  • New widget for viewing latest media
  • Now all data gets fetch by a server and not by user/browser
  • New docker controller

Fixed / Improved

  • Vulnerabilities that caused secrets to be exposed to user
  • Torrenting Widget
  • Docs
  • Todo widget interactions - Now it works smoothly both on desktop and mobile without causing confusion!
  • Caching message's so widget's show fully loaded

Full Changelog: 1.1.0...2.0.0