From 4c48da6345a287ae691b47e12ca5b824a7d65efa Mon Sep 17 00:00:00 2001 From: rafael-santiago Date: Sat, 7 Sep 2024 16:13:57 -0300 Subject: [PATCH] Add RELNOTES.txt --- README.md | 2 +- RELNOTES.txt | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 RELNOTES.txt diff --git a/README.md b/README.md index 3bda326..a77bc4f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Enjoy! :wink: > from your favorite artist(s), *indenpendent ones, inclusive*. Attend to concerts. If the concert > offers solidarity tickets, give preference for this kind of ticket. Support buskers, if you stop > to watch/listen to them, pretty nice, but *contribute with money, too*. Redirect this value to -> an `NGO` of your choice or to your own community. You can also do some bug reporting, to propose +> a `NGO` of your choice or to your own community. You can also do some bug reporting, to propose > ideas, to implement new features, to fix bugs, to improve on things over here. > > Thank ya! :heart: :notes: :metal: diff --git a/RELNOTES.txt b/RELNOTES.txt new file mode 100644 index 0000000..cc40979 --- /dev/null +++ b/RELNOTES.txt @@ -0,0 +1,48 @@ +1. Latest releases are on the top. +2. The versions are cummulative, any feature drop is informed. +3. Usually, I try to do my best in order to bring you 'RELNOTES' insted of notes from hell ;) + + Rafael + +-- + +v1 [git-tag: 'v1'] + + The very first public release. Desculpa qualquer coisa! + + Features: + + - Minimalism but it is simple _NOT_ simpleton. Made to be useful and ready-to-go. + - Automagic bootstrapping. + - Support for mp3, mp4 and m4a formats. + - Bluetooth support (ALSA/Bluez-ALSA [sharp, unbloated and simple!]). + - Bluetooth's previous pairing restore. + - Wi-Fi support. + - No-frills Web UI (HTML, css, js and flat/standard golang [no 3rd party dependencies!]). + - Access to web ui http or https based. + - Support for authenticated web ui access. + - Integrated mDNS (you can access the web miniplayer through a name defined by you!). + - Automagic music collection scanning (based on id3 tagging). + - Collection feeding through usb sticks. + - Session saving. + - Playlists. + - Song tagging. + - Random selection by taking into consideration user's provided tags. + - Shuffle mode. + - Repeat one mode. + - Repeat all mode. + - Album cover displayer. + - Linux based. + - Works nicely in desktop, embedded (Raspberry Pi) and virtual machines. + - Made for people that is really involved on listenning their beloved tunes, forgetting + about FOMO and screens! It is about slowing down and having fun with ourselves ;) + - No ads! + No noisy nor nosy suggestions! + This is heaven! A musical ether at your home! Go fly around! :) + + Bugfixes: + + - None yet. + + Enjoy! :) Rafael +--