Skip to content

Releases: zhiayang/moestreamer

Release 0.17.12

24 Mar 15:21
0.17.12
cf528c6
Compare
Choose a tag to compare

Fix keyboard shortcuts on macOS Ventura (13).

Probably caused by some kind of SwiftUI bug.

Release 0.17.11

02 Jun 16:49
0.17.11
5537042
Compare
Choose a tag to compare

Actually fix the bug from last time (app appears far away from the menu bar)

Release 0.17.10

29 May 16:12
0.17.10
1fa58d7
Compare
Choose a tag to compare

Fix the app sometimes appearing offset from the menubar (irreversibly till a restart). Might be a strange bug with Monterey, seems like it broke/fucked around with a whole bunch of NSPopover behaviours that worked previously (like keyboard shortcuts...)

Release 0.17.9

22 May 13:52
0.17.9
cfc66a2
Compare
Choose a tag to compare

Fix keyboard shortcuts for 10.15 (ie. earlier than Big Sur), oops.

Release 0.17.8

21 May 14:01
0.17.8
c1883a7
Compare
Choose a tag to compare

Fixes keyboard shortcuts on macOS 12 (Monterey)

Release 0.17.7

07 Mar 14:00
0.17.7
399fcba
Compare
Choose a tag to compare

Hopefully fix the kernel panic issue; the onSleep/onWake callbacks seem to be the culprit.

Release 0.17.6

15 Feb 18:26
0.17.6
e9ff240
Compare
Choose a tag to compare

WARNING: the resume on wake and prevent idle sleep features might be causing kernel panics (sleep transition timed out after 180 seconds) on macos 11.6; I haven't managed to narrow it down yet, but just in case, don't use those. The code for them hasn't changed since they were first introduced, so all prior versions are also (possibly) suspect.

UPDATE: the crash is apparently not affected by the two settings mentioned above; further testing is necessary.


Add SSID whitelist for ikura RPC so that it doesn't try to connect to random (hopefully local! don't expose ikura over the internet please) IPs on the LAN when not at home (for example). (again, something most people will never use...)

Release 0.17.5

12 Feb 19:39
0.17.5
e83580a
Compare
Choose a tag to compare

Reorganise the settings view so that the non-essential (itunes stuff, discord stuff, moe stuff, ikura stuff) are shown one at a time. Otherwise, the popup view would be getting way too tall.

Also add a weird feature to scrobble music to a running instance of ikurabot though I expect nobody else will use this.

Release 0.17.4

06 Feb 17:17
0.17.4
ec44c4e
Compare
Choose a tag to compare

Fix a bug on the Listen.moe backend where muting and unmuting would screw up the volume.

Release 0.17.3

04 Feb 19:31
0.17.3
af038fb
Compare
Choose a tag to compare
  1. Tweak the padding for the log view (for some reason, it increased...)
  2. Slightly improve the robustness of the discord RPC implementation, which now uses a new token without needing to toggle the feature or restart the app.

Universal binary as always, but not tested on arm.