Skip to content

Releases: dplesca/go-omxremote

Version 5

29 Aug 06:50
Compare
Choose a tag to compare

For this version:

  • rewrote front-end to be lighter is now in svelte and tailwind
  • smaller js/css footprints
  • smaller static images
  • added previous subs button

Version 4.1

03 Apr 20:09
Compare
Choose a tag to compare

A few things changed since the last version. The file indexing method is now fastwalk, the icons are being included using javascript and the search works better than before. Plus a few other small fixes.

Version 4.0

26 Oct 11:42
Compare
Choose a tag to compare

Version 4.0 comes with an updated assets flow, it uses webpack and vue components.

Version 3.1

17 May 19:50
Compare
Choose a tag to compare
  • The HTTP API is now documented and is even simpler to use.
  • A small css annoyance has been fixed.

Version 3.0

22 Apr 08:39
Compare
Choose a tag to compare

Version 3.0 comes with some important changes:

  • a brand new front-end built in Vue and Bulma
  • better omxplayer handling command (inspired by a project wrote by @alenbasic) that uses a go native exec.Cmd instead the fifo-based handling that was ported from the oxmremote node project
  • it also passes all the go report card checks

Version 2.0

24 Mar 18:16
Compare
Choose a tag to compare

A few things were modified for a more simplified handling of things:

  • routing is done now with httprouter, instead of goji
  • simpler, lighter colorized logging with fatih/color
  • more streamlined handling, with fewer router handlers

1.1

08 Mar 16:54
Compare
Choose a tag to compare
1.1

Changelog:

  • customized the title
  • fixed the iOS add to homescreen standalone mode

1.0

04 Mar 16:16
Compare
Choose a tag to compare
1.0

Initial release