Releases: russellallen/self
Releases · russellallen/self
2024.1
Deprecated:
- MacOS port and Self Control.app (32 bit no longer works on MacOS since Catalina in 2019)
- travis-ci.org for CI
VM:
- Thanks to nbuwe, we now build on NetBSD and FreeBSD (x86)
- Fewer unecessary warnings on build (4912a2f)
Objects:
- Made Morphic more responsive at cost of some CPU usage
- More usable
sliderMorph
- New
copyTransparent
method on morphs allowing simplification of intialisation code - New preference to swap mouse buttons on Linux
- A new
StationMorph
to help navigate around the Kansas desktop - New facilty to scroll around Kansas, and to assist on platforms with only one mouse button (or pen)
- New flag:
--runAutomaticTest
to run a suite of tests when building image (then_Quit
) - New Flag:
--snapshotActionPostRead
to runsnapshotAction postRead
instead ofscheduler start
on a newly build image (to handle command lines) - Improvements to
userProfile
s and main menu options to allow and remove user access to desktop
Fixes:
- Fix to bug in damage logging
- Fix to bug preventing shadow being shown when morphs grabbed by hand
- Fix capitalizeAll (Issue #124)
- Fix to display opening issue on X11 (doesn't try to second guess $DISPLAY)