Releases: kiosion/minbin
Releases · kiosion/minbin
Release list
Version 0.3.0
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
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