Releases: mkckr0/audio-share
Releases · mkckr0/audio-share
v0.3.2
v0.3.1
Android App
- Change the default host to
192.168.
- Add click media notification to start Activity
- Fix the playlist exists when player stop
- Fix the QS Tile can't stop playback service
- Add stop button to media notification
Server MFC
- Fix DPI problem
v0.3.0
Android App
- Fix crash when "Dynamic Color from Color" is empty #107
- Migrate legacy Android layout UI to Android Compose #89
- The app theme can be applied immediately that needn't restart
- Replace Netty with Ktor to provide more clear code
- Implement Media Session to let it behave like other normal music player #108
- Add auto reconnecting when error happens #69
- Add quick settings tile to control the playback #50
- Add auto start playback when system boot #7
Server MFC
- Add single instance check for server MFC #85
v0.2.2
v0.2.1
v0.2.0
as-cmd
can now specify the encoding, channels and sample rate. But on Windows it has some limitations. For more details, see theAbout Audio Format
in README.- Add "Encoding" option and
Sound Panel
button for server MFC. - Add the default LAN address selection for
as-cmd
.
v0.1.0
v0.0.17
v0.0.17
- If you have downloaded the v0.0.16, you should upgrade to this version right away. The v0.0.16 has no limit of "Loudness Enhancer". If this value that you set too big, it will hurt your ears.
- Add a limit to "Loudness Enhancer". Its max value is
3000mB
. - Change the step of "Audio Volume" seekbar to
0.01
.
v0.0.16
- Add Loudness Enhancer to make the audio louder #34
- Remove "Idle Volume" and "Work Volume". They were implemented by changing system media volume.
- Add "Audio Volume", which is independent from system media volume. Changing it won't change system volume.
v0.0.15
- This version is all about Server MFC.
- Set
192.168.x.x
as default when exists multiple host IP #29. - Add
config.ini
config file. It will save the host, port and other states. - Add a
/hide
option so that the server app can start sliently. - Add a "Auto Run" checkbox. If you check this, the server app will run with
/hide
at OS boot #29.