Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Releases: maidsafe-archive/safe_launcher

SAFE Launcher v0.8.1

23 Aug 19:26
Compare
Choose a tag to compare
SAFE Launcher v0.8.1 Pre-release
Pre-release

Changes

  • Package identifier updated to match correct reverse DNS identifier
  • Updated the forum link
  • Fixed empty file handling in NFS
  • Fixed ffi process crash during unauthorised access
  • Fixed fetch file with metadata via DNS

SAFE Launcher v0.8.0 - Alpha 1

12 Aug 14:36
Compare
Choose a tag to compare
Pre-release

An alpha-1 version of the SAFE Launcher. A gateway to the SAFE Network that enables users to connect to the Network, authorise third party apps to connect on their behalf, while also providing access to SAFE websites.

Alpha Release Page

Download Instructions:

  • OSX or Windows
    • Please use the attached installers.
  • Linux Debian
wget -O - http://apt.maidsafe.net/repos/maidsafe.apt.gpg.key|sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/maidsafe.list http://apt.maidsafe.net/repos/maidsafe.list
sudo apt-get update
sudo apt-get install safe-launcher

How do I run the binary?
On Debian, the binary is called safe_launcher. If you type safe-launcher, it currently doesn't do anything. We will try to fix this in the next release. See this forum post for more details.

  • Linux RPM
curl -O http://yum.maidsafe.net/repos/maidsafe.yum.gpg.key
sudo rpm --import maidsafe.yum.gpg.key
sudo curl -o /etc/yum.repos.d/maidsafe.repo http://yum.maidsafe.net/repos/maidsafe.repo
sudo yum update
sudo yum install safe_launcher
  • Linux Other
    • Please use the attached binary tarballs based on system arch.

SAFE Launcher v0.7.1

28 Jul 15:50
Compare
Choose a tag to compare
SAFE Launcher v0.7.1 Pre-release
Pre-release

Changes

  • Mapping registration and login with messages based on error codes
  • Fetching app root directory failure case handled
  • Stop proxy server on logout until unauthorised client is created

Compatible with test_network_7b

Limitation in this version
If the launcher crashes on OSX/linux, then the safe_launcher helper(linux)/SAFE Launcher Helper(OSX) process should be killed before the launcher is restarted

SAFE Launcher v0.7.0

27 Jul 19:50
Compare
Choose a tag to compare
SAFE Launcher v0.7.0 Pre-release
Pre-release

Changes

  • Authorisation now uses secret and password
  • NFS modify file API is temporarily disabled
    • until SequentialEncryptor can handle accepting offsets
  • Persist user settings through sessions
  • Log tab should have content ordered
  • Create account UI updated
  • Various bug fixes and UX updates

SAFE Launcher v0.6.0

15 Jul 18:04
Compare
Choose a tag to compare
SAFE Launcher v0.6.0 Pre-release
Pre-release

Changes:

  • New Launcher UI with dashboard and log history
  • NFS Create File API updated
  • User credentials merged to a single input
  • Proxy bug fixes
  • FFI process restart issue fix

SAFE Launcher v0.5.1

30 Jun 17:51
Compare
Choose a tag to compare
SAFE Launcher v0.5.1 Pre-release
Pre-release

Changes

  • NFS API updated with streaming
  • CORS and CSP moved to proxy
  • Single client handle
  • Removed encryption and base64 conversion
  • Error build script added

SAFE Launcher v0.4.6

14 Jun 16:41
Compare
Choose a tag to compare
SAFE Launcher v0.4.6 Pre-release
Pre-release

Changes

  • Update safe_core dependency to v0.15.1
  • Improved log messages from launchers forked process which interfaces with safe_core

SAFE Launcher v0.4.5 - Client Test 2

26 May 16:49
Compare
Choose a tag to compare
Pre-release

Changes

  • Update safe_core to 0.15.0
  • Launcher uses winston for logging.

Client accounts are limited to 100(Put + Post) operations

SAFE Launcher v0.4.4

17 May 16:35
Compare
Choose a tag to compare
SAFE Launcher v0.4.4 Pre-release
Pre-release

Changes

  • depend on safe_core instead of the deprecated safe_ffi
  • dependency updated to safe_core 0.14.6

SAFE Launcher v0.4.3

06 May 16:19
Compare
Choose a tag to compare
SAFE Launcher v0.4.3 Pre-release
Pre-release

Changes

  • safe_ffi dependencies updated