Skip to content

Commit

Permalink
Merge pull request #401 from AAVSO/2.24.0_prerelease_updates
Browse files Browse the repository at this point in the history
Updated change log, user manual, revision before 2.24.0 release
  • Loading branch information
dbenn authored Jan 30, 2024
2 parents 1d87fe6 + e7bbc1d commit dc7ef96
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,28 @@ o VStar "leaks" memory with ongoing use. The WebStart JNLP file and
Release History
===============

Date: Jan 31 2024
Version: 2.24.0
Tag: 2.24.0
Key Changes:
- #398: Load multiple observation files in sequence
- #395: Deselecting error bars in Plot Control Dialog only changes current mode
- #392: Add property-based unit tests and mutation testing support
- #390: WWZ plot range length error
- #386: VStar.sh fails to detect 64 bit system in the presence of ARM
- #384: StarSelectionDialog enhancement: add a possibility to enter
calendar dates to Min/Max JD fields
- #382: The Harmonics dialog is displayed twice
- #381: Period analysis plugin dialogs share period selection notification
messages
- #379: Basic 'help' functionality for plug-ins
- #375: Move to Auth0
- #374: Mac OS X gatekeeper problem when .dmg file is downloaded in 2.23.0
- #373: PluginManager cannot correctly check for local and remote plug-in
equality
- #61: Harmonics search should give a more helpful message if frequency
doesn't exist in data (e.g. a CLEANest value added to top-hits)

Date: Oct 2 2023
Version: 2.23.0
Tag: 2.23.0
Expand Down
Binary file modified doc/user_manual/Observation Details Dialog.odt
Binary file not shown.
Binary file modified doc/user_manual/Observation Sources.odt
Binary file not shown.
Binary file modified doc/user_manual/Plug-ins.odt
Binary file not shown.
Binary file modified doc/user_manual/RevisionHistory.odt
Binary file not shown.
Binary file modified doc/user_manual/VStarUserManual.odm
Binary file not shown.
Binary file modified doc/user_manual/VStarUserManual.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public static URL getHelpHTMLResource() {
// ** Version info. **

public static String getVersionString() {
return "2.23.0";
return "2.24.0";
//+ "-dev-" + RevisionAccessor.getRevNum() + "-" + RevisionAccessor.getBuildTimeStamp();
}

Expand Down
4 changes: 2 additions & 2 deletions src/org/aavso/tools/vstar/ui/resources/RevisionAccessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

public class RevisionAccessor {

private static String REVISION = "fd24e4a";
private static String BUILD_TIME = "2023-12-12 23:16";
private static String REVISION = "1d87fe6";
private static String BUILD_TIME = "2024-01-30 22:17";

/**
* Get the latest git revision
Expand Down

0 comments on commit dc7ef96

Please sign in to comment.