diff --git a/app/Entirety/entirety/settings.py b/app/Entirety/entirety/settings.py index e5d2ec63..608f1252 100644 --- a/app/Entirety/entirety/settings.py +++ b/app/Entirety/entirety/settings.py @@ -7,7 +7,7 @@ from utils.generators import generate_secret_key -__version__ = "0.1.0" +__version__ = "0.2.0" class Settings(BaseSettings): diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1d63c127..fe37adf2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,31 @@ +## v0.2.0 (2022-07-15) +### Feature +* Add custom error pages ([`a84053a`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/a84053a41948fde9dd9178c7d97a1e55c35dd4f5)) +* Raise a HTTP 403 if user is not authorized ([`a556bdd`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/a556bdd89bae486421ed1894e344a6f061db6282)) +* Run apps in project context ([`fcc4f0a`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/fcc4f0a6a8fd3c8e8da7ceb554a6e039969e1e04)) +* Make sidebar sticky ([`8bd132f`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/8bd132fede464380e7f62ac6a9526e8c03e6ef87)) +* Get authorization parameters from settings ([`7ca3e49`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/7ca3e49e0b75e689d24131c0acd17d1b7cfd8fa9)) +* Add user profile page ([`4e0f757`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/4e0f757a8b748cb88fc9437a56e3e60105866f6d)) +* Add basic authorization ([`03ab314`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/03ab3148e3746a1cefd25ea1d292b6fae0e70db0)) +* Require login for view ([`1151c93`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/1151c93ea9074ca17ebb6f695f3c9b5afe594812)) +* Login/logout implemented ([`c0cd1aa`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/c0cd1aa67662b253cd2a33da7ddfd71168a684da)) +* Use pydantic settings ([`5499f10`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/5499f10625cc02d77c36de2126b72df09ad78997)) +* Add user settings to ui template ([`1ba1c29`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/1ba1c29c461090f6f2ba20fbd4510b0520d16bc7)) + +### Fix +* Show project name after selection ([`a2cd2af`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/a2cd2af31c8bab7b704a2e598ecc279ce46074a6)) +* Scrollbar styling ([`b278c8a`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/b278c8a8ca3bdd7b667aacb139f47323abcc412d)) +* Set sidebar link active ([`a792b1f`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/a792b1f6eda3c771ff834c752c9216f4bf8bde96)) + +### Documentation +* Move settings to seperate file ([`09688b9`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/09688b909253012788dbabb61bcc247e5818ddb6)) +* Add changelog and contributing to readme ([`18a2a73`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/18a2a73012117707f60120624d516a0e4f3d1aa8)) +* Contribution guidelines added ([`953f61a`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/953f61a6e77f1099a56b66866ac44ca94e1cfbc3)) +* Add env variable description to readme ([`557e9a6`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/557e9a672f4294fe06b64da0ac0a8e84a81d41e7)) + ## v0.1.0 (2022-06-29) ### Feature * Add success message toast ([`30acd77`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/30acd77dc0d2e7f6c0744c1fceaf750c21d76d4f))