mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2025-04-27 18:48:38 +00:00
Squashed commit of the following:
commit0365ebef36
Author: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com> Date: Thu Feb 20 17:03:33 2025 +0000 15f. DAQ SUD Bug fix commitd6dc3839ac
Author: Jamie Mac <macster110@gmail.com> Date: Thu Feb 20 16:41:59 2025 +0000 Fixes to Sound Acquisition module (#197) * Sound Acquisition fix Fix issue with subfolder check box not being using when loading data. Made sub folder default Added listener to sub folder button to redo file list. * Update .gitignore * Squashed commit of the following: commit68ade16b39
Author: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com> Date: Wed Feb 19 16:26:44 2025 +0000 Update MulticastController.java Small update to ignore a test message to Multicast controller which will probably never be sent anyway. commitf7a6138774
Author: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com> Date: Tue Feb 18 16:31:08 2025 +0000 buffer io of serialised datamaps commit50154d99e7
Author: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com> Date: Sun Feb 16 13:38:19 2025 +0000 V 2.02.15e Approaching a final release for PAMGuard Tethys workshop commitfce60115f0
Author: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com> Date: Fri Feb 14 15:46:11 2025 +0000 update to 2.02.15d Building 2.02.15d in prep for next major release commit300570712b
Merge:f476a56b
e3b90946
Author: Jamie Mac <macster110@gmail.com> Date: Fri Feb 14 15:17:14 2025 +0000 Merge pull request #196 from macster110/main Minor fixes to deep leanring module commitf476a56bda
Author: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com> Date: Fri Feb 14 14:38:14 2025 +0000 Small fixes Added a 20 minute range to scrollers (common in some duty cycled data) Fixed issue 194 of Source dialog crashing in Noise Monitor due to null pointer before first selection of a datablock. Fixed issue 195: resetting of scrollers when datamap changes commit68ade16b39
Author: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com> Date: Wed Feb 19 16:26:44 2025 +0000 Update MulticastController.java Small update to ignore a test message to Multicast controller which will probably never be sent anyway. commitf7a6138774
Author: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com> Date: Tue Feb 18 16:31:08 2025 +0000 buffer io of serialised datamaps commit50154d99e7
Author: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com> Date: Sun Feb 16 13:38:19 2025 +0000 V 2.02.15e Approaching a final release for PAMGuard Tethys workshop commitfce60115f0
Author: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com> Date: Fri Feb 14 15:46:11 2025 +0000 update to 2.02.15d Building 2.02.15d in prep for next major release commit300570712b
Merge:f476a56b
e3b90946
Author: Jamie Mac <macster110@gmail.com> Date: Fri Feb 14 15:17:14 2025 +0000 Merge pull request #196 from macster110/main Minor fixes to deep leanring module commitf476a56bda
Author: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com> Date: Fri Feb 14 14:38:14 2025 +0000 Small fixes Added a 20 minute range to scrollers (common in some duty cycled data) Fixed issue 194 of Source dialog crashing in Noise Monitor due to null pointer before first selection of a datablock. Fixed issue 195: resetting of scrollers when datamap changes
This commit is contained in:
parent
1a1e8629d2
commit
2bf580021c
@ -4,7 +4,7 @@
|
||||
<groupId>org.pamguard</groupId>
|
||||
<artifactId>Pamguard</artifactId>
|
||||
<name>Pamguard</name>
|
||||
<version>2.02.15e</version>
|
||||
<version>2.02.15f</version>
|
||||
<description>Pamguard using Maven to control dependencies</description>
|
||||
<url>www.pamguard.org</url>
|
||||
<organization>
|
||||
|
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.pamguard</groupId>
|
||||
<artifactId>Pamguard</artifactId>
|
||||
<version>2.02.15e</version>
|
||||
<version>2.02.15f</version>
|
||||
<name>Pamguard</name>
|
||||
<description>Pamguard using Maven to control dependencies</description>
|
||||
<url>www.pamguard.org</url>
|
||||
|
@ -31,12 +31,12 @@ public class PamguardVersionInfo {
|
||||
* Version number, major version.minorversion.sub-release.
|
||||
* Note: can't go higher than sub-release 'f'
|
||||
*/
|
||||
static public final String version = "2.02.15e";
|
||||
static public final String version = "2.02.15f";
|
||||
|
||||
/**
|
||||
* Release date
|
||||
*/
|
||||
static public final String date = "14 February 2025";
|
||||
static public final String date = "20 February 2025";
|
||||
|
||||
// /**
|
||||
// * Release type - Beta or Core
|
||||
|
Loading…
Reference in New Issue
Block a user