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