New
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 https://github.com/szabodanika/microbin/pull/146
- default expiry of never selected in dropdown when passed as env var by @Tyfui90 in https://github.com/szabodanika/microbin/pull/128
- Update header.html to fix extra space by @DhruvaSambrani in https://github.com/szabodanika/microbin/pull/141
- Follow-up to 7522d419 by @jchia in https://github.com/szabodanika/microbin/pull/115
- Add short-path for changing URL provided by copy buttons by @frap129 in https://github.com/szabodanika/microbin/pull/151
- Escape backslash for Copy Text function by @mooons in https://github.com/szabodanika/microbin/pull/161
- Use monospace font in textarea's by @egor-tensin in https://github.com/szabodanika/microbin/pull/155
- Dockerfile: improve caching by @egor-tensin in https://github.com/szabodanika/microbin/pull/154
- Bump h2 from 0.3.15 to 0.3.19 by @dependabot in https://github.com/szabodanika/microbin/pull/167
- Bump spin from 0.9.4 to 0.9.8 by @dependabot in https://github.com/szabodanika/microbin/pull/168
- Bump tokio from 1.21.2 to 1.25.1 by @dependabot in https://github.com/szabodanika/microbin/pull/169
New Contributors
- @rissson made their first contribution in https://github.com/szabodanika/microbin/pull/146
- @Tyfui90 made their first contribution in https://github.com/szabodanika/microbin/pull/128
- @DhruvaSambrani made their first contribution in https://github.com/szabodanika/microbin/pull/141
- @jchia made their first contribution in https://github.com/szabodanika/microbin/pull/115
- @frap129 made their first contribution in https://github.com/szabodanika/microbin/pull/151
- @mooons made their first contribution in https://github.com/szabodanika/microbin/pull/161
- @egor-tensin made their first contribution in https://github.com/szabodanika/microbin/pull/155
- @dependabot made their first contribution in https://github.com/szabodanika/microbin/pull/167
Full Changelog: https://github.com/szabodanika/microbin/compare/v1.2.1...v2.0.4