Skip to content

Releases: Nadwey/NadBin

v3.0.0-alpha.2

16 Nov 18:10
Compare
Choose a tag to compare

v3.0.0-alpha.2 (2023-11-16)

🚀 New Features

  • Copy link to bin when clicking on the bin id

Other

  • Bump dependencies

Yet Anoter Major Release :D

16 Nov 17:37
Compare
Choose a tag to compare

v3.0.0-alpha.1 (2023-11-16)

So yeah, the entire app was rewritten in JavaScript with fastify

Version highlights:

  • 50% slower (just wait until Bun resolves this issue)
  • I actually know what I'm doing

v2.0.0-alpha.5

23 Sep 17:55
Compare
Choose a tag to compare

v2.0.0-alpha.5 (2023-09-23)

⚠️ WARNING: This version is incompatible with the previous versions!

🚀 New Features

  • Added --max-bin-age for setting the maximum age of bins

Other

  • Support Java 21
  • Bump dependencies

v2.0.0-alpha.3

07 Jul 18:58
Compare
Choose a tag to compare

v2.0.0-alpha.3 (2023-07-07)

🚀 New Features

  • Uploading multiple files at once

Other

  • Support for Java 8

v2.0.0-alpha.2

07 Jul 07:02
Compare
Choose a tag to compare

v2.0.0-alpha.2 (2023-07-07)

🚀 New Features

  • Add --port argument

💅 Polish

  • Remove unused Guava

v2.0.0-alpha.1

28 Jun 17:10
Compare
Choose a tag to compare

v2.0.0-alpha.1 (2023-06-28)

🐛 Bug Fix

  • Fixed /new-bin not redirecting to new bin

v2.0.0-alpha.0

28 Jun 17:00
Compare
Choose a tag to compare

v2.0.0-alpha.0 (2023-06-28)

v2 already?!!?

Yes, working with javalin was pain in the ass in terms of uploading files, Vert.x is not much better, but it is better.

Changes

  • Entire backend reworked using Vert.x
  • Nothing much else actually

Full Changelog: v1.0.0-alpha.5...v2.0.0-alpha.0

v1.0.0-alpha.5

28 May 19:46
Compare
Choose a tag to compare

This will probably be the last release before a 1 or 2 week break because of school D:

  • Add Content-Length header when downloading files
  • Update bin instead of redirecting to index when deleting
  • Improve SEO
  • Added build with Java 11 to github actions
  • Bump Javalin to 5.5.0

v1.0.0-alpha.4

24 May 19:19
Compare
Choose a tag to compare
  • Added an option to remove bins by using a DELETE request
  • Added warning if bin doesn't exist
  • Added bin creation date

v1.0.0-alpha.3

23 May 19:02
Compare
Choose a tag to compare
  • Added DELETE request (only supports deleting files)
  • Improved frontend
  • Added some status codes
  • Restrict bin names