What's Changed
-
New self-hosted ShortURL service (appbox.me)
- Previously, we were using branch.io to generate short URLs. But as branch.io keeps adding more and more tracking parameters to a URL we move to a self-hosted ShortURL service with more privacy focus.
-
New self-hosted cross-origin request server
- As Dropbox doesn't allow cross-origin requests (#234), we were using Heroku to make cross-origin requests to dropbox. Now, this will also get processed by new self-hosted server (https://cros.getappbox.com)
- Repo - https://github.com/getappbox/cors-anywhere
-
Status page (https://status.getappbox.com/status/web)
- A status page to check all web services thats AppBox needs to function
-
3rd party dependencies update
- Update AppCenter 5.0.0 (was 4.4.3)
- Update CocoaLumberjack 3.8.0 (was 3.7.4)
- Update ObjectiveDropboxOfficial 7.0.0 (was 6.3.2)
Install or Update using curl
Install AppBox by running the following command in your terminal -
curl -s https://getappbox.com/install.sh | bash
If you face any issues using the above command then you can manually install AppBox by downloading it from here. After that, unzip AppBox.app.zip
and move AppBox.app
into /Applications
directory.