• 6.4.5

    0%
    0 Open
    0 Closed
    Closed 2016-02-12 14:26:27 -05:00

    Convert core/queue to C.

  • 6.5.4

    0%
    0 Open
    0 Closed
    Closed 2017-05-13 08:46:53 -04:00

    This release will clean up core playlist code to make everything playlist centric (instead of queue centric)

  • 6.5.8

    0%
    0 Open
    0 Closed
    Closed 2018-03-02 16:20:10 -05:00

    This release will rework the file code to combine cache and data files into a single object, so we no longer need to maintain two separate (but related) code paths.

  • 6.4.6

    100%
    0 Open
    1 Closed
    Closed 2016-02-26 16:03:41 -05:00

    Convert core/collection to C.

  • 6.4.7

    100%
    0 Open
    1 Closed
    Closed 2016-03-11 15:38:42 -05:00

    Convert core/playlist to C.

  • 6.4.9

    100%
    0 Open
    1 Closed
    Closed 2016-04-08 16:02:31 -04:00

    Convert core/audio to C.

  • 6.5.3

    100%
    0 Open
    1 Closed
    Closed 2017-05-01 07:40:06 -04:00

    This release will finish the GUI cleanup, with focus on the remaining playlist code and audio widgets.

  • 6.5.9

    100%
    0 Open
    1 Closed
    Closed 2018-08-20 08:36:29 -04:00

    6.5.9 will be a smaller release, aimed at replacing the current pause-after dropdown with a spinbutton-like interface.

  • 0 Open
    1 Closed
    Closed 2018-09-11 08:36:37 -04:00

    6.5.10 adds support for manually reordering playlists through drag and drop

  • 6.5.5

    100%
    0 Open
    2 Closed
    Closed 2017-06-20 07:46:19 -04:00

    Now that we have a series of generic playlist functions, we can work on phasing out queue functions and implementing everything directly in the playlist code. This should make things more efficient, since we can reimplement everything to match how playlists are used.

  • 6.4.8

    100%
    0 Open
    3 Closed
    Closed 2016-03-25 19:16:22 -04:00

    Convert core/tempq to C.

  • 6.4.10

    100%
    0 Open
    3 Closed
    Closed 2016-04-29 17:20:29 -04:00
    • Store settings
    • Convert gui/audio to C
    • Convert gui/builder to C
  • 6.4.12

    100%
    0 Open
    3 Closed
    Closed 2016-05-27 15:52:52 -04:00

    Create new custom GtkTreeModel for displaying queues.

  • 6.4.16

    100%
    0 Open
    3 Closed
    Closed 2016-07-29 19:45:51 -04:00

    This release mostly features a file rewrite to share more code with cache files.

  • 6.5.7

    100%
    0 Open
    3 Closed
    Closed 2017-12-21 09:17:35 -05:00

    This release will improve our audio layer by converting to new gstreamer APIs and adding support for playback of outside tracks.

  • 6.4.18

    100%
    0 Open
    4 Closed
    Closed 2016-08-28 14:11:22 -04:00

    The main change in 6.4.18 is to add new playlists for each library path and to replace the GtkStackSwitcher with a GtkFileChooserDialog.

  • 6.4.19

    100%
    0 Open
    4 Closed
    Closed 2016-09-11 14:49:45 -04:00

    This release has two goals in mind. First, clean up the system playlists to make it easier to maintain. Second, replace the giant tag index with a token matching system to give more flexibility to searches.

  • 6.4.20

    100%
    0 Open
    4 Closed
    Closed 2016-09-23 20:07:54 -04:00

    This release is aimed at reducing Ocarina memory usage, including reducing the size of tracks and eliminating 0 database entries.

  • 6.4.15

    100%
    0 Open
    5 Closed
    Closed 2016-07-19 12:12:11 -04:00

    The focus of 6.4.15 is adding support for accessing the user's cache directory, and then using this to fetch album art.

  • 6.5.1

    100%
    0 Open
    5 Closed
    Closed 2017-04-03 10:28:04 -04:00

    The primary focus of the 6.5.1 release is to begin cleaning up messy gui code left over from before the playlist shift.