New
v1.0.3
What's Changed
- Allow version suffix by @wuan in https://github.com/LeastAuthority/destiny/pull/201
- Add F-droid information by @donpui in https://github.com/LeastAuthority/destiny/pull/204
- Editable config by @wuan in https://github.com/LeastAuthority/destiny/pull/209
- Enabling lint usage and fixing static analysis error by @donpui in https://github.com/LeastAuthority/destiny/pull/218
- Build iOS version by @donpui in https://github.com/LeastAuthority/destiny/pull/203
- Fix windows version set by @donpui in https://github.com/LeastAuthority/destiny/pull/222
- Update submodule by @donpui in https://github.com/LeastAuthority/destiny/pull/223
- Fix missing abi filter configuration #224 by @wuan in https://github.com/LeastAuthority/destiny/pull/225
- Fix stable flutter version by @donpui in https://github.com/LeastAuthority/destiny/pull/227
Install
Windows
MSIX
- Download destiny_windows.msix
- Run the MSIX file
- Press Install on Installer window
- Search and run
destiny.exe
ZIP
- Download destiny_windows.zip
- Extract the zip
- Run
destiny.exeNote: might require additional libraries
macOS (M1 or Intel chip based)
- Download destiny_macos.dmg
- Open downloaded DMG file
- Drag and drop Destiny icon in Applications folder
- Search and run
Destiny
Linux (x64)
AppImage
- Download destiny_linux_amd64.AppImage
- Run chmod u+x
destiny_linux_amd64.AppImage && ./destiny_linux_amd64.AppImageNote: If your system does not have FUSE you can extract the appimage:./destiny_linux_amd64.AppImage --appimage-extract ./squashfs-root/AppRun
Tarball
- Download destiny_linux_amd64.tar.gz
- Extract
tar xzvf destiny_linux_amd64.tar.gz - Go inside directory
destiny_linux - Run
./destiny
Full Changelog: https://github.com/LeastAuthority/destiny/compare/v1.0.2...v1.0.3