Upgrade notes
- This involves a database migration that will double the size of the database.
- You can reclaim the space after the upgrade, but the update involves rewriting the full database, which requires doubling disk usage.
New features
- Allow owner to disable guest links by @x1uc in #646
- Allow guest to choose a file expiration time when uploading by @mtlynch in #694
- Add option for showing downloads by unique IP by @mtlynch in #690
Improvements
- Show expiration time in server's local time by @x1uc in #645
- Make it easier to upload via CLI utilities by @mtlynch in #702
- Recreate all the SQLite tables using better constraint checks by @mtlynch in #678
- Several changes to the database to make PicoShare run faster on low-resource systems
- Eliminate stale references to deleted objects in database by @mtlynch in #636
- Log number of rows affected in purge by @mtlynch in #628
Changes
- The file index no longer displays the download count for each file (it was too performance intensive) by @mtlynch in #683
New Contributors
Full Changelog: 1.4.5...1.5.0