Skip to content

Commit 8a9b8b4

Browse files
committed
chore(main): release 1.4.0
1 parent bc8fe55 commit 8a9b8b4

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.2"
2+
".": "1.4.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,26 @@
9393
- Removing template settings in quality form tab (#825).
9494
- Removing gene blocklist from vue filter app (#823).
9595

96+
## [1.4.0](https://github.com/varfish-org/varfish-server/compare/v1.3.2...v1.4.0) (2026-01-22)
97+
98+
99+
### Features
100+
101+
* show diff in filter settings when settings changed after query ([#2503](https://github.com/varfish-org/varfish-server/issues/2503)) ([1edd116](https://github.com/varfish-org/varfish-server/commit/1edd1164a478eba4defcacec52b38fa081295cf0))
102+
103+
104+
### Bug Fixes
105+
106+
* bamstats now showing in case qc ([#2499](https://github.com/varfish-org/varfish-server/issues/2499)) ([59c40e5](https://github.com/varfish-org/varfish-server/commit/59c40e50640d3821e57a4ce9f9513ad49406b071))
107+
* bump reev lib for empty clinvar response issue ([#2525](https://github.com/varfish-org/varfish-server/issues/2525)) ([feefa00](https://github.com/varfish-org/varfish-server/commit/feefa00a927da638f236e3486a2bddaade12de3f))
108+
* distinguish mane transcripts borrowed from grch38 ([#2530](https://github.com/varfish-org/varfish-server/issues/2530)) ([#2531](https://github.com/varfish-org/varfish-server/issues/2531)) ([bc8fe55](https://github.com/varfish-org/varfish-server/commit/bc8fe556edbb18039796f4236463250a7f52c5fa))
109+
* filtering in the case list does not update the shown cases ([#2364](https://github.com/varfish-org/varfish-server/issues/2364)) ([#2496](https://github.com/varfish-org/varfish-server/issues/2496)) ([7d7c68f](https://github.com/varfish-org/varfish-server/commit/7d7c68f0b1550c2734307c56a1abb31d73b08cf5))
110+
* further db variant stat computation adaptations ([#2536](https://github.com/varfish-org/varfish-server/issues/2536)) ([a4ab563](https://github.com/varfish-org/varfish-server/commit/a4ab5634eec4e34e0d2df2d3ac43e459e62c33f3))
111+
* genomic region filter always prefixes chr ([#2498](https://github.com/varfish-org/varfish-server/issues/2498)) ([c332f04](https://github.com/varfish-org/varfish-server/commit/c332f04efd6e92a239d8001b2f61b7da4b8113e3))
112+
* issuing another query might lead to broken results ([#2277](https://github.com/varfish-org/varfish-server/issues/2277)) ([#2495](https://github.com/varfish-org/varfish-server/issues/2495)) ([7de812c](https://github.com/varfish-org/varfish-server/commit/7de812c880661b55d74f492d82345790f9ce437f))
113+
* page reload in results table ([#2502](https://github.com/varfish-org/varfish-server/issues/2502)) ([4ca3a65](https://github.com/varfish-org/varfish-server/commit/4ca3a656a9e3fc4e35382e28610d59063853d0c5))
114+
* variant stat computation fails if dp missing ([#2533](https://github.com/varfish-org/varfish-server/issues/2533)) ([0f83971](https://github.com/varfish-org/varfish-server/commit/0f839716880528e809b557b1061636e41bdf60ff))
115+
96116
## [1.3.2](https://github.com/varfish-org/varfish-server/compare/v1.3.1...v1.3.2) (2025-12-02)
97117

98118

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2
1+
1.4.0

0 commit comments

Comments
 (0)