Releases: maidsafe-archive/safe_launcher
SAFE Launcher v0.8.1
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
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.
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 calledsafe_launcher
. If you typesafe-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
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
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
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
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
Changes
- Update
safe_core
dependency tov0.15.1
- Improved log messages from launchers forked process which interfaces with
safe_core
SAFE Launcher v0.4.5 - Client Test 2
Changes
- Update
safe_core
to0.15.0
- Launcher uses
winston
for logging.
Client accounts are limited to 100(Put + Post) operations
SAFE Launcher v0.4.4
Changes
- depend on safe_core instead of the deprecated safe_ffi
- dependency updated to safe_core 0.14.6
SAFE Launcher v0.4.3
Changes
- safe_ffi dependencies updated