What's Changed
Server
Remove VITE_SERVER_ENDPOINT
. This value in the .env
file has been the source of headache and setup errors, removing this is a step to simplify the process of spinning up the application. No action needs to be taken on the user's side. The web is still accessible from http://<your-machine-ip>:2283
, and the server endpoint for the mobile is still http://<your-machine-ip>:2283/api
.
This update allows users using a reverse proxy setup to access the server from the domain name, and also make it accessible from the local IP address when connected to the local network to speed up the browsing and uploading experience.
Mobile
- Implement album feature on mobile by @alextran1502 in #420
- Enable swiping between assets by @TCVinNYC in #381
- Fixed a bug in the selected albums that caused duplication in uploading asset
Deployment
- Update installation method and documentation by @alextran1502 in #424
Support
If you find the project helpful and help you in some ways, you can support the project one time or monthly from Github Sponsor
It is a great way to let me know that you want me to continue developing and working on this project for years to come.
F-Droid
You can get the app on F-droid by clicking the image below.
Android
You can also download the app from Google Play Store here
The App version might be lagging behind the latest release due to the review process.
iOS
You can download the app from Apple AppStore here:
The App version might be lagging behind the latest release due to the review process.
Cheers! 🎉
New Contributors
Full Changelog: v1.19.1_29-dev...v1.20.0_30-dev