Releases: szabodanika/microbin
Releases · szabodanika/microbin
v2.0.4
Main Changes in MicroBin v2
- Server-side and client-side encryption for uploads, including file attachments,
- SQLite database support by default,
- Reworked upload settings, 5 privacy levels,
- New administrator console (/admin),
- Automatic syntax highlighting,
- Image and video embedding,
- Refreshed styling and QoL features,
- New user guide page,
- Enabled HTML embedding for footer,
- Added file upload size limits,
- Added uploader password for read-only mode
- Added sample .env file with description for each environmental variable,
- Removed Info page (moved to admin page),
- Pasta list now sorted from newer to older,
- Files are now served with a proper service, not just as a public directory,
- Pastas are no longer pastas. They are now just"uploads"
- Pastalist is no longer pastalist. It is now just "list"
- Lots and lots of bugs fixed
Generated by GitHub:
What's Changed
- Fix expiration on create if it's not specified and no_eternal_pasta is set by @rissson in #146
- default expiry of never selected in dropdown when passed as env var by @Tyfui90 in #128
- Update header.html to fix extra space by @DhruvaSambrani in #141
- Follow-up to 7522d41 by @jchia in #115
- Add short-path for changing URL provided by copy buttons by @frap129 in #151
- Escape backslash for Copy Text function by @mooons in #161
- Use monospace font in textarea's by @egor-tensin in #155
- Dockerfile: improve caching by @egor-tensin in #154
- Bump h2 from 0.3.15 to 0.3.19 by @dependabot in #167
- Bump spin from 0.9.4 to 0.9.8 by @dependabot in #168
- Bump tokio from 1.21.2 to 1.25.1 by @dependabot in #169
New Contributors
- @rissson made their first contribution in #146
- @Tyfui90 made their first contribution in #128
- @DhruvaSambrani made their first contribution in #141
- @jchia made their first contribution in #115
- @frap129 made their first contribution in #151
- @mooons made their first contribution in #161
- @egor-tensin made their first contribution in #155
- @dependabot made their first contribution in #167
Full Changelog: v1.2.1...v2.0.4
v2.0.3-beta4
Full Changelog: v2.0.2-beta3...v2.0.3-beta4
v2.0.2-beta3
Full Changelog: v2.0.1-beta2...v2.0.2-beta3
v2.0.1-beta2
Full Changelog: v2.0.0-beta1...v2.0.1-beta2
v2.0.0-beta1
v1.2.1
What's Changed
- Clean up README by @alex3305 in #104
- Added expiration option for 3 days by @albocc in #101
- Misc improvements by @figsoda in #95
- bugfix: stored XSS by @7a6163 in #143
New Contributors
- @alex3305 made their first contribution in #104
- @albocc made their first contribution in #101
- @figsoda made their first contribution in #95
- @7a6163 made their first contribution in #143
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Main Changes
- Improved main screen layout
- Added pasta deletion by read count
- Added support for reverse proxies (public path argument)
- Better file attachment button with drag and drop support over entire form
- Custom CSS styling support
- Added display of last read time and read count
- Copy Text and Copy URL buttons
- Option to use Hash IDs instead of animal names
- QR code generation support
- Added Info page
- Removed Help page
- Moved documentation to website from README
- Added FOSS Community attribution in footer
Generated by GitHub
What's Changed
- Fix Docker repository link by @frdmn in #57
- Fix --footer-text reference by @stavros-k in #73
- feat: disable file attachment by @hay-kot in #72
- Expose port 8080 in dockerfile by @hay-kot in #69
- feat: add site favicon by @hay-kot in #71
- feat: add copy button to viewer by @hay-kot in #70
- Add gitignore by @hay-kot in #68
- Public Url for Paths by @HeapUnderfl0w in #78
- hashids by @henry40408 in #86
New Contributors
- @frdmn made their first contribution in #57
- @stavros-k made their first contribution in #73
- @hay-kot made their first contribution in #72
- @HeapUnderfl0w made their first contribution in #78
- @henry40408 made their first contribution in #86
Full Changelog: v1.1.1...v1.2.0