This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
1.0.0-alpha.3
·
113 commits
to master
since this release
This release makes installation easier and possible on droplets (VPS) with only 512MB. The build process is no longer required to run Postleaf for non-dev uses.
The tutorial for installing Postleaf on DigitalOcean has been updated.
- Added Spanish (AR) translation #31
- Added Polish (PL) translation #37
- Improved install process by committing assets
- Improved promise performance with Bluebird #26
- Fixed bug where navigation items could lose order when updating #5
- Fixed bug where setting a custom homepage required restart #16
- Fixed bug where tags were ordered arbitrarily when fetching posts #38
- Moved app slugs to
.env
since they can't be changed without restart - Various code improvements and internal bug fixes