Releases: mtlynch/picoshare
Releases · mtlynch/picoshare
1.0.6
New Features
Improvements
- Deleting files causes them to disappear from file table by @dertuerke in #158
Bugfixes
- Using a password with many special character causes a login loop (#166)
Full Changelog: 1.0.5...1.0.6
1.0.5
1.0.4
Improvements
- Add shortlink to file table by @dertuerke in #128
- Add ESLint check to git pre-commit hook by @mtlynch in #131
- Sort file index by upload time from most recent to least recent by @mtlynch in #133
Bugfixes
- Fix bug that was preventing uploads in Asian/European servers by @mtlynch in #144
- Fix sym-link for Apple by @dertuerke in #137
Full Changelog: 1.0.3...1.0.4
1.0.3
New Features
- Add a "never" expiration option by @viktorpenelski in #125
Improvements
- Remove file upload size limit by @mtlynch in #103
- Report human-readable file sizes by @dertuerke in #119
- Load Google Web Fonts locally by @dertuerke in #104
- Vertically center content in file table cells by @dertuerke in #116
New Contributors
- @dertuerke made their first contribution in #104
- @viktorpenelski made their first contribution in #125
Full Changelog: 1.0.2...1.0.3
1.0.2
1.0.1
1.0.0
New features
- Add support for cloud data replication with Litestream (cbec361)
- Add support for pasting from clipboard (bb8d004)
- Add a verbose sharing URL, which includes the filename in the URL (922d9a9)
Improvements
- Write file data to SQLite DB in chunks (fa744db)
- This reduces memory overhead when uploading and serving large files.
Bugfixes
- Serve the correct content type for each file (726eb5f)
Notes
This release includes breaking changes. You'll need to clear your SQLite database before upgrading from a previous version of PicoShare.
0.1.3
0.1.2
New features
- Support seeking in file downloads (e.g., for videos) (96e3c58)
Improvements
- Show progress spinner during uploads
- Increase max upload size to 500 MB (d53ae61)
- Reduce memory overhead by limiting copies of file data (53e74c0)
Bugfixes
- Use the correct templating library to encode HTML correctly (8180110)
- This is a security fix.