| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,24 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [1.0.0](https://github.com/alignoth/alignoth/compare/v0.16.5...v1.0.0) (2025-10-16) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### ⚠ BREAKING CHANGES | ||
| 7 | + | ||
| 8 | + * Update highlight mechanism with multiple highlighting region and VCF and BED options ([#372](https://github.com/alignoth/alignoth/issues/372)) | ||
| 9 | + | ||
| 10 | + ### Features | ||
| 11 | + | ||
| 12 | + * Add per-base coverage breakdown to Coverage struct and plot ([#368](https://github.com/alignoth/alignoth/issues/368)) ([5373868](https://github.com/alignoth/alignoth/commit/5373868b177be0586db13ac2ce386af45ba22e38)) | ||
| 13 | + * Update highlight mechanism with multiple highlighting region and VCF and BED options ([#372](https://github.com/alignoth/alignoth/issues/372)) ([9adbf16](https://github.com/alignoth/alignoth/commit/9adbf16693438f4dafa35d5faa04d5fde226e216)) | ||
| 14 | + | ||
| 15 | + | ||
| 16 | + ### Bug Fixes | ||
| 17 | + | ||
| 18 | + * Change area chart interpolation from monotone to step ([cabc396](https://github.com/alignoth/alignoth/commit/cabc396eb859186e011f3685402f68fc69772809)) | ||
| 19 | + * Improve read placement by fixing read end-position calculation ([#371](https://github.com/alignoth/alignoth/issues/371)) ([5e0b8ca](https://github.com/alignoth/alignoth/commit/5e0b8ca19451a517e5b8297e6cecdc437e13ddf6)) | ||
| 20 | + * Move subtitle to y axis title ([#370](https://github.com/alignoth/alignoth/issues/370)) ([eb029df](https://github.com/alignoth/alignoth/commit/eb029dfab009a6e6ce823af8a751bbeefdadd11f)) | ||
| 21 | + | ||
| 3 | 22 | ## [0.16.5](https://github.com/alignoth/alignoth/compare/v0.16.4...v0.16.5) (2025-10-13) | |
| 4 | 23 | ||
| 5 | 24 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | name = "alignoth" | |
| 3 | 3 | description = "A tool for creating alignment plots from bam files" | |
| 4 | 4 | license = "MIT" | |
| 5 | - version = "0.16.5" | ||
| 5 | + version = "1.0.0" | ||
| 6 | 6 | authors = ["Felix Wiegand <felix.wiegand@tu-dortmund.de>", "Johannes Köster <johannes.koester@tu-dortmund.de>"] | |
| 7 | 7 | edition = "2021" | |
| 8 | 8 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments