Skip to content

Releases: Mattk70/Chirpity-Electron

1.12.1

26 Sep 14:55
Compare
Choose a tag to compare

What's Changed

  • Removed workaround for XC comparisons now the team over there fixed their bug.
  • NEW: Export records to Raven selection table
  • Spectrogram y-axis frequency labels now re-enabled by default. An option to remove them has been added to settings

Bug Fixes

  • Fixed an issue where records timestamps might not be updated if a file's start time is updated after analysis (see #150 )
  • Fixed an issue where the classification of daytime / night time records would not be updated after changing a file's start time
  • Fixed drag and drop to open files

Full Changelog: v1.11.0...v1.12.1

1.11.0

09 Sep 17:47
Compare
Choose a tag to compare

What's Changed

  • Workaround to re-enable XC comparisons while the team over there fix their bug.
  • NEW: If you move or rename an audio file after saving results, you can now re-locate the file and update the archive with its new name or location
  • Bump electron-updater from 6.1.4 to 6.3.0 by @dependabot in #141

New Contributors

Full Changelog: v1.10.4...v1.11.0

1.10.4

07 Aug 15:29
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue that prevented batch editing results.

1.10.3

06 Aug 09:49
Compare
Choose a tag to compare
  • Batch audio export timestamps in filenames now use local time (see #130)
  • Updated Chirpity icon so it is consistent with Mac applications (see #133)
  • Added an option to prevent the computer going to sleep whilst Chirpity is in use (see #139)
  • The mouse wheel or 2-finger scroll on a trackpad will page through the audio spectrogram.

Full Changelog: v1.10.2...v1.10.3

1.10.2

24 May 11:40
Compare
Choose a tag to compare
  • There is now a "reset to defaults" option in settings
  • The timestamps for filenames in exported audio now reflect the local time used for the original file, not GMT. (see #128)

Bug Fixes

  • For some people using a custom list, the application wouldn't work after relaunching with the custom list option enabled.
  • The end time for detections in exported CSV files has been corrected. (see #128)
  • If after purging a file from the archive, there were no records to display, the results on screen would not be cleared.
  • A situation where multiple highlighted areas could be created on the spectrogram (and not removed ) has been fixed (see #126)

Full Changelog: v1.10.1...v1.10.2

1.10.1

18 May 11:09
Compare
Choose a tag to compare
  • A new WebGPU backend both removes the requirement for AVX support and delivers GPU accelerated processing for Macs
  • A portable version of the application is now available for PC users. This can be run directly from a memory stick or SD card without the need to install anything.

Bug Fixes

  • An issue that occasionally caused errors updating the spectrogram and audio export to fail has been fixed
  • The audio export filename now always contains a GMT formatted timestamp.

Full Changelog: v1.9.0...v1.10.1

1.9.0

28 Apr 16:09
Compare
Choose a tag to compare
  • A new WhatsApp community is available to support Chirpity users, in addition to GitHub.
  • There is now a prompt to remove missing files that have been perviously saved to the archive
  • Lower batch sizes of 4, 8 have been reinstated

Bug fixes

  • A source of detached ArrayBuffers has been found and eliminated (see #120)
  • Fixed an issue that occasionally prevented analysis completion when analysing compressed files

1.8.0

24 Apr 16:17
Compare
Choose a tag to compare
  • The Chirpity model now supresses inanimate classes in all cases

Spectrograms have been overhauled.

  • A tooltip shows the frequency (and region length if applicable) at the cursor. The side frequency labels, which were inaccurate and obscured a part of the audio, have been removed.
  • A new option to create a custom colormap has been added
  • There is an option to change the spectrogram windowing function - the default is now a 'Hann' window, changed from a 'Hamming' window
  • Keyboard help now shows transport options for users without PageUp/PageDown/Home/End keys

Bug fixes

  • The slider to amend the confidence threshold is no longer hidden behind the spectrogram on the Mac version
  • Further work to prevent "Detached Array buffer" errors, these would prevent analysis completion
  • Further work to prevent "Output stream closed" errors, these also prevented analysis completion
  • Fixed an issue causing the message "The database has not finished loading..." accompanied by the message "Unable to decode audio..." when opening a file
  • Fixed an issue which would cause the Mac version of Chirpity to crash when large batch sizes were selected
  • Fixed excessively slow analysis of compressed files.

Full Changelog: v1.7.2...v1.8.0

1.7.2

18 Apr 08:36
Compare
Choose a tag to compare

Bug fixes

  • Fixes an issue introduced in version 1.4.0, which led to impaired prediction performance, particularly for audio files less than a minute long.
  • Opening multiple files no longer generates the message "analysis complete"
  • Capitalised the initial word in local names for the translations in Finnish, Hungarian, Norwegian, Polish, Slovakian and Swedish (see #116).

Full Changelog: v1.7.0...v1.7.2

1.7.0

15 Apr 15:04
Compare
Choose a tag to compare

This release brings a substantial performance improvement for PC users with an Intel chipset, using the CPU backend. Processing speeds are improved anywhere between 40-100%. Additionally:

  • There is now a keyboard shortcut to verify a record (Ctrl or Option V) (see #109 )
  • "Unknown Sp." records are now visible under all list filters (see #110 )
  • The normalise filter is now applied to exported audio, if enabled and active (see #102 )
  • If all open files are saved to the database, the Analysis menu gives the option to retrieve the results from all these files (fixes #105)

Bug fixes

  • When editing a record, the species summary no longer jumps to the first species (fixes #99 )
  • Clearer error messages are given when a file is no longer accessible (fixes #90)
  • When you pick a saved location from the "Amend file location" dropdown, the form fields are updated (fixes #112 )

Full Changelog: v1.6.9...v1.7.0