Skip to content

Releases: kiosion/minbin

Version 0.3.0

Choose a tag to compare

@kiosion kiosion released this 29 Dec 00:26
0fa0459

What's new

  • CI completed, public version live at https://bin.kio.dev/
  • Added (proper) client-side encryption/decryption
  • Added services for toasts, modals
  • Reduced size of docker containers ~50% using node-slim / alpine images

Full Changelog: v0.2.0...v0.3.0

Version 0.2.0

Choose a tag to compare

@kiosion kiosion released this 04 Dec 08:56
f543df2

What's Changed

  • Service refactored from a single (bad) EJS SSR app to a split Express api / Ember client
  • Typescript!
  • Long lines now actually wrap, and line numbers represent both line-breaks and line-wrapping
  • Maximum size increased hugely before performance suffers (several k lines vs several hundred prev.)
  • In progress: Proper encryption using web Crypto api

Full Changelog: https://github.com/kiosion/minbin/commits/v0.2.0