Skip to content

Commit dec9f54

Browse files
committed
Prepare to release 19.1
1 parent 4240d03 commit dec9f54

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

MSFragger-GUI/src/com/dmtavt/fragpipe/Version.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,24 @@ public class Version {
6363
new VersionComparator());
6464

6565
static {
66+
CHANGELOG.put("19.1", Arrays.asList(
67+
"Require MSFragger 3.7+",
68+
"Require Philosopher 4.8.0+",
69+
"Require IonQuant 1.8.10+",
70+
"Require EasyPQP 0.1.34+",
71+
"Add 'write uncalibrated mgf' checkbox",
72+
"Add Add iTRAQ4-phospho workflow",
73+
"Update iTRAQ4 workflow",
74+
"Rename 'combined_annotation.tsv' to 'experiment_annotation.tsv'",
75+
"Update the format of `experiment_annotation.tsv`",
76+
"Allow MSBooster for mass-offset search",
77+
"In GUI mode, do not load the tools' config paths from the workflow file",
78+
"Upgrade Crystal-C to 1.5.1",
79+
"Upgrade MSBooster to 1.1.11",
80+
"Upgrade DIA-Umpire to 2.3.2",
81+
"Various minor bug fixes and improvements"
82+
));
83+
6684
CHANGELOG.put("19.0", Arrays.asList(
6785
"Require Java 9+",
6886
"Require MSFragger 3.6+",

0 commit comments

Comments
 (0)