Skip to content

Commit

Permalink
Bump version to 1.48.1 and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
s-andrews committed Mar 22, 2022
1 parent ce88f31 commit 00c8abc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
RELEASE NOTES FOR SeqMonk v1.48.1
---------------------------------

1. Fixed a bug in the launch script which meant that memory
settings weren't detected correctly unless java was
installed on the system.

2. Made all preferences for the read count quantitation be
remembered between runs.

3. Removed spurious additional label in the BAM file import
options dialog.

4. Don't add projects which fail to load to the recently used
file list.

5. Update install instructions for M1 mac users.


RELEASE NOTES FOR SeqMonk v1.48.0
---------------------------------
A mix of bugfixes and some internal restructuring
Expand Down
2 changes: 1 addition & 1 deletion uk/ac/babraham/SeqMonk/SeqMonkApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class SeqMonkApplication extends JFrame implements ProgressListener, Data
private static SeqMonkApplication application;

/** The version of SeqMonk */
public static final String VERSION = "1.48.0";
public static final String VERSION = "1.48.1";

private SeqMonkMenu menu;

Expand Down

0 comments on commit 00c8abc

Please sign in to comment.