Releases: AnthonyMichaelTDM/mecomp
Releases · AnthonyMichaelTDM/mecomp
v0.1.1
Release for v0.1.1
SHA256 Checksums:
15be160f6c7b4c85d7ff5cb7f601edd9a4e58617b198f98d54e601dd55945fe1 mecomp-cli-Linux-x86_64.tar.gz
acd7e509a5267f58fed29c9a04197768494bebc909e9a232de90745ea238a6ab mecomp-cli-Windows-x86_64.zip
1c21ee8d7965bce015fd36d95c14f74df649be6f47e05718c035a18174d14377 mecomp-cli-macOS-aarch64.tar.gz
bfbaaeaec0fd5f5f72edb479b847c3bd988d87c0bb9870b238fc41de37299cbe mecomp-cli-macOS-x86_64.tar.gz
048d4d8df44c3ccc744dbfd9b51aaf3fdd233dc1b97c5f36c69549895ee5c074 mecomp-daemon-Linux-x86_64.tar.gz
12235a93c0c26b6db02f5cc8c3e1caf965b3c442707979561229dbbdd9456bac mecomp-daemon-Windows-x86_64.zip
ed498b60e72b30293f18e91663ada6818a94cb0c846a4a5764f0129fb30982cf mecomp-daemon-macOS-aarch64.tar.gz
e65bc401dd361c7e6a3d29e0bc475ea4c027ee346a30d2ec0c8bb98f4f5b392c mecomp-daemon-macOS-x86_64.tar.gz
16c66428bf73801819a2cc33e2f55106d7df953a9832a7c5dfc1ffb519962dc8 mecomp-tui-Linux-x86_64.tar.gz
bb55155b35832d510a8cc2983467db6714fc290ba097093e19c6953057f0d3d4 mecomp-tui-Windows-x86_64.zip
f4d3f082ae1b49a820d04a9dbd7d6e51a553a1b6844b258fb6fcdac3865994f7 mecomp-tui-macOS-aarch64.tar.gz
5aaf4a4d2a113764c2fd5a4f411ede07bb74366e0b1002216bfc7f46eacd4f18 mecomp-tui-macOS-x86_64.tar.gz
What's Changed
- chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #142
- chore(deps): bump tonic from 0.12.2 to 0.12.3 in the cargo group by @dependabot in #133
- chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #131
- fix(core): underflow in duration watcher when subtracting durations by @AnthonyMichaelTDM in #146
- feat(tui/SongView): display playlists and collections containing the song by @AnthonyMichaelTDM in #153
- chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #148
- chore(deps): bump actions/download-artifact from 4.1.7 to 4.1.8 by @dependabot in #149
- fix(daemon): properly create data / config directories on first run by @AnthonyMichaelTDM in #155
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Release for v0.1.0
SHA256 Checksums:
b7a90a54edb1abf1af58f77ed491896789d0415987c0f23586ce6ceb587e524d mecomp-cli-Linux-x86_64.tar.gz
0d7f23398d9773aa3e19495453a4d4e93dff8495c05e7a354833eb0f1dcbfd9e mecomp-cli-Windows-x86_64.zip
7ee388243872f749c1d10233abade5f1dbdbb51da72182af796ed04ed8181d21 mecomp-cli-macOS-aarch64.tar.gz
0f26ca2d42280e2dc34f3fa803123b855c1051b3a19cd102d00d9ece8e093bb6 mecomp-cli-macOS-x86_64.tar.gz
aa0a0c5d4761a7536e82e5a674e87f1c55ab73bb1989dd90ea7d81a871eec9fd mecomp-daemon-Linux-x86_64.tar.gz
7d221f83a9677f25f2aaec120fe7bc938e8dfce1da7ca5d211aeb9207019fc5f mecomp-daemon-Windows-x86_64.zip
3f6fd575dc5187cd260fb146ff2f22ff31af570440b009ceb3f414afc1d9221c mecomp-daemon-macOS-aarch64.tar.gz
6ac5ee2fc4a5fecd9a7412580f5b6c5d1b65b750615fd01c67934de48b375468 mecomp-daemon-macOS-x86_64.tar.gz
27f0f6479c0f8a3c9579bbb5bd61f83b849774a5dc6a5ace98225926ba690272 mecomp-tui-Linux-x86_64.tar.gz
f26fc4448a7c463c784ca5e1f92fd10b515caaab703002357a94920c936a2764 mecomp-tui-Windows-x86_64.zip
80bdd433396db7db0ebe7da8a07746d2d04e88cb2dda8373ed482365b8e75e3d mecomp-tui-macOS-aarch64.tar.gz
5270a93f9dd3c9ddf3d50c28569c2d2bc90b4f556bc1d0a715d5846d9a42a0dd mecomp-tui-macOS-x86_64.tar.gz
What's Changed
- Bump surrealdb from 1.1.0 to 1.2.0 by @dependabot in #4
- Bump shlex from 1.2.0 to 1.3.0 by @dependabot in #2
- Bump h2 from 0.3.23 to 0.3.24 by @dependabot in #3
- Bump mio from 0.8.10 to 0.8.11 by @dependabot in #5
- Improve SurrealDB integration by @AnthonyMichaelTDM in #7
- improve ci by @AnthonyMichaelTDM in #13
- chore(deps): bump codecov/codecov-action from 4.0.1 to 4.4.1 by @dependabot in #17
- Daemon improvements by @AnthonyMichaelTDM in #19
- feat(utils): migrate OneOrMany into it's own crate by @AnthonyMichaelTDM in #20
- feat: feature gate storage crate by @AnthonyMichaelTDM in #23
- Implement MECOMP CLI by @AnthonyMichaelTDM in #24
- feat(audio): gapless playback by @AnthonyMichaelTDM in #25
- feat: Search by @AnthonyMichaelTDM in #30
- feat(search): improve song searching by @AnthonyMichaelTDM in #32
- Implement seeking by @AnthonyMichaelTDM in #34
- feat: Audio Analysis and recommendations by @AnthonyMichaelTDM in #37
- feat(Tui): Implement TUI by @AnthonyMichaelTDM in #45
- feat: Add default config file if it doesn't exist by @AnthonyMichaelTDM in #52
- chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #36
- issue 49 by @AnthonyMichaelTDM in #55
- perf(analysis): add analysis functions with callbacks by @AnthonyMichaelTDM in #56
- feat: implement clustering by @AnthonyMichaelTDM in #62
- feat(tui): CheckTree by @AnthonyMichaelTDM in #66
- fix(audio): Use saturating_add and saturating_sub for seek calculations by @AnthonyMichaelTDM in #69
- test(tui): make a test suite for mecomp-tui by @AnthonyMichaelTDM in #70
- chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in #73
- chore(deps): bump the cargo group with 2 updates by @dependabot in #81
- feat(daemon): test client that runs on channels instead of over tcp by @AnthonyMichaelTDM in #112
- feat(core): allow users to specify multiple artist separators. by @AnthonyMichaelTDM in #114
- Surrealdb 2.0 migration by @AnthonyMichaelTDM in #120
- chore(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0 by @dependabot in #108
- Add piped input support for radio, and playlist add subcommands by @AnthonyMichaelTDM in #123
- feat: greatly improve clustering quality and performance by @AnthonyMichaelTDM in #134
- test(cli): improve test coverage by @AnthonyMichaelTDM in #136
- Tui improvements by @AnthonyMichaelTDM in #143
New Contributors
- @dependabot made their first contribution in #4
- @AnthonyMichaelTDM made their first contribution in #7
Full Changelog: https://github.com/AnthonyMichaelTDM/mecomp/commits/v0.1.0