Releases: OlofBlomqvist/odd-box
Releases · OlofBlomqvist/odd-box
v0.1.10-RC1
- Themes have been changes so that background is set to black or white
- Fixed issues where tui log lines would become misaligned
- We now automatically upgrade outdated configuration files (we make a backup when this is done)
- Removed port overrides from cli args
- Removed upgrade-config argument from cli args
- Removed generate-example-cfg from cli args - init should be used instead
- Made v3 serializer use correct schema url
- Added notification for when there are newer versions of odd-box available
- Downgraded crate dark_light from 1.1.1->1.0.0 as it was incorrectly detecting light-theme in some cases
- Minor tui style changes
- Improved markdown rendering
- Remove the separate port listener for admin api
- Require tls for admin api
- Admin API can now be configured to require a password and have external url with lets-encrypt-support configured (odd_box_password + odd_box_url)
- Fixes bug where ports were re-used when configuration was modified at runtime
- Many Web-UI updated & improvements by @JonasPFX
- Improved support for serving static directories
Full Changelog: v0.1.10-preview...v0.1.10-RC1a
v0.1.10-preview
Full Changelog: v0.1.9...v0.1.10-preview
v0.1.9
- Added initial hot-reload support for toml config file
- Dir support in web-ui
- Fixed so that upgrading from v1 to v2 includes the 'disabled' property
- Improved '--init' command so it generates a more useful config
Full Changelog: v0.1.8...v0.1.9
v0.1.8
v0.1.8
Merged PR's
- UI updates by @Jonas-PFX in #29
- feat: dir-serve by @OlofBlomqvist in #34
Full Changelog: v0.1.7...v0.1.8
v0.1.7-preview2
This release contains an initial version of a web administration interface!
It can be enabled via the admin_api_port global setting along with the administration api endpoint.
The UI is found at http://localhost:1234/ (or on whichever port you set)
What's Changed
- added source for webui by @Jonas-PFX in #27
New Contributors
- @Jonas-PFX made their first contribution in #27
Full Changelog: v0.1.6...v0.1.7-preview
v0.1.6
bugfix: admin api would not allow ws connections even when explicitly configured to do so from external origins
Full Changelog: v0.1.5...v0.1.6
v0.1.5
bugfix for letsencrypt initial registration
v0.1.4
- lower renewal time of certs to 30 days
- remove overly verbose waring
v0.1.3
What's Changed
- Initial support for lets-encrypt by @OlofBlomqvist in #22
- Fixed bug where it was not possible to scroll to the bottom in the threads and connection pages
Full Changelog: V0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...V0.1.2