Skip to content

Releases: OlofBlomqvist/odd-box

v0.1.10-RC1

18 Nov 19:38
Compare
Choose a tag to compare
v0.1.10-RC1 Pre-release
Pre-release
  • 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

13 Nov 22:52
Compare
Choose a tag to compare
v0.1.10-preview Pre-release
Pre-release

Full Changelog: v0.1.9...v0.1.10-preview

v0.1.9

29 Oct 16:46
Compare
Choose a tag to compare
  • 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

21 Oct 18:18
95ecc12
Compare
Choose a tag to compare

v0.1.8

Merged PR's

Full Changelog: v0.1.7...v0.1.8

v0.1.7-preview2

03 Oct 13:57
Compare
Choose a tag to compare
v0.1.7-preview2 Pre-release
Pre-release

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

New Contributors

Full Changelog: v0.1.6...v0.1.7-preview

v0.1.6

02 Oct 08:39
Compare
Choose a tag to compare

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

19 Sep 20:25
Compare
Choose a tag to compare

bugfix for letsencrypt initial registration

v0.1.4

16 Sep 18:25
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • lower renewal time of certs to 30 days
  • remove overly verbose waring

v0.1.3

15 Sep 21:17
87d4b8e
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

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

10 Sep 22:12
Compare
Choose a tag to compare

Full Changelog: v0.1.1...V0.1.2