Fixed wrong order in Roadmap listing in README.md

This commit is contained in:
2023-12-10 21:18:28 +01:00
parent 7bb65c355d
commit cee502c3f1

View File

@@ -35,17 +35,17 @@ Features, already implemented, or still in progress for the v1.0.0 release!
- [X] /api/v1/playback/pause - [X] /api/v1/playback/pause
- [X] /api/v1/playback/next - [X] /api/v1/playback/next
- [X] /api/v1/playback/previous - [X] /api/v1/playback/previous
- [X] /api/v1/playback/<index>
- [X] /api/v1/playback/info - [X] /api/v1/playback/info
- [ ] /api/v1/playback/id3_image - [ ] /api/v1/playback/id3_image
- [X] /api/v1/playback/<index>
- [X] /api/v1/playlist/get - [X] /api/v1/playlist/get
- [X] /api/v1/volume/get - [X] /api/v1/volume/get
- [X] /api/v1/volume/up - [X] /api/v1/volume/up
- [X] /api/v1/volume/down - [X] /api/v1/volume/down
- [X] /api/v1/volume/mute - [X] /api/v1/volume/mute
- [X] /api/v1/volume/<0-20> - [X] /api/v1/volume/<0-20>
- [X] /api/v1/balance/<0-32>
- [X] /api/v1/balance/get - [X] /api/v1/balance/get
- [X] /api/v1/balance/<0-32>
- [X] /api/v1/eq/get - [X] /api/v1/eq/get
- [X] /api/v1/eq/reset - [X] /api/v1/eq/reset
- [X] /api/v1/eq/low/get - [X] /api/v1/eq/low/get
@@ -70,7 +70,7 @@ Features, already implemented, or still in progress for the v1.0.0 release!
- [ ] Edit wifi connection - [ ] Edit wifi connection
- [ ] Edit friendly name of the NetSpeaker - [ ] Edit friendly name of the NetSpeaker
- [X] Improve the volume endpoint handler (currently pretty undynamic - not anymore :) - [X] Improve the volume endpoint handler (currently pretty undynamic - not anymore :)
- [ ] Add better encoding as umlauts are not shown **sometimes** - [ ] Add better encoding as umlauts are not displayed correctly **sometimes**
## Credits & Acknowledgements ## Credits & Acknowledgements