beaTunes News

Monday, April 30, 2018

Update: beaTunes 5.1.5

Sorry for the repeated updates... Unfortunately, an idiotic little error made it into in 5.1.4, which caused some dreaded NullPointerExceptions under Windows, when using the dark UI theme. The problem is fixed in today's 5.1.5. Additionally, it contains some updates to the audio metadata library JAudioTagger, as well as some further under-the-hood improvements for Bandcamp support.

As always, you can download the new version from the download section of the website.

Changes in 5.1.5

  • Fixed possible NPE during icon rendering (dark theme).
  • Updated JAudioTagger library.

Labels: ,

Wednesday, December 6, 2017

Update: beaTunes 5.0.6

Over the last couple of weeks a couple of fixes piled up so that it was definitely time for an update. Well, here it is!

As always, you can download the new version from the download section of the website.

Changes in 5.0.6

  • Improved memory environment variable manipulation (Windows).
  • Improved misspelled album inspector.
  • Improved robustness of folder-based synchronization.
  • Fixed Open in Chordify.
  • Fixed small errors in German translation.
  • Fixed range coercion for downloaded BPM values.
  • Fixed re-import of embedded ReplayGain tags.
  • Fixed embedding of true ReplayGain peaks.
  • Fixed issues with Canadian Amazon integration.
  • Added missing Wikipedia icon.
  • Added pre-generated icons.
  • Updated JAudioTagger library.
  • Only embed analysis date if something actually got changed.

Labels: , , , ,

Thursday, March 23, 2017

Update: beaTunes 4.6.13

beaTunes4 logo

Today's update fixes a single issue, that has been bugging me for some time. Occasionally, it seems, mapping a file into memory in Java can lead to an application crash. Indirectly, this may have to do with the missing unmap() call in Java and attempts to work around this limitation. For today's update, I have replaced the memory mapping logic with plain read() calls, which should lead to improved overall stability.

As always, you can download the new version from the download section of the website.

Change in 4.6.13

Labels: , , ,