• 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.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.

  • 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.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.5.6

    100%
    0 Open
    7 Closed
    Closed 2017-09-05 14:11:45 -04:00

    This release is aimed at letting users disable album art fetching during Ocarina startup.

  • 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.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.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.2

    100%
    0 Open
    5 Closed
    Closed 2017-04-17 08:30:23 -04:00

    This release is focused on cleaning up playlist sidebar code, and creating new files for GUI interactions with each playlist type.

  • 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.

  • 6.5

    100%
    0 Open
    20 Closed
    Closed 2016-10-29 21:40:42 -04:00

    This release will include a non-backwards compatible change to save files.

  • 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.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.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.17

    100%
    0 Open
    7 Closed
    Closed 2016-08-13 12:38:01 -04:00
  • 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.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.4.14

    100%
    0 Open
    11 Closed
    Closed 2016-06-24 14:48:25 -04:00

    The focus of Ocarina 6.4.14 is startup performance. This involves loading as many files through idle tasks as possible, but also completely switching over to the GApplication api.

  • 6.4.13

    100%
    0 Open
    6 Closed
    Closed 2016-06-13 20:06:32 -04:00

    Finish conversion 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.