You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,36 @@
2
2
3
3
All notable changes are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
+
## [1.8.2]
6
+
7
+
### Fixed
8
+
-**HTML report link colors.** Links in dark mode were browser-default
9
+
neon blue (#0000EE), unreadable against the dark background. Dark mode
10
+
now uses #93c5fd; light mode uses #1976d2 (matching the existing accent).
11
+
-**Favicon SVG rendering.** The report's inline SVG favicon used a
12
+
`linearGradient` with an internal IRI reference (`url(#g)`) that doesn't
13
+
resolve inside `data:` URIs, rendering the icon invisible. Replaced with
14
+
a solid fill and URL-encoded angle brackets.
15
+
-**Genotype column header.** Abbreviated "Genotype" to "GT" to prevent
16
+
column header overlap on narrow/mobile screens.
17
+
18
+
### Changed
19
+
-**PyPI metadata.** Homepage now points to allelix.io. Added Source and
20
+
Changelog links.
21
+
-**Automated PyPI publishing.** GitHub Actions workflow publishes to PyPI
22
+
via Trusted Publishing on every GitHub Release.
23
+
5
24
## [1.8.1]
6
25
7
26
### Changed
8
27
-**Updated sample reports.** Regenerated `examples/sample_reports/` with
9
28
v1.8.0 report format (5-column table, detail sidebar, dark mode).
10
29
30
+
### Fixed
31
+
-**Test fixture genotype format.** Corrected the `test_html.py` fixture's
32
+
`genotype_match` default from `A/G` to the concatenated `AG` form that
33
+
production emits for SNVs.
34
+
11
35
## [1.8.0]
12
36
13
37
### Changed
@@ -1622,6 +1646,7 @@ All notable changes are documented here. Format follows [Keep a Changelog](https
1622
1646
- GitHub Actions CI matrix on Python 3.11 and 3.12.
0 commit comments