Releases: CodePenguin/shortdash
Releases · CodePenguin/shortdash
Release list
v0.1.8
- Windows installer can now automatically start the applications.
- Added support for cycling through the available server URLs when linking devices.
- Performance improvements for action icon selection and dashboard grids.
- Changed edit screens to use a consistent responsive style.
v0.1.7
- Launcher now handles default pathing by itself so that it can copy appsettings.json.
- The appsettings.json stored with the binaries should not be edited.
- Config and application data are stored in
%LocalAppData%\ShortDash.Serveron Windows and~/.local/share/ShortDash.Serveron macOS and Linux.
v0.1.6
- Added Debian package support for Linux x64 builds.
- Launcher and installations now copy appsettings.json to the specified config path so it should not be edited in the installation path.
- Launcher now opens configuration path when the "Settings" menu item is clicked.
- The storage location for user data has been changed from
ShortDashtoShortDash.ServerandShortDash.Target. Any existing data should be manually moved to these new folders.
v0.1.5
v0.1.4
- Rebuilt ShortDash.Launcher using Go so that it could work on Win/Mac/Linux.
v0.1.3
- Added Windows Installer that handles both Server and Target installations.
v0.1.2
- Windows build now performs full restore and build to ensure client dependencies are brought in.
- Windows Launcher now supports executing a cross-platform build.
- Added favicon and program icons.
v0.1.1
Added a Windows launcher that creates an icon in the Windows System Tray and runs the Server or Target process in the background.
v0.1.0
v0.0.2
Consolidated hostsettings.json into appsettings.json for easier configuration management. The Urls setting can be set to change what network interfaces are bound to and what ports are used.