Skip to content

Commit

Permalink
Merge branch 'master' into fixDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
tramhao authored Oct 31, 2024
2 parents c85c400 + d189b23 commit 2ce03ca
Show file tree
Hide file tree
Showing 10 changed files with 446 additions and 196 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [stable, "1.77"]
rust: [stable, "1.79"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
### next
- Unreleased
- Change: move the "no backend selected" compile error to the "-server" package instead of "-playback" (no need to specify a feature when compiling "termusic"(tui) now)
- Change: updated MSRV to 1.79.
- Change: update some dependencies.
- Change: remove unused dependencies from all packages.
- Feat: more immediate event changes (Example: updated via mpris)
- Feat(server): on rusty backend, enable `aiff` codec support.
- Fix: change default config ip address to `::1` instead of `::` (any old values on windows will need to be changed manually)
- Fix: check for other tag types instead of just the primary tag type (for example a wav file with riff metadata instead of id3v2 would not get metadata)

### [V0.9.1]
- Released on: August 21, 2024.
Expand Down
Loading

0 comments on commit 2ce03ca

Please sign in to comment.