Releases: CodePenguin/shortdash
Releases · CodePenguin/shortdash
v0.1.8
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.Server
on Windows and~/.local/share/ShortDash.Server
on 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
ShortDash
toShortDash.Server
andShortDash.Target
. Any existing data should be manually moved to these new folders.
v0.1.5
- Added Mac Application bundling
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
Migrated to .NET 5.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.