Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Releases: sindresorhus/touch-bar-simulator

v4.2.0

26 May 04:58
Compare
Choose a tag to compare
  • Built-in support for customizable global keyboard shortcut to toggle the Touch Bar window (#71)
  • Don't highlight menu bar item when left-clicking (#72)

v4.1.0...v4.2.0

v4.1.0

21 Feb 10:49
Compare
Choose a tag to compare
  • Add "Padding" slider to control distance from edge while docked 883adc7

v4.0.0...v4.1.0

v4.0.0

16 Feb 17:35
Compare
Choose a tag to compare
  • Require macOS 10.15 2ecf880
  • Don't bork Touch Bar on MacBook Pro 16inch bc77393
  • Add "Launch at Login" preference 2aab75f
  • Add check for accessibility permission e89f8eb

Important: There is a problem with using this on Catalina. If you launch Xcode or relaunch Touch Bar Simulator, you will no longer be able to interact (click) with the Touch Bar view until you restart your computer. Which is not ideal. So if you want to use this reliably; don't launch Xcode and don't restart this app.

v3.2.0...v4.0.0

v3.2.0

04 Jul 15:47
Compare
Choose a tag to compare

Enhancements:

  • Add ability to auto-hide/show Touch Bar just like the Dock 4a4a68c

Fixes:

  • Auto-adjust docked position to match available screen space c184ba5

Thanks to @Mortennn and @ThatsJustCheesy for making this release possible 🙌

v3.1.0

12 May 17:43
Compare
Choose a tag to compare
  • Show touch bar window during customization 23f7c1c

3.0.0

06 Mar 09:42
Compare
Choose a tag to compare

You can now toggle Touch Bar Simulator from the menu bar. You can also dock it to the top and bottom of the screen.

Clicking the menu bar icon toggles the Touch Bar window.

Right-clicking or option-clicking the menu bar icon displays a menu with various actions.

Huge thanks to @ThatsJustCheesy for implementing it. 🎉

2.0.0

25 Sep 08:04
Compare
Choose a tag to compare

This a rewrite of the app for Mojave-only. The app should be faster to launch and it will be easier to add additional features in future versions.

Important: When opening the app for the first time, click somewhere inside the Touch Bar, and you'll be prompted to allow the app to access accessibility features. Click "Open System Preferences" and check "Touch Bar Simulator.app" in the list.

Full details

Xcode 10 moved the required private symbols needed to trigger the Touch Bar simulator into the main IDEKit framework, which has a lot of dependencies on its own. I managed to get it working by including all those frameworks, but the app ended up being 700 MB... I then went back to the drawing board. I discovered a way to communicate with the Touch Bar simulator directly.

1.2.0

25 May 16:22
Compare
Choose a tag to compare

You can now toggle the Touch Bar in the system Services menu. You can also set up a keyboard shortcut for this in System PreferencesKeyboardShortcutsServicesToggle Touch Bar.

1.1.0

27 Mar 19:04
Compare
Choose a tag to compare
  • Added a transparency slider. (Thanks to @yycking)
  • Added update notifications.
  • Now released as a DMG instead of ZIP, as it's more user-friendly.

1.0.0

15 Mar 18:28
Compare
Choose a tag to compare

First release