Skip to content

Releases: CodePenguin/shortdash

v0.1.8

10 Dec 02:50
Compare
Choose a tag to compare
  • 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

27 Nov 21:32
Compare
Choose a tag to compare
  • 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.Server on Windows and ~/.local/share/ShortDash.Server on macOS and Linux.

v0.1.6

27 Nov 16:10
Compare
Choose a tag to compare
  • 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 ShortDash to ShortDash.Server and ShortDash.Target. Any existing data should be manually moved to these new folders.

v0.1.5

25 Nov 21:31
Compare
Choose a tag to compare
  • Added Mac Application bundling

v0.1.4

21 Nov 12:38
Compare
Choose a tag to compare
  • Rebuilt ShortDash.Launcher using Go so that it could work on Win/Mac/Linux.

v0.1.3

18 Nov 00:05
Compare
Choose a tag to compare
  • Added Windows Installer that handles both Server and Target installations.

v0.1.2

15 Nov 02:37
Compare
Choose a tag to compare
  • 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

14 Nov 21:36
Compare
Choose a tag to compare

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

13 Nov 03:04
Compare
Choose a tag to compare

Migrated to .NET 5.0

v0.0.2

12 Nov 01:48
Compare
Choose a tag to compare

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.