Skip to content

Releases: LeastAuthority/destiny

v1.0.3

25 Jan 10:58
d53461a
Compare
Choose a tag to compare

What's Changed

Install

Windows

MSIX

  1. Download destiny_windows.msix
  2. Run the MSIX file
  3. Press Install on Installer window
  4. Search and run destiny.exe

ZIP

  1. Download destiny_windows.zip
  2. Extract the zip
  3. Run destiny.exe
    Note: might require additional libraries

macOS (M1 or Intel chip based)

  1. Download destiny_macos.dmg
  2. Open downloaded DMG file
  3. Drag and drop Destiny icon in Applications folder
  4. Search and run Destiny

Linux (x64)

AppImage

  1. Download destiny_linux_amd64.AppImage
  2. Run chmod u+x destiny_linux_amd64.AppImage && ./destiny_linux_amd64.AppImage
    Note: If your system does not have FUSE you can extract the appimage:
    ./destiny_linux_amd64.AppImage --appimage-extract
    ./squashfs-root/AppRun
    

Tarball

  1. Download destiny_linux_amd64.tar.gz
  2. Extracttar xzvf destiny_linux_amd64.tar.gz
  3. Go inside directory destiny_linux
  4. Run ./destiny

Full Changelog: v1.0.2...v1.0.3

v1.0.2

25 Nov 17:33
cdc4b69
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release
add pubspec.lock (#199)

v1.0.1

29 Sep 10:46
v1.0.1
1b12db1
Compare
Choose a tag to compare

What's Changed

Install

Windows

MSIX

  1. Download destiny_windows.msix
  2. Run the MSIX file
  3. Press Install on Installer window
  4. Search and run destiny.exe

ZIP

  1. Download destiny_windows.zip
  2. Extract the zip
  3. Run destiny.exe
    Note: might require additional libraries

macOS (M1 or Intel chip based)

  1. Download destiny_macos.dmg
  2. Open downloaded DMG file
  3. Drag and drop Destiny icon in Applications folder
  4. Search and run Destiny

Linux (x64)

AppImage

  1. Download destiny_linux_amd64.AppImage
  2. Run chmod u+x destiny_linux_amd64.AppImage && ./destiny_linux_amd64.AppImage
    Note: If your system does not have FUSE you can extract the appimage:
    ./destiny_linux_amd64.AppImage --appimage-extract
    ./squashfs-root/AppRun
    

Tarball

  1. Download destiny_linux_amd64.tar.gz
  2. Extracttar xzvf destiny_linux_amd64.tar.gz
  3. Go inside directory destiny_linux
  4. Run ./destiny

v1.0.0

28 Sep 10:33
v1.0.0
ae1174a
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

Initial Public Release of Destiny - Cross-platform Magic Wormhole graphical client.

What's Changed

Install

Windows

MSIX

  1. Download destiny_windows.msix
  2. Run the MSIX file
  3. Press Install on Installer window
  4. Search and run destiny.exe

ZIP

  1. Download destiny_windows.zip
  2. Extract the zip
  3. Run destiny.exe
    Note: might require additional libraries

macOS (M1 or Intel chip based)

  1. Download destiny_macos.dmg
  2. Open downloaded DMG file
  3. Drag and drop Destiny icon in Applications folder
  4. Search and run Destiny

Linux (x64)

AppImage

  1. Download destiny_linux_amd64.AppImage
  2. Run chmod u+x destiny_linux_amd64.AppImage && ./destiny_linux_amd64.AppImage
    Note: If your system does not have FUSE you can extract the appimage:
    ./destiny_linux_amd64.AppImage --appimage-extract
    ./squashfs-root/AppRun
    

Tarball

  1. Download destiny_linux_amd64.tar.gz
  2. Extracttar xzvf destiny_linux_amd64.tar.gz
  3. Go inside directory destiny_linux
  4. Run ./destiny

v0.25.0

26 Sep 15:42
d1d1af4
Compare
Choose a tag to compare
v0.25.0 Pre-release
Pre-release

What's Changed

  • Added public keys and source tarball creation script by @ewanas in #166
  • Fixed path resolution for nested directories under Downloads on Android by @ewanas in #167
  • Updated dependencies and remove unused ones. Pin git dependencies. by @ewanas in #169
  • Added FAQ and Privacy Policy placeholders by @donpui in #160
  • Updating to new Production Least Authority addresses by @donpui in #172
  • Allow direct connections by @ewanas in #168
  • Updated welcome screen and added Terms agreement checkbox /info screen on desktop by @shareef-dweikat in #170
  • Updated settings/info screen on desktop by @shareef-dweikat in #170
  • Updated links to FAQ, Privacy Policy, Terms by @donpui in #173
  • Change default windows size for desktop by @donpui in #175
  • Add date to welcome screen dismissal by @ewanas in #176
  • Fix error handling for code generation and update client by @ewanas in #179
  • Improved error messages mapping @donpui in #171

Full Changelog: v0.24.1...v0.25.0

v0.24.1

13 Sep 11:22
v0.24.1
Compare
Choose a tag to compare
v0.24.1 Pre-release
Pre-release

Delta release before public release:

- Added Save As functionality
- Added Send intent in Android
- Added environments variables in the Android Help screen
- Improved error handling on cancellation and network interruptions
- Updated graphics and other small UX/UI changes
- Security fixes
- Changed AppID to common magic-wormhole
- Various code cleanups

Install

Windows

MSIX

  1. Downdload destiny_windows_v0.24.1-signed.msix
  2. Run the MSIX file
  3. Press Install on Installer window
  4. Search and run destiny.exe

ZIP

  1. Downdload destiny_windows_v0.24.1.zip
  2. Extract the zip
  3. Run destiny.exe
    Note: might require additional libraries

macOS (M1 or Intel chip based)

  1. Downdload destiny_macos_v0.24.1-signed.dmg
  2. Open downloaded DMG file
  3. Drag and drop Destiny icon in Applications folder
  4. Search and run Destiny

Linux (x64)

AppImage

  1. Download destiny_linux_v0.24.1_amd64.AppImage
  2. Run chmod u+x destiny_linux_v0.24.1_amd64.AppImage && ./destiny_linux_v0.24.1_amd64.AppImage
    Note: If your system does not have FUSE you can extract the appimage:
    ./nvim.appimage --appimage-extract
    ./squashfs-root/usr/bin/nvim
    

Tarball

  1. Download destiny_linux_v0.24.1_amd64.tar.gz
  2. Extracttar xzvf destiny_linux_v0.24.1_amd64.tar.gz
  3. Go inside directory destiny_linux_v0.24.1
  4. Run ./destiny

v0.24.0

13 Sep 09:01
v0.24.0
Compare
Choose a tag to compare
v0.24.0 Pre-release
Pre-release
v0.24.0

v0.23.2

09 Aug 16:13
fb2b669
Compare
Choose a tag to compare
v0.23.2 Pre-release
Pre-release
Drop hover effect (#138)

v0.23.1

31 Jul 15:40
Compare
Choose a tag to compare
v0.23.1 Pre-release
Pre-release
Merge branch 'main' of https://github.com/LeastAuthority/flutter_worm…

…hole_gui into HEAD

v0.23.0

29 Jul 13:52
Compare
Choose a tag to compare
v0.23.0 Pre-release
Pre-release
Update plugin