Skip to content

Releases: Mattk70/Chirpity-Electron

2.0.2

13 Oct 09:34
Compare
Choose a tag to compare

What's changed

  • If you have less then 16GB RAM, the new default CPU batch size of 8 will be set, This should speed up prediction for these users, as larger batch sizes start using swap memory. You'll be able to change it back if you really want to.
  • If you try to change language while an analysis is underway, you'll get a warning letting you to know that won't work

Bug Fixes

  • Oopsie! I managed to break the Xeno Canto comparison feature. Fixed now.

Full Changelog: v2.0.1...v2.0.2

2.0.1

12 Oct 19:18
Compare
Choose a tag to compare

Bug Fixes

  • Out of memory situations are now handled
  • Keyboard shortcut to analyse all open files fixed for Mac users (⌘ + A)

Full Changelog: v2.0.0...v2.0.1

2.0.0

11 Oct 16:01
Compare
Choose a tag to compare

What's New

  • GUANO support! If available, GUANO metadata is parsed from WAV files and values for the file Timestamp and Location are set automatically.
  • Audio Library: now Chirpity can organise your audio into a Library. Files are compressed and sorted into folders.
  • Double-click the spectrogram to centre the view at that position.
  • Popup messages now show whether they are Errors, Warnings or simply Notices.
  • Removed the 'Fullscreen' icon - as you can now drag the spectrogram to the full screen height.
  • Added the ability to clear a custom list location

Bug Fixes

  • When switching between models, the backend settings for Chirpity are retained.
  • The spectrogram frequency range slider is no longer obscured by the timeline in Explore mode
  • 'Locate missing file' works in Explore mode
  • All 'dot files' are excluded from file or folder imports. This prevents Chirpity attempting to process files generated by Macs e.g. '._20240824_0801.wav' as audio.
  • Filenames containing '?' will not cause an error.
  • The timeline markers when using "Position" display are now correct whatever your timezone (fixes issue mentioned in #150)

Full Changelog: v1.14.0...v2.0.0

1.14.0

01 Oct 14:38
Compare
Choose a tag to compare

What's Changed

  • The size of the application font can now be adjusted in settings, in response to user feedback.
  • The Spectrogram can now be resized by dragging the transport control bar.
  • The UI of the frequency filter has been improved

Bug Fixes

  • Fixed #142 - Cut and Paste now works on Mac versions
  • Improved filtering of non-audio files in file and folder selections

Full Changelog: v1.13.0...v1.14.0

1.13.0

28 Sep 11:42
Compare
Choose a tag to compare

What's Changed

  • It is now possible to 'zoom' into a frequency range in the spectrogram, using a new icon on the filter panel
  • Keyboard shortcuts should now be consistent across international Keyboard layouts
  • The keyboard shortcuts to change the FFT window size are now Ctrl/Command +/- instead of Shift +/-
  • An indication of the number of open files is given next to the filename when multiple files are open

Bug Fixes

  • Fixed a situation where the archive database could be lost when updating an archived file's start time
  • Fixed a failure to update a file's start time where the file was on a FAT32 filesystem

Full Changelog: v1.12.2...v1.13.0

1.12.2

26 Sep 16:45
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue causing record updates to fail after changing a file's start time.

Full Changelog: v1.12.1...v1.12.2

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