-
v0.2.0 Stable
released this
2025-08-30 13:34:06 -04:00 | 38 commits to main since this releaseWhat's Changed
- V0.2 web api by @kdeng00 in https://github.com/kdeng00/Icarus/pull/113
- Added .env.sample file by @kdeng00 in https://github.com/kdeng00/Icarus/pull/116
- Added Docker file by @kdeng00 in https://github.com/kdeng00/Icarus/pull/117
- Updated packages by @kdeng00 in https://github.com/kdeng00/Icarus/pull/118
- Updated workflow by @kdeng00 in https://github.com/kdeng00/Icarus/pull/119
- Added callers moulde by @kdeng00 in https://github.com/kdeng00/Icarus/pull/120
- Queue meta data by @kdeng00 in https://github.com/kdeng00/Icarus/pull/121
- Added status to songQueue table by @kdeng00 in https://github.com/kdeng00/Icarus/pull/122
- Next queued song by @kdeng00 in https://github.com/kdeng00/Icarus/pull/123
- Test refactor by @kdeng00 in https://github.com/kdeng00/Icarus/pull/124
- Fetch next queued song by @kdeng00 in https://github.com/kdeng00/Icarus/pull/125
- Get metadata by @kdeng00 in https://github.com/kdeng00/Icarus/pull/126
- Queue coverart by @kdeng00 in https://github.com/kdeng00/Icarus/pull/127
- Link coverart with song queue by @kdeng00 in https://github.com/kdeng00/Icarus/pull/128
- Update song queue status by @kdeng00 in https://github.com/kdeng00/Icarus/pull/129
- Coverart queue fetch without data by @kdeng00 in https://github.com/kdeng00/Icarus/pull/130
- Coverart queue fetch data by @kdeng00 in https://github.com/kdeng00/Icarus/pull/131
- Updating song from queue by @kdeng00 in https://github.com/kdeng00/Icarus/pull/132
- Create metadata by @kdeng00 in https://github.com/kdeng00/Icarus/pull/133
- Create coverart by @kdeng00 in https://github.com/kdeng00/Icarus/pull/134
- Wipe data from song queue by @kdeng00 in https://github.com/kdeng00/Icarus/pull/135
- Wipe data from coverart queue by @kdeng00 in https://github.com/kdeng00/Icarus/pull/136
- Updated auth environment variables in docker by @kdeng00 in https://github.com/kdeng00/Icarus/pull/137
- Add sample docker env by @kdeng00 in https://github.com/kdeng00/Icarus/pull/138
- Including Cargo.lock in source control by @kdeng00 in https://github.com/kdeng00/Icarus/pull/139
- Added icarus_envy by @kdeng00 in https://github.com/kdeng00/Icarus/pull/140
- Refactoring tests by @kdeng00 in https://github.com/kdeng00/Icarus/pull/141
- Update song queue flow by @kdeng00 in https://github.com/kdeng00/Icarus/pull/142
- Fixed endpoint for getting coverart queue data by @kdeng00 in https://github.com/kdeng00/Icarus/pull/143
- Reorganizing metadata queue code by @kdeng00 in https://github.com/kdeng00/Icarus/pull/144
- Update song queue changes by @kdeng00 in https://github.com/kdeng00/Icarus/pull/145
- Update song queue endpoint fix by @kdeng00 in https://github.com/kdeng00/Icarus/pull/146
- Rust std change by @kdeng00 in https://github.com/kdeng00/Icarus/pull/147
- Update dependencies by @kdeng00 in https://github.com/kdeng00/Icarus/pull/148
- Refactoring by @kdeng00 in https://github.com/kdeng00/Icarus/pull/149
- Upgrading postgresql to 17.5 by @kdeng00 in https://github.com/kdeng00/Icarus/pull/151
- Update rust in docker by @kdeng00 in https://github.com/kdeng00/Icarus/pull/152
- Added error checking for file creation in create metadata endpoint by @kdeng00 in https://github.com/kdeng00/Icarus/pull/154
- bugfix: Create CoverArt endpoint response change by @kdeng00 in https://github.com/kdeng00/Icarus/pull/155
- bugfix: Create CoverArt endpoint message response is empty by @kdeng00 in https://github.com/kdeng00/Icarus/pull/157
- Version change by @kdeng00 in https://github.com/kdeng00/Icarus/pull/158
- Link user id to song queue by @kdeng00 in https://github.com/kdeng00/Icarus/pull/159
- Added release workflow by @kdeng00 in https://github.com/kdeng00/Icarus/pull/160
- Added flac files used for testing by @kdeng00 in https://github.com/kdeng00/Icarus/pull/161
- Get songs endpoint by @kdeng00 in https://github.com/kdeng00/Icarus/pull/162
- Get coverart by @kdeng00 in https://github.com/kdeng00/Icarus/pull/163
- Stream song by @kdeng00 in https://github.com/kdeng00/Icarus/pull/164
- Downloading song endpoint by @kdeng00 in https://github.com/kdeng00/Icarus/pull/165
- Download coverart endpoint by @kdeng00 in https://github.com/kdeng00/Icarus/pull/166
- Delete song endpoint by @kdeng00 in https://github.com/kdeng00/Icarus/pull/167
- Use multiple files in tests by @kdeng00 in https://github.com/kdeng00/Icarus/pull/168
- Auth by @kdeng00 in https://github.com/kdeng00/Icarus/pull/169
- tsk-172: Include songparser as docker image by @kdeng00 in https://github.com/kdeng00/Icarus/pull/173
- tsk-176: Get all songs endpoint by @kdeng00 in https://github.com/kdeng00/Icarus/pull/177
- tsk-170: API documentation by @kdeng00 in https://github.com/kdeng00/Icarus/pull/178
- tsk-171: Updated Readme by @kdeng00 in https://github.com/kdeng00/Icarus/pull/181
- v0.2 release by @kdeng00 in https://github.com/kdeng00/Icarus/pull/153
Full Changelog: https://github.com/kdeng00/Icarus/compare/v0.1.30...v0.2.0
Downloads