Releases: digitalpalidictionary/dpd-updater-go
DPD Updater v0.0.5
Changes
- github: include installation guide with version
- github: remove tarball extraction logic
- github: use tar.xz in linux build
- github: fyne package extraction, add error checking
- github: use correct fyne cli flag syntax
- github: update fyne cli path
- app: handle error returns in main.go
- app: move main.go to root
- github: use fyne package for all platform builds
Installation
Windows
Download dpd-updater-windows-0.0.5.exe and double-click to run.
macOS
Download dpd-updater-macos-0.0.5.zip, extract it, and double-click the app to run.
Linux
Option 1: Portable Binary (Easiest)
chmod +x dpd-updater-linux-0.0.5
./dpd-updater-linux-0.0.5Option 2: Tarball (System Installation)
tar -xJf dpd-updater-linux-0.0.5.tar.xz
cd dpd-updater-linux-0.0.5
sudo make installThis installs the app to your system with desktop integration.
Full Changelog: v0.0.4...v0.0.5
DPD Updater v0.0.4
Changes
- github: use go install for rsrc, pass version via iscc cli
- github: use pre-built rsrc binary to fix slow win builds
- github: replace wix with Inno for win installer
- github: force win per-machine install
- github: fix WiX validation errors
- github: fix icon path
- github: remove invalid icon
- github: fix windows build
- github: fix mac win linux installers once, trim dependencies
- github: fix mac win linux installers
- github: mac win linux installers
Installation
Windows
Option 1 - Installer (Recommended): Download and run dpd-updater-windows-VERSION-setup.exe
- Choose between per-user or per-machine installation
- Creates Start Menu shortcut
- Can be uninstalled from Add/Remove Programs
Option 2 - Portable: Download dpd-updater-windows-VERSION.exe and run directly
macOS
Download dpd-updater-macos-VERSION.dmg, open it, and drag "DPD Updater" to Applications
Linux
Option 1 - .deb (Debian/Ubuntu, Recommended): Download and install with sudo dpkg -i dpd-updater_VERSION_amd64.deb
Option 2 - Portable: Download dpd-updater-linux-VERSION, make it executable (chmod +x), and run
Full Changelog: v0.0.3...v0.0.4
DPD Updater v0.0.3
Changes
- app: auto-delete backups on dl success, auto-restore backups on dl fail.
- app: recognize unreleased versions
- app: fix release date parsing again
- github: de-dupe release notes
- app: fix release date parsing
- readme: add windows build instructions
- github: update workflow
- app: always check gd is closed
- chore: remove old builds
- app: use NewWithID
Full Changelog: v0.0.2...v0.0.3
DPD Updater v0.0.2
Full Changelog: v0.0.1...v0.0.2
DPD Updater v0.0.1
gitignore: update