Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Releases: 17hoehbr/apple-music-electron

1.3.0

17 May 20:30
a10cd94
Compare
Choose a tag to compare
  • Added proxy support under the settings menu
  • Updated electron-builder to work with newer versions of Node. This may break compatibility for older versions of Node. This will only impact users who want to build from source in which case you can simply update to the latest LTS release.

1.2.3

23 Nov 07:46
95c81ae
Compare
Choose a tag to compare

Improved startup performance
Added manual dark mode toggle. Press Alt to access settings menu.
Defaults to beta.music.apple.com instead of music.apple.com. This seems to perform much smoother, but can be disabled in settings.

1.2.2

19 Nov 20:06
Compare
Choose a tag to compare

Bug fixes:
Toolbar should now only appear when you press Alt
Added a minimum window size to prevent weird behavior when resizing
Startup background should now match desktop theme

Use the AUR package or AppImage for automatic updates on Linux

1.2.1

18 Nov 02:20
Compare
Choose a tag to compare

Fixed a bug that was preventing electron from loading dark mode on Linux
Removed "Open in iTunes" button
Scroll bar no longer appears in top menu

Known issue:
Menu bar is supposed to be hidden but I think I accidentally re-enabled it while testing. Press Alt to hide it for now, will re-remove in the next release.

1.2.0

07 Nov 02:02
Compare
Choose a tag to compare

Fixed icon bug
New Apple-esque scroll-bar
Rewrote file structure to better support the AUR package (coming soon!)

1.1.3

06 Nov 03:38
Compare
Choose a tag to compare

New icon to avoid legal trouble

1.1.2

05 Nov 07:49
Compare
Choose a tag to compare

Improved security by enabling sandbox mode

v1.1.1

05 Nov 03:10
Compare
Choose a tag to compare

Reintroduced Windows support
Can now remember window size between relaunches
Auto updates for Windows and AppImage
Renamed repository

v1.1.0

03 Nov 09:05
Compare
Choose a tag to compare

Updated electron dependencies
Added a custom scroll bar that should look more apple-like and fit in with dark modes
Fixed bug that prevented app from closing while playing music
Cleaned up code a bit

If there's any specific package you would like that is not included you can generate it yourself by editing the package.json file and following the build from source instructions. I'm hoping to add this to the AUR and eventually make a PPA as soon as I figure out how.

Also removed Windows version because I do not have a Windows install to compile it on atm. Will probably bring it back as soon as I figure out how to compile it from Arch or get a VM setup.

v1.0.0

20 Jun 22:14
d1b0e76
Compare
Choose a tag to compare

Added minHeight and minWidth to prevent window from completely disappearing, may readjust size later
Removed toolbar since it was pretty much useless anyway. Should still be able to access options through keyboard commands
Fixed the shuffle bug
Updated dependencies
Cleaned up code
Compiled a Windows version

Attached are precompiled packages for Linux and Windows. Package formats for Linux include snap, appimage, deb, and rpm. Additional formats can be compiled by modifying the package.json file, and if there's enough request for a specific format I'll precompile it next time. The Windows release is one NSIS installer.