Skip to content

Commit b32ab6a

Browse files
committed
Updated version number and changelog
1 parent 42d32c4 commit b32ab6a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
All releases can also be found here: https://github.com/snijderlab/stitch/releases.
22

3+
# v1.1.4
4+
_2022-09-09_
5+
6+
* Added more information in recombination table (#169)
7+
* Added a reverse lookup of reads (#167)
8+
* Added sequence annotation in more places in the detail pages (#164, #179)
9+
* Added a new flag (`--live`) which uses VS Code LiveServer to make development easier, note it has to be passed after the normal command
10+
* Compressed the space taken by the CDR tables (#165)
11+
* Added a warning when a CDR regions is defined multiple times in the same template (#163)
12+
* Added a depth of coverage overview section on the main page
13+
* Added an option to export the sequence consensus data (#159)
14+
* Fixed various bugs and pieces of documentation
15+
316
# v1.1.3
417
_2022-09-05_
518

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Stitch
2-
version: 1.1.3
2+
version: 1.1.4
33
abstract: Template-based assembly of proteomics short reads for de novo antibody sequencing and repertoire profiling
44
authors:
55
- affiliation: Utrecht University

stitch/stitch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PublishTrimmed>true</PublishTrimmed>
99
<Optimize>true</Optimize>
1010
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
11-
<Version>1.1.3</Version>
11+
<Version>1.1.4</Version>
1212
</PropertyGroup>
1313

1414
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">

0 commit comments

Comments
 (0)