Skip to content

Releases: russellallen/self

2024.1

28 Aug 10:42
Compare
Choose a tag to compare

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 run snapshotAction postRead instead of scheduler start on a newly build image (to handle command lines)
  • Improvements to userProfiles 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)