Releases: lissy93/dashy
2.1.0
2.0.9
✨ 2.0.9 Adds Multi-Page Support PR #663
- Fix KeyCloak API URL (#564)
- Fix guest has config access (#590)
- Fix collapsible content in multi-page support (#626)
- Fix layout and item size buttons ( #629)
- Refactor make request in RSS widget (#632)
- Fix material-design-icons header in schema (#640)
- Add option to hide seconds in clock widget (#644)
- Fix pageInfo not being read in router (#645)
- Fix startingView not honored (#646)
- Fix Status Check default (#651)
- Add option to hide image in SportsScores Widget (#654)
- Add Adventure-basic theme (#655)
- Write docs for sub-items (#657)
- Add Font-Awesome displaying as square to troubleshooting guide (#659)
- Show expand / collapse in context menu (#660)
- Only deploy new release when relevant files have changed
2.0.8
You requested it.... Multi-page support is here!
As well as your main page, you can now have as many sub-pages as you like. The config file for which, can either be managed locally within Dashy, or anywhere you like! For more info, and setup instructions, see, the docs: Multi-Page Support
✨ 2.0.8 Adds Multi-Page Support PR #617
- Adds support for multiple pages per-dashboard
- Adds new attribute at root of main config file:
pages - Updates router and nav-bar to automatically create paths for both local and remote configs
2.0.7
⚡️ 2.0.7 Improves handling of Sections and Items PR #595
- Adds functionality for sub-items / item-groups
- Creates an item mixin, for reusing functionality
- Item width calculated based on parent section width
- Improved mobile support, long-press for right-click
- Adds 2 new themes (
lissyandcharry-blossom) - Adds 2 new widgets (
mullvad-status, andblacklist-check)
2.0.6
🐛 Fixes user requested issues PR #557
- Allows middle click open new tab, Re: #492
- Implements Max redirects for status checks, Re: #494
- Adds Gitpod config for cloud-ready IDE, Re: #497
- Adss new screenshots to showcase, Re: #505
- Fixes excess space below footer, Re: #522
- Allows iframe content to be viewed full-screen, Re: #524
- Fixes Glances widgets with Authorization headers, Re: #546
- Adds target attribute to nav links, Re: #552
- Removes fixed max-width on wide-screens, Re: #554
- Adds missing type attribute to external CSS, Re: #560
- Updates path to Keycloak API, Re: #564
- Fixes link to @walkxhub homelab icons, Re #568
- Fixes local image path on sub-page, Re: #570
- Adds typecheck on edit item tags, Re: #575
- Fixes item size in config not honored, Re: #576
2.0.5
Partially revert 2.0.4, fixing several issues caused by conf.yml not being loaded at startup.
This change requires a rebuild of the application when several options under appConfig are changed.
Fixes #544 #555
Several other changes since 2.0.4, including:
The Add New Section button on the UI editor now displays if no sections are present. #536
When using SSL, the server can now redirect from HTTP to HTTPS. This is enabled by default when using SSL. #538
Section context menus are now accessible on mobile, and will no longer clip off the screen. #541
Italian translations have been added. #556
Dashy 2.0.0
Version 2.0.0 of Dashy is now released! The main changes are the introduction of widgets, as well as usability + stability improvements.
Thanks very much to everyone who contributed to this release, including: @XertDev, @b1thunt3r, @icy-comet, @KierenConnell, @BOZG, @leocov-dev, @walkxcode, @olearycrew, @Compunctus, @EVOTk, @stuu3k, @jnach, @DylanBeMe
✨ New Features
- Widgets! Support for widgets for displaying dynamic content, as well as 50+ pre-built widgets
- Native SSL support, enabling self-signed certificated to be passed directly to the Docker container
⚡️ Improvements
- Adds several new themes
- Adds option to change font from UI
- Automated multi-arch Docker builds
- Performance improvements to the Node server
- Switches default favicon API to allesedv, and adds support for iconhorse
- Adds icon fallback support
🐛 Bug Fixes
- Fixes overlapping edit menu (#311)
- Fixes status check dot in edit mode (#301)
- Fixes item text flicker on hover (#312)
- Fix unequal button height in French (#311)
- Makes sorting case-insensitive (#352)
- Fixes tile move on hover bug (#366)
- Fixes save item without title bug (#377)
- Fixes formatting in clock + weather widgets (#402)
- Fixes unable to edit item bug (#415)
- Fixes unable to add new app bug (#390)
- Fixes nav links still visible after removing (#389)
- Fixes clock date update delay at midnight (#402)
- Fixes empty section visible in search (#447)
- Fixes numbers being removed from tags (#430)
For more info, view the Changelog or this release's commit history.
For a list of upcoming tasks, checkout the Current Roadmap
Dashy 1.9.0
✨ New Features
- All-new interactive config editor
- Option for default opening method, and more target options
- Support for single-section view
⚡️ Improvments
- Custom 404 pages, and improved Netlify support
- Improved loading times, and performance
- Implementation of VueX for state management
- Cleaner URLs, with option for history or hash routing
- New initial conf.yml file
- Made a start on the Dashy-lite Docker image
🐛 Bug Fixes
- Adds an option for landing URL in workspace, Re: #255
- Switches to a new API for generative icons, Re: #163
- Adds new tab functionality to Workspace, Re: #254
- Remove CSS validation in style editor, Re: #259
- Cap item description at 2 lines, Re: #250
- Favicon now shows correctly in Firefox, Re: #163
💖 Huge thank you to everyone who contributed towards this release:
@EVOTk, @daentech, @rubjo, @skaarj1989, @FormatToday, @UrekD
Dashy 1.8.0
Release Highlights
- Multi-search supporting custom bangs
- Improved language detection
- Improved error handling
- Spanish translations, contributed by @lu4t
- Item sort options, alphabetical, most used, recently used, etc
- Lots of minor bug fixes, small UI updates, and improved GH actions workflow
Dashy 1.7.0
Release Highlights
- Direct web search integration from search bar
- Improved loading expereince during initial build
- Option for ignoring SSL in local status checks
- Improved search, shortcuts and support for tags
- Adds Keycloak support for secure autentication
- Adds support for granular auth controlls
- Build updates, reduces size of Docker image
- Support for Guest Access
- New Theme
- Also build a quick docs site: https://dashy.to/
Release Changelog
✨ 1.6.9 - Web Search Feature PR #185
- Adds ability to search the web directly from Dashy by pressing enter on the search bar
- Adds configuration options, for setting default search engine, opening method and disabling
- Adds text under search bar, implements into minimal view also
⚡️ 1.6.8 - Improved Loading Experience PR #183
- During app initialization, show the build progress and status message
- While requests are being made, show loader at top of screen
- Also adds some UI improvements to Workspace view
⚡️ 1.6.7 - Option for non-SSL status checks plus minor things PR #182
- Adds an option for user to use status checks with non-HTTPS services, Re: #181
- Updates the .env template, plus the variables used in the server
- Uses the v-cloak to hide text before it's finished loading
- Fixed the parsing of the update-checker during build
⚡️ 1.6.6 - Improved Search & Shortcuts PR #175
- Refactors the search algorithm to improve performance and code reusability
- Updates search to ignore case, special characters and minor-typos
- Adds the option for user to specify tags, which can be used for searching
✨ 1.6.5 - Adds support for Secure Authentication using Keycloak PR #174
- Major restructure of auth config
- Implements keycloak support, adds docs and updates schema
✨ 1.6.4 - Adds functionality for Granular Auth Control PR #171
- Enables sections to be visible for all users except for those specified
- Enables sections to be hidden from all users except for those specified
- Enables sections to be hidden from guests, but visible to all authenticated users
⚡️ 1.6.3 - Dependency and Build File Updates PR #168
- Removes any dependencies which are not 100% essential
- Moves packages that are only used for building into devDependencies
- Updates dependencies to latest version
- Adds a .dockerignore, so that non-essential files are not included in the container
- Updates deployment config files for Netlify, Heroku and GH actions
- Made a brand new bug-report template, with input fields and validation!
✨ 1.6.2 - Support for Guest Access PR #167
- Adds functionality for optional read-only guest access to dashboards with authentication
- Can be enabled by setting
appConfig.enableGuestAccess: true
💄 1.6.1 - Adds new Theme PR #166
-
Adds Dashy theme, for use in the dev dashboard