-
v0.0.9-alpha1
Pre-releaseAll checks were successfulRelease / release (push) Successful in 8sreleased this
2026-06-16 14:32:20 +00:00 | 0 commits to main since this releaseNew Features
- feat: added queue view
- feat: added buttons to add a song to a playlist
Refactoring
- refactor: reorganize file structure and fix naming mismatches
Other
- chore(release): bump version to v0.0.9-alpha1
- chore: updated AGENTS.md
- chore: clean leftovers
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.8-alpha1
Pre-releaseAll checks were successfulRelease / release (push) Successful in 8sreleased this
2026-06-11 14:10:11 +00:00 | 6 commits to main since this releaseNew Features
- feat: Added playlists created by user
Other
- chore(release): bump version to v0.0.8-alpha1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.7-alpha1
Pre-releaseAll checks were successfulRelease / release (push) Successful in 7sreleased this
2026-05-17 20:25:45 +00:00 | 8 commits to main since this releaseNew Features
- feat: first implementation of local database
- feat: added models to support (in future) local sync
Bug Fixes
- fix: fixed bug in token generation
- fix: fix file naming
- fix: fixed broken retrieve of album cover art after refactor of authentication
- fix: fixed visual glitch in tab bar
Refactoring
- refactor: enhanced security in auth and cleanup
Other
- chore(release): bump version to v0.0.7-alpha1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.6-alpha1
Pre-releaseAll checks were successfulRelease / release (push) Successful in 8sreleased this
2026-05-08 09:16:34 +00:00 | 16 commits to main since this releaseNew Features
- feat: created genres view
Bug Fixes
- fix: added button to go to full list from Home view
- fix: fixed artist card showing 0 albums when not having albumCount property
Refactoring
- refactor: created a common way to show default lists (newest, starred, etc) and custom playlists
- refactor: refactored the LibraryView and splitted structs in multiple files
Other
- chore(release): bump version to v0.0.6-alpha1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.5-alpha2
Pre-releaseAll checks were successfulRelease / release (push) Successful in 7sreleased this
2026-05-01 12:19:47 +00:00 | 23 commits to main since this releaseBug Fixes
- fix: resume playback correctly after audio interruptions and silent failures
Other
- chore(release): bump version to v0.0.5-alpha2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.5-alpha1
Pre-releaseAll checks were successfulRelease / release (push) Successful in 7sreleased this
2026-04-29 14:36:40 +00:00 | 26 commits to main since this releaseNew Features
- feat(release): detect pre-releases and flag them on Forgejo and AltStore
- feat: added genres view in library tab to browse albums by genre
Bug Fixes
- fix(release): correctly parse prerelease boolean in app-repo.json generation
- fix: implemented URLComponents in SubsonicService for security purposes
- fix: added server info to settings view
- fix: enhanced the search view to show albums, songs and artists
- fix: ensure playback resumes correctly after audio interruption, fixes #2
Refactoring
- refactor: changed SubsonicService from static class to singleton
Other
- chore(release): bump version to v0.0.5-alpha1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.4-alpha1
Pre-releaseAll checks were successfulRelease / release (push) Successful in 7sreleased this
2026-04-20 15:51:37 +00:00 | 37 commits to main since this releaseBug Fixes
- fix: simplify play() to always resume from currentTime
- fix: verify and retry seek on resume, reload stream if needed
- fix: keep only latest version in app-repo.json versions array
- fix: app-repo.json and release script versioning issues
Other
- chore(release): bump version to v0.0.4-alpha1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.3-alpha1
Pre-releaseAll checks were successfulRelease / release (push) Successful in 7sreleased this
2026-04-19 21:14:24 +00:00 | 43 commits to main since this releaseBug Fixes
- fix: push refs/heads/main explicitly to avoid branch/tag ambiguity
- fix: use wc -c instead of stat for portable IPA file size detection
- fix: use git branch --show-current for reliable branch detection
- fix: use symbolic-ref for branch detection in release script
- fix: exclude merge commits from release notes
- fix: resolve AudioPlayerManager correctness issues and AlbumView force-unwrap
- fix: resume playback after stop and from control center
Refactoring
- refactor: clean up multi-disc song grouping in AlbumView
Other
- chore(release): bump version to v0.0.3-alpha1
- chore: add .gitignore
- chore: add automated release workflow and fix MARKETING_VERSION
- Update app-repo.json
- Update app-repo.json
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.2-alpha1
Pre-releaseAll checks were successfulRelease / release (push) Successful in 6sreleased this
2026-04-17 17:00:28 +00:00 | 58 commits to main since this releaseNew features
- feat: Splitted view of albums with more than 1 disc
- feat: add app-repo.json for AltSource
Bugfix
- fix: Fixed AlbumView for albums with more than 1 disc, fixes llmad/Aulos#7
- fix: fixed app-repo.json for altsource
- fix: fix release workout to start only on tags
Other
- Merge pull request 'Version 0.0.2-alpha1' (#9) from dev into main
- chore(release): bump version to v0.0.2-alpha1
- Merge pull request 'Merge main changes to dev' (#8) from main into dev
- Update .forgejo/workflows/release.yml
- Update app-repo.json
- Update app-repo.json
- Update app-repo.json
- Merge pull request 'Release workflow and app-repo' (#6) from dev into main
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.1-alpha1
Pre-releaseAll checks were successfulRelease / release (push) Successful in 6sreleased this
2026-04-03 12:19:51 +00:00 | 71 commits to main since this releaseNew feature
- feat: Workflow for releases
- feat: Albums in the artist page and other small fixes
- feat: Added check for credentials at login and error on wrong username/password
- feat: Artist page and enhanced routing management
- feat: Changed app icon
- feat: Added navigation to Album view from the full screen player
Bugfix
- fix: fixed release workflow to start only when tag on main branch
- fix: fixed release workflow
- fix: fixed release workflow
- fix: added manual dispatch to test release workflow
- fix: Renamed .github to .forgejo
- fix: Fixed playback error after stop llmad/Aulos#2
- fix: Fixed playback error after call or stop from Remote Command Center
- fix: Links to artist page
- fix: Fixed glitch in Menu (only in iOS 26)
- fix: minor changes
- fix: Name change and log manager
- fix: Fixed .xcodeproj
- fix: Fixes issue llmad/Aulos#1
Other
- Merge pull request 'Release workflow when pushed tag on main branch' (#5) from dev into main
- Merge pull request 'New features and bugfixed' (#4) from dev into main
- Merge pull request 'Navigation from full screen player to the album view' (#3) from dev into main
- Changed the name of the project
- First commit
- Initial Commit
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads