Gogglesmm Versions Save

Goggles Music Manager

1.1.5

7 years ago

Changes:

  • Fix lyrics column not being created on first run.
  • Fix import writing lyrics to the wrong column.

1.1.4

7 years ago

Changes:

  • Lyrics support
  • Matroska playback (only) support
  • Refactor Vorbis / Opus / AAC decoders to support matroska
  • Optimizations to Ogg based decoders should use less memory
  • Refactor text converter and renamer
  • Refactor socket io for improved win32 support
  • FOX 1.7.57 compatibility
  • fix: minor changes to api for text compose/decompose which broke filename formatter.
  • fix: Renaming filename preview dialog now correctly converts non-Ascii/UTF-8 back to UTF-8.
  • fix: Don't substitute & for && when displaying track in title bar

1.1.3

7 years ago

Changes:

  • Fix deadlock in get_decoder_packet and replace pop_if/wait with wait_for
  • Fix missing config option for tremor.

1.1.2

7 years ago

Changes:

  • Fix missing option No Resample in alsa output plugin

1.1.1

7 years ago

Changes:

  • Fix detection of newer kde desktop sessions.
  • Replace gogglesmm native dbus interface with mpris v2.
  • Implement missing functionality in mpris v2.
  • gap: fix file input to handle file:// uri scheme
  • gap: fix aac stream decoder errors when input buffer is too small
  • rss: check for updated cover art image
  • http: force mimetype to be lower case.
  • http: reset dir on IO after reading last header in chunked response.
  • Remove remaining lirc functionality.
  • Remove (broken) AppStatus notification implementation.
  • Remove unused settings.

1.1.0

7 years ago

Changes

  • flac: use new reader to parse flac files.
  • gap: use more portable signal and semaphore primitives in engine.
  • gap: refactor input_plugin.
  • gap: add proper interface class to OutputThread.
  • gap: simplify includes.
  • gap: fix build issue with mp4/m4a support.
  • remove old 'configure' based buildsystem.
  • lirc: remove unused/unsupported lirc support
  • c++11: NULL -> nullptr.
  • replace dependency glew with epoxy.
  • fix crash editing radio station. (issue #56)

1.0.18

7 years ago

Changes

  • ALAC codec support.
  • add hashbang to installed python scripts
  • fix vorbis comment parsing
  • fix opus filetype detection during import.
  • remove debug statements during release builds.
  • cmake: fix reverse check for DESTDIR
  • cmake: build mp4 reader when faad is enabled

1.0.17

7 years ago

Changes:

  • cmake: fix libgcrypt detection and link to internal md5 if no gcrypt is available

1.0.16

7 years ago

Changes:

  • cmake: fix gogglesmm not using BUILD_GAP_SHARED_LIB variable

1.0.15

7 years ago

Changes:

  • fix: remove FXURL::decode when using FXURL::fileFromURL since the latter already does the decode
  • cmake: drop version requirement to 3.3.1
  • cmake: add status output
  • cmake: allow CMAKE_INSTALL_LIBDIR to be relative or absolute path.
  • cmake: fix shared library build of libgap.
  • cmake: disable lto build for now.