Releases: team-unstablers/ulalaca
0.2.3-pre1
Version 0.2.3-pre1
- This distribution does not include any prebuilt xrdp binaries (and ulalaca-xrdp); you may need to build/install xrdp manually. (see INSTALLATION GUIDE)
NOTE
-
The 'Screen Recording' and 'Accessibility' permissions must be granted to /Applications/sessionprojector.app.
-
After Ulalaca is installed, notifications will not displayed unless the 'Allow notifications when mirroring or sharing the display' option is enabled in System Preferences.
- you can initiate (experimental) concurrent session by selecting user switcher -> 'Login Window...'
UNINSTALL
Since uninstaller is not provided at this time, the following paths must be removed manually.
- remove
/Applications/sessionprojector.app
- remove
/opt/ulalaca-sessionbroker
- remove
/Library/LaunchAgents/pl.unstabler.ulalaca.sessionprojector.launcher.plist
- remove
/Library/LaunchDaemons/pl.unstabler.ulalaca.sessionbroker.plist
CHANGELOG
-
fix(SCScreenRecorder): set QoS class to .userInteractive
- lags will be reduced when using SCScreenRecorder
-
hotfix(SCScreenRecorder): add version guards
- fixes screen capture stops working with macOS 14 Sonoma
Full Changelog: 0.2.2...0.2.3-pre1
0.2.2
Version 0.2.2
- This distribution does not include any prebuilt xrdp binaries (and ulalaca-xrdp); you may need to build/install xrdp manually. (see INSTALLATION GUIDE)
NOTE
-
This version of Ulalaca is not compatible with older versions (~2023-06-08) of XrdpUlalaca.
If you have installed xrdp/XrdpUlalaca using xrdp-brew-formulas, please uninstall and reinstall them. -
The 'Screen Recording' and 'Accessibility' permissions must be granted to /Applications/sessionprojector.app.
-
After Ulalaca is installed, notifications will not displayed unless the 'Allow notifications when mirroring or sharing the display' option is enabled in System Preferences.
- you can initiate (experimental) concurrent session by selecting user switcher -> 'Login Window...'
UNINSTALL
Since uninstaller is not provided at this time, the following paths must be removed manually.
- remove
/Applications/sessionprojector.app
- remove
/opt/ulalaca-sessionbroker
- remove
/Library/LaunchAgents/pl.unstabler.ulalaca.sessionprojector.launcher.plist
- remove
/Library/LaunchDaemons/pl.unstabler.ulalaca.sessionbroker.plist
CHANGELOG
(machine translated; sorry but I'm tired now...)
[Improved stability of sessionprojector.app]
- Fixed a bug in the scale factor / screen size calculation.
- Fixed an issue where the screen would freeze on HiDPI (Retina) displays.
- Fixed a problem with mouse cursor coordinate calculation on HiDPI (Retina) displays.
- Problem solved where sessionprojector.app would freeze on a blue screen or otherwise become unstable when launched while the host screen is locked.
- Fixed a problem with Japanese input being broken when pressing the directional key from a remote client.
- Fixed an issue where mouse movement in Xcode was recognized as a drag event.
- Fixed an issue where icons were displayed black when in dark mode.
[Other]
- sessionbroker now accepts `--version`, `--help`, and other options.
- If you pass `--version` to display version information, it shows some kind of advertisement. (https://github.com/team-unstablers/ulalaca/blob/0.2.2/sessionbroker/sessionbroker/main.swift#L118-L123)
- fix(sessionprojector): fix broken scale factor / screen size calculation by @unstabler in #19
- fix(sessionprojector): check screen lock status on startup by @unstabler in #17
- refactor(sessionbroker): cleanup code, rewrite main() by @unstabler in #18
Full Changelog: 0.2.0-alpha1...0.2.2
0.2.0-alpha1
ALPHA RELEASE
- This distribution does not include any prebuilt xrdp binaries (and ulalaca-xrdp); you may need to build/install xrdp manually. (see INSTALLATION GUIDE)
NOTE
-
This version of Ulalaca is not compatible with older versions (~2023-06-08) of XrdpUlalaca.
If you have installed xrdp/XrdpUlalaca using xrdp-brew-formulas, please uninstall and reinstall them. -
The 'Screen Recording' and 'Accessibility' permissions must be granted to /Applications/sessionprojector.app.
-
After Ulalaca is installed, notifications will not displayed unless the 'Allow notifications when mirroring or sharing the display' option is enabled in System Preferences.
- you can initiate (experimental) concurrent session by selecting user switcher -> 'Login Window...'
UNINSTALL
Since uninstaller is not provided at this time, the following paths must be removed manually.
- remove '/Applications/sessionprojector.app'
- remove '/opt/ulalaca-sessionbroker'
- remove '/Library/LaunchAgents/pl.unstabler.ulalaca.sessionprojector.launcher.plist'
- remove '/Library/LaunchDaemons/pl.unstabler.ulalaca.sessionbroker.plist'
CHANGELOG
- hotfix: fix possibility of pointer corruption when compiled with optimization option by @unstabler in #14
- feature: add definition / implementation for PROJECTION_HELLO message by @unstabler in #15
Full Changelog: 0.0.0-test...0.2.0-alpha1
0.0.0-test
TEST RELEASE
- This release does not include any prebuilt xrdp binaries (and ulalaca-xrdp); you may need to build/install xrdp manually.
- due to Issue #6, this release was built with no optimization flags (
-O0
/-Onone
) (HELP!)
NOTE
-
The 'Screen Recording' and 'Accessibility' permissions must be granted to /Applications/sessionprojector.app.
-
you can initiate (experimental) concurrent session by selecting user switcher -> 'Login Window...'
UNINSTALL
Since uninstaller is not provided at this time, the following paths must be removed manually.
- remove '/Applications/sessionprojector.app'
- remove '/opt/ulalaca-sessionbroker'
- remove '/Library/LaunchAgents/pl.unstabler.ulalaca.sessionprojector.launcher.plist'
- remove '/Library/LaunchDaemons/pl.unstabler.ulalaca.sessionbroker.plist'
What's Changed
- feature(sessionbroker): add sessionbroker implementation by @unstabler in #1
- feature: reimplement sessionbroker by @unstabler in #4
- feature(sessionprojector): add experimental support for resizing, display configuration change by @unstabler in #8
- feature(sessionprojector): add ui for preferences screen by @unstabler in #10
- Fixed build instructions by @jankais3r in #11
New Contributors
- @unstabler made their first contribution in #1
- @jankais3r made their first contribution in #11
Full Changelog: https://github.com/team-unstablers/ulalaca/commits/0.0.0-test