Releases: szabodanika/microbin
Releases · szabodanika/microbin
v2.1.0
What's Changed
- Fix Json db losing already saved pasta's on crash/power failure by @yara-blue in #281
- Adds a feature no-c-deps which makes microbin easy to crosscompile by @yara-blue in #279
- Upgrade deps by @Timshel in #254
- Updates dependencies by @yara-blue in #280
- MICROBIN_UPLOADER_PASSWORD was missing from compose.yaml by @secondubly in #228
- Fix default value comments for some environment variables by @isaacasensio in #268
- Fix never expire condition by @runofthemillgeek in #260
- Fix privacyDropdown is null issue by @luochen1990 in #267
- Awnser Range requests and stream files downloads by @yara-blue in #277
- Set charset=utf-8 for /raw/{id} response by @luk1337 in #246
- Attachments compatible with absolute path by @Timshel in #255
- fix: division by zero on 32-bit platform (#107, #118) by @jixunmoe in #239
- Minor fixups by @luk1337 in #211
- Update broken documentation link by @fastfailures in #203
- Fix MICROBIN_ETERNAL_PASTA by @SouthFox-D in #215
- Prefix some URLs with args.public_path_as_str() by @PeterUpfold in #194
- Make QR code as short as possible by @swwind in #285
New Contributors
- @Timshel made their first contribution in #254
- @secondubly made their first contribution in #228
- @isaacasensio made their first contribution in #268
- @runofthemillgeek made their first contribution in #260
- @luochen1990 made their first contribution in #267
- @luk1337 made their first contribution in #246
- @jixunmoe made their first contribution in #239
- @fastfailures made their first contribution in #203
- @SouthFox-D made their first contribution in #215
- @PeterUpfold made their first contribution in #194
- @swwind made their first contribution in #285
Full Changelog: v2.0.4...v2.1.0
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
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