diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..772ff89f9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + +## [0.1.0](https://github.com/bihealth/reev/compare/v0.0.0...v0.1.0) (2023-09-14) + + +### Features + +* Acknowledgements in about view ([#42](https://github.com/bihealth/reev/issues/42)) ([#44](https://github.com/bihealth/reev/issues/44)) ([abd439d](https://github.com/bihealth/reev/commit/abd439d0a84d12d31cae3c9d6ca1c58c9aef62b1)) +* ACMG rating of sequence/small variants ([#54](https://github.com/bihealth/reev/issues/54)) ([#60](https://github.com/bihealth/reev/issues/60)) ([83540c2](https://github.com/bihealth/reev/commit/83540c2b64c7e33acf27c77b5138e35fc36f6f4b)) +* catch-all route in FastAPI allows for deep links in prod ([#25](https://github.com/bihealth/reev/issues/25)) ([#26](https://github.com/bihealth/reev/issues/26)) ([454f211](https://github.com/bihealth/reev/commit/454f211e8c409cbcac354a8895084bec1a2fc6ef)) +* Default Footer implementation ([#33](https://github.com/bihealth/reev/issues/33)) ([#35](https://github.com/bihealth/reev/issues/35)) ([ef6549a](https://github.com/bihealth/reev/commit/ef6549a5b8b2443bcadf302b3c62194ad39ab1fd)) +* Implement gene search functionality and gene information page ([#11](https://github.com/bihealth/reev/issues/11)) ([#14](https://github.com/bihealth/reev/issues/14)) ([644a2d4](https://github.com/bihealth/reev/commit/644a2d4e957ca3cd6e4da5d7b353c75b4f4e201c)) +* Implementation of reverse proxies for `varfish-docker-compose-ng` ([#10](https://github.com/bihealth/reev/issues/10)) ([#12](https://github.com/bihealth/reev/issues/12)) ([c3884a4](https://github.com/bihealth/reev/commit/c3884a42acaf9b42e3ada76bf6b4195cf85b7dce)) +* Implementation of search for general entries ([#20](https://github.com/bihealth/reev/issues/20)) ([#37](https://github.com/bihealth/reev/issues/37)) ([eb7b907](https://github.com/bihealth/reev/commit/eb7b907e965955babf3aa530001a1ef41eaeb5ad)) +* Integrate new GTEx and clinvar information as done for VarFish ([#61](https://github.com/bihealth/reev/issues/61)) ([#62](https://github.com/bihealth/reev/issues/62)) ([d836edb](https://github.com/bihealth/reev/commit/d836edb8f44091e8cb2e593536ab3bbbe00737f8)) +* new `SearchBar` with vuetify Toolbars ([#17](https://github.com/bihealth/reev/issues/17)) ([#34](https://github.com/bihealth/reev/issues/34)) ([6043aec](https://github.com/bihealth/reev/commit/6043aec2d4e8d0a5a516ea4e8afffc4ca60b5ffe)) +* put the current version into docker image and display ([#28](https://github.com/bihealth/reev/issues/28)) ([#29](https://github.com/bihealth/reev/issues/29)) ([586af7e](https://github.com/bihealth/reev/commit/586af7e77e611b94ce46a0644fd41a7bbb123430)) + + +### Bug Fixes + +* adjust default backend service ports for prod ([#27](https://github.com/bihealth/reev/issues/27)) ([655e549](https://github.com/bihealth/reev/commit/655e5494b2ea67e54047ab6e48d4307c8696ae06)) +* fixes to .python-version, docs, .gitignore ([#8](https://github.com/bihealth/reev/issues/8)) ([9cf42a4](https://github.com/bihealth/reev/commit/9cf42a449170e9a379cfb92bb9b72af7c47cd6d6)) +* fixing favicon in production ([#31](https://github.com/bihealth/reev/issues/31)) ([f1be9fd](https://github.com/bihealth/reev/commit/f1be9fd577fa17df69790aced720f32fb2f814f6)) +* properly setup vite build & backend server ([#21](https://github.com/bihealth/reev/issues/21)) ([#22](https://github.com/bihealth/reev/issues/22)) ([5459db5](https://github.com/bihealth/reev/commit/5459db55a3faa184353cd66ef7071407a27c1c8f)) +* Search works only from second time ([#23](https://github.com/bihealth/reev/issues/23), [#24](https://github.com/bihealth/reev/issues/24)) ([#30](https://github.com/bihealth/reev/issues/30)) ([4ca6249](https://github.com/bihealth/reev/commit/4ca62497dd107a684254465ba189b5715d79f785)) +* write git version to VERSION in CI ([#32](https://github.com/bihealth/reev/issues/32)) ([0649cfe](https://github.com/bihealth/reev/commit/0649cfe6fb322814b873fa9790eb29e5b33ed950)) + + +### Documentation + +* adding missing community standards ([#5](https://github.com/bihealth/reev/issues/5)) ([#6](https://github.com/bihealth/reev/issues/6)) ([aa0a237](https://github.com/bihealth/reev/commit/aa0a237fa67e969d42491638090199c32d0d3c45))