Skip to content

Releases: Lakr233/ActivateMac

Generic Release 1.2.1

22 Jun 01:32
Compare
Choose a tag to compare

What's Changed

  • Added scaling for high-resolution displays by @9021007 in #20
  • System Preferences -> System Settings (for Ventura and newer) by @DamienB325 in #22

New Contributors

  • @9021007 made their first contribution in #20
  • @DamienB325 made their first contribution in #22

Full Changelog: 1.1.4...1.2.1

Generic Release 1.1.4

14 Jul 10:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.3...1.1.4

Generic Release 1.1.3

12 Jul 11:21
23ff4c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.2...1.1.3

Generic Release 1.1.2

23 May 08:15
Compare
Choose a tag to compare

Generic Release 1.1.2

Package is Developer ID signed, and notarized by Apple.

What's Changed

  • added multi language support by @onion108 in #3
  • the window will now ignore app expose gesture/feature and stay there

We are no longer providing the version with Dock Icon, to have the icon visible, comment the line doing it and compile from the source.

截屏2022-05-23 16 10 14

To stop a silently running Activate.app, considering following commands.

➜  Bootstrap ps -e | grep Activate # show the running app's pid
 4440 ??         0:00.06 /Applications/Activate.app/Contents/MacOS/Activate
➜  Bootstrap kill -9 <pid_here> # eg: 4440, after filling it this would looks like `kill -9 4440`

Generic Release 1.0.1

17 May 14:40
bfe31c1
Compare
Choose a tag to compare

Package is Developer ID signed, and notarized by Apple.

No more Swift Standard Library this time.

截屏2022-05-17 22 38 07

To stop a silently running Activate.app, considering following commands.

➜  Bootstrap ps -e | grep Activate # show the running app's pid
 4440 ??         0:00.06 /Applications/Activate.app/Contents/MacOS/Activate
➜  Bootstrap kill -9 <pid_here> # eg: 4440, after filling it this would looks like `kill -9 4440`

Generic Release 1.0.0

17 May 12:33
Compare
Choose a tag to compare

Package is Developer ID signed, notarized by Apple.

截屏2022-05-17 20 32 56

PS: 12MB? WOW??? What did you do? Yes, we packed swift runtime for backwards capability and we do support macOS 10.10!
Fine, we will rewrite next time using Objective-C