-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cdf7888
commit fb7344a
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,30 @@ | ||
Initial revision | ||
## [v0.10.0] - 2024-07-14 | ||
### :sparkles: New Features | ||
- [`bc19ad0`](https://github.com/matthiasemde/musikus-android/commit/bc19ad0bef1b1856a586e886d09bbdc8d1a4224b) - add automatic license reports and license screen *(PR [#81](https://github.com/matthiasemde/musikus-android/pull/81) by [@matthiasemde](https://github.com/matthiasemde))* | ||
- :arrow_lower_right: *addresses issue [#16](https://github.com/matthiasemde/musikus-android/issues/16) opened by [@matthiasemde](https://github.com/matthiasemde)* | ||
- [`4a6b18a`](https://github.com/matthiasemde/musikus-android/commit/4a6b18a0b78329987dc2260c6f60ff6c422361f0) - ActiveSession 2.0 *(PR [#84](https://github.com/matthiasemde/musikus-android/pull/84) by [@mipro98](https://github.com/mipro98))* | ||
- :arrow_lower_right: *addresses issue [#21](https://github.com/matthiasemde/musikus-android/issues/21) opened by [@matthiasemde](https://github.com/matthiasemde)* | ||
- :arrow_lower_right: *addresses issue [#23](https://github.com/matthiasemde/musikus-android/issues/23) opened by [@matthiasemde](https://github.com/matthiasemde)* | ||
- :arrow_lower_right: *addresses issue [#53](https://github.com/matthiasemde/musikus-android/issues/53) opened by [@matthiasemde](https://github.com/matthiasemde)* | ||
- :arrow_lower_right: *addresses issue [#64](https://github.com/matthiasemde/musikus-android/issues/64) opened by [@mipro98](https://github.com/mipro98)* | ||
- :arrow_lower_right: *addresses issue [#65](https://github.com/matthiasemde/musikus-android/issues/65) opened by [@mipro98](https://github.com/mipro98)* | ||
|
||
### :bug: Bug Fixes | ||
- [`7ec8c1b`](https://github.com/matthiasemde/musikus-android/commit/7ec8c1ba9590c31bd0eb9723c2e1fb1379816dcd) - migrate to new `edgeToEdge` API *(PR [#83](https://github.com/matthiasemde/musikus-android/pull/83) by [@mipro98](https://github.com/mipro98))* | ||
- [`7d9a78d`](https://github.com/matthiasemde/musikus-android/commit/7d9a78d5fb82bec7316a83ecec944b375c6e8970) - improve TimeProvider and fix formatting for durations between one and two days *(PR [#87](https://github.com/matthiasemde/musikus-android/pull/87) by [@matthiasemde](https://github.com/matthiasemde))* | ||
- :arrow_lower_right: *fixes issue [#78](https://github.com/matthiasemde/musikus-android/issues/78) opened by [@matthiasemde](https://github.com/matthiasemde)* | ||
- [`c36c954`](https://github.com/matthiasemde/musikus-android/commit/c36c954c25388dff59e182cba608215c4945c7eb) - restore data integrity after erroneous default values were introduced by migration 2 to 3 *(PR [#95](https://github.com/matthiasemde/musikus-android/pull/95) by [@matthiasemde](https://github.com/matthiasemde))* | ||
- :arrow_lower_right: *fixes issue [#8](https://github.com/matthiasemde/musikus-android/issues/8) opened by [@matthiasemde](https://github.com/matthiasemde)* | ||
- [`545a232`](https://github.com/matthiasemde/musikus-android/commit/545a232fe5b876d45b26dad144b45c1da5a85fe3) - add validation and restoration to database import *(PR [#100](https://github.com/matthiasemde/musikus-android/pull/100) by [@matthiasemde](https://github.com/matthiasemde))* | ||
- :arrow_lower_right: *fixes issue [#13](https://github.com/matthiasemde/musikus-android/issues/13) opened by [@matthiasemde](https://github.com/matthiasemde)* | ||
|
||
|
||
## [v0.9.3] - 2024-03-27 | ||
### :bug: Bug Fixes | ||
- [`3eaf936`](https://github.com/matthiasemde/musikus-android/commit/3eaf936c7f52ecb75d68ed09c7b4205ab4922101) - add missing calls to datetime() in section dao queries *(PR [#72](https://github.com/matthiasemde/musikus-android/pull/72) by [@matthiasemde](https://github.com/matthiasemde))* | ||
- :arrow_lower_right: *fixes issue [#57](https://github.com/matthiasemde/musikus-android/issues/57) opened by [@matthiasemde](https://github.com/matthiasemde)* | ||
|
||
|
||
[v0.9.3]: https://github.com/matthiasemde/musikus-android/compare/v0.9.2...v0.9.3 | ||
[v0.9.3]: https://github.com/matthiasemde/musikus-android/compare/v0.9.2...v0.9.3 | ||
[v0.10.0]: https://github.com/matthiasemde/musikus-android/compare/v0.9.3...v0.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
versionName=0.9.3 | ||
versionCode=2413342 | ||
versionName=0.10.0 | ||
versionCode=2428742 | ||
commitHash=debug |