Releases: dplesca/go-omxremote
Releases · dplesca/go-omxremote
Version 5
Version 4.1
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
Version 4.0 comes with an updated assets flow, it uses webpack and vue components.
Version 3.1
- The HTTP API is now documented and is even simpler to use.
- A small css annoyance has been fixed.
Version 3.0
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
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