Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

69 lines (35 loc) · 2.91 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.5 (2020-11-25)

0.2.4 (2020-09-18)

Features

  • routing: Extra validation on route addition (46886c5)

0.2.3 (2020-09-17)

0.2.2 (2020-09-17)

0.2.1 (2020-09-17)

Features

  • cli: allow host removal and token creation (de47952)

0.2.0 (2020-09-16)

⚠ BREAKING CHANGES

  • salt and secret are now required config parameters
  • server: Starting the server is now ./tobab run -c path/to/config.toml

Features

  • cli: add cli commands for adding and listing hosts (754b6e1)

  • config: Config is now validated on load (1254911)

  • secret and salt are now required (9b12059)

  • server: Added subcommands to trigger server running (fc8ec36)

0.1.2 (2020-09-14)

0.1.1 (2020-09-14)

0.1.0 (2020-09-14)

⚠ BREAKING CHANGES

  • api: config no longer accepts hosts

Features

  • api: hosts are now configured through API (7b00963)
  • webui: login page is now styled (bca465c)
  • secret and salt are now optionally configurable (ecb3ef2)
  • logging: added request logger (4b65659)

Bug Fixes

  • webui: fix user / login on homepage (9ccd1f5)

0.0.2 (2020-09-08)

0.0.1 (2020-09-08)

0.0.0 (2020-09-08)