-
v0.3.1 Stable
released this
2025-10-20 11:19:06 -04:00 | 30 commits to main since this releaseWhat's Changed
- icarus_models version bump by @kdeng00 in https://github.com/kdeng00/Icarus/pull/210
Full Changelog: https://github.com/kdeng00/Icarus/compare/v0.3.0...v0.3.1
Downloads
-
v0.3.0 Stable
released this
2025-10-14 22:02:26 -04:00 | 31 commits to main since this releaseWhat's Changed
- Change language of project by @kdeng00 in https://github.com/kdeng00/Icarus/pull/184
- Language change by @kdeng00 in https://github.com/kdeng00/Icarus/pull/185
- CORS support by @kdeng00 in https://github.com/kdeng00/Icarus/pull/183
- icarus_envy version bump by @kdeng00 in https://github.com/kdeng00/Icarus/pull/189
- icarus_models version bump by @kdeng00 in https://github.com/kdeng00/Icarus/pull/190
- tsk-182: Update rust version by @kdeng00 in https://github.com/kdeng00/Icarus/pull/191
- Version fix by @kdeng00 in https://github.com/kdeng00/Icarus/pull/193
Full Changelog: https://github.com/kdeng00/Icarus/compare/v0.2.0...v0.3.0
Downloads
-
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
-
released this
2025-08-30 13:30:34 -04:00 | 39 commits to main since this releaseRelease of version v0.2.0-v0.2-b844f06e82-961
Downloads
-
released this
2025-08-30 13:28:37 -04:00 | 40 commits to main since this releaseRelease of version v0.2.0-v0.2-517a01d60c-961
Downloads
-
released this
2025-08-29 22:14:03 -04:00 | 41 commits to main since this releaseRelease of version v0.1.102-v0.2-1ae2f88beb-961
Downloads
-
released this
2025-08-24 19:58:38 -04:00 | 42 commits to main since this releaseRelease of version v0.1.102-v0.2-805df87f5b-961
Downloads
-
released this
2025-08-19 12:25:46 -04:00 | 43 commits to main since this releaseRelease of version v0.1.102-v0.2-598996cb8d-961
Downloads
-
released this
2025-08-16 19:14:01 -04:00 | 44 commits to main since this releaseRelease of version v0.1.101-v0.2-21a97c150c-961
Downloads
-
released this
2025-08-01 15:16:00 -04:00 | 45 commits to main since this releaseRelease of version v0.1.101-v0.2-679a4ad322-961
Downloads