637 Commits
Author SHA1 Message Date
CaggegiandClaude Sonnet 4.6 94fc98ccef Add arm64 (Apple Silicon) support with universal binary (#476)
- Set ARCHS = "arm64 x86_64" explicitly in project-level Debug and Release configs
- Raise MACOSX_DEPLOYMENT_TARGET from 10.12.2 to 11.0 (minimum macOS for Apple Silicon)
- Pass ARCHS="arm64 x86_64" in build.sh and CI workflows to guarantee universal output
- Update CI action versions (checkout@v3, setup-node@v3, Node 18.x)
- Add lipo verification step in build-test CI to confirm universal binary

Sparkle.framework was already a universal binary (x86_64 + arm64).

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 01:27:37 +03:00
Anton Palgunov c06615cdec Added MTMR Designer Link 2026-03-12 21:29:15 +03:00
AoMe · 青目 dd99e9d73d fix: discord broken logo url (#466) 2024-03-13 19:07:03 +00:00
_lordBucket (Antoniuk Orest) 58beb5a213 Add PLN and UAH signs to CurrencyBarItem.swift (#463)
I just added them, to give more flexibility for some people from eastern Europe. Currently it looks like: "PLN9.53"
2023-12-24 17:23:38 +00:00
Marcus Förster 7da9ca2c68 add visual link for keycode (#462) 2023-12-21 18:27:38 +00:00
ZaheerandAnton Palgunov 88a4ce82db Currency update (#446)
* Added new crypto icons

* Added new crypto icons

* Create swift.yml

* Added new crypto icons

* Delete swift.yml

* Delete publish.yml

* Revert publish.yml

---------

Co-authored-by: Anton Palgunov <Toxblh@users.noreply.github.com>
2023-07-28 20:02:18 +01:00
Vladimir Tolstikov d39b4c0c31 YandexWeatherBarItem: fixes in parsing (#454) 2023-02-28 17:27:06 +00:00
ckfear 5e609c2446 fix incorrect value of audio slider when audio output is switched (#444) 2022-08-15 22:47:24 +01:00
ak0nstandakonst 14301c4dbd update of Sparkle framework for fix apple m1 local builds (#441)
* added speed units for network

* update of Sparkle framework for fix apple m1 local builds

Co-authored-by: akonst <akonst@cqg.com>
2022-06-22 17:37:36 +01:00
ak0nstandakonst a879498e4c added speed units for network (#440)
Co-authored-by: akonst <akonst@cqg.com>
2022-05-11 10:57:17 +01:00
36bf749a46 App id matching (#432)
* Add app id matching for buttons

* Hide MT button from  control strip when touch bar is empty

Co-authored-by: Wiktor Latanowicz <wiktor@latanowicz.com>
Co-authored-by: Anton Palgunov <Toxblh@users.noreply.github.com>
2022-02-16 19:01:09 +00:00
Piss Man ac0e44db4d Modified the way shell script are called (#430)
* Added shell detection

* Replaced deprecated object to supported version

* Updated haptic feedback.swift to support for newer mac

Added support for m1 mac
2022-02-16 19:00:28 +00:00
Dennis WursterandAnton Palgunov 26ad83be70 fixed grammar and clarity of README (#427)
* fixed grammar and clarity of README

* Update README.md

Co-authored-by: Anton Palgunov <Toxblh@users.noreply.github.com>
2022-02-16 18:59:41 +00:00
Vladimir Tolstikov d199bbd852 Add new "cpu" widget (#415) 2021-09-16 16:49:39 +01:00
ash14 352bf4887c Parse title/image from a script's output (#418) 2021-09-16 16:49:09 +01:00
Vladimir Tolstikov 211ca4be32 YandexWeather: update matching array with missing forecast ("Drizzle") (#414) 2021-08-17 15:01:07 +01:00
Sergey RyazanovandSergey Ryazanov d270a7bbcd Fix HapticFeedback; Add MBP 13, M1 2020 (#408)
* Fix HapticFeedback; Add MBP 13, M1 2020

* Fix warnings

Co-authored-by: Sergey Ryazanov <sergey.ryazanov@rightperception.company>
2021-06-23 10:58:18 +01:00
Taymuraz Kaytmazov 44732e8ad6 chore: better grammar (#409) 2021-06-21 12:23:45 +01:00
侑夕 8c57342070 add missing punctuation (#400) 2021-06-21 12:23:36 +01:00
Harsh Anand 3add660d72 fix brew install cmd (#385) 2021-01-26 10:32:41 +00:00
ShanHui eb617ff31b update logo (#375)
* update logo

* fix the unauthorized use of the Apple Logo problem
2020-11-24 11:01:20 +00:00
toxblh 3e82676008 upd build.sh 2020-11-20 02:24:31 +00:00
toxblh a2ad47c7ba build counter 2020-11-20 02:21:05 +00:00
toxblh bbe901a572 version 0.27 v0.27 v0.27.0 2020-11-20 01:42:50 +00:00
toxblh 54eaa3fd9f Change brightness for 3 finger gesture. Close #370, #372 2020-11-19 21:32:35 +00:00
Matteo Piccina 6660bb2d8f Fix brightness keys (#367) 2020-11-19 21:27:30 +00:00
Kaibin Yang 7a1800252c Fix error. (#325)
Colon expected.
2020-08-13 12:32:55 +01:00
Matteo Piccina 588e6ae09b Implement multiple actions (double tap, triple tap) (#349)
* Implement double tap and new actions array in config

* Update native widgets to use new actions parameter

* Refactor new actions parameter moving it to main definition
Renamed old action and longAction to legacy

* Fix tests

* Remove unused code

* Readd test for legacyAction

* Implement triple tap

* Add new actions explanation

* Add support for multiple actions and same trigger
2020-08-03 11:53:39 +01:00
Connor G Meehan 87141e381b Up next calendar widget (#348)
* WIP Implementation of up next widget

* Seperated button view and event source logic

* Adjusted default parameters

* Added the ability to view multiple events

* Added ability to click touchbar item and go to calendar

* renamed nthEvent to maxToShow and changed default

* Updated CFBundleVersion

* Renamed UpNext class and fix ups

* Added "autoResize" property (same functionality as dock)

* Added EKEventStore listener to reduce perfomance impact

* Log cleanup

* Made button blue for current/past events

* Added handling of unauthorised access to calendar
2020-07-27 00:41:05 +01:00
Vladimir Tolstikov 14282b86a9 YandexWeather: fix race condition which randomly leads to displaying wrong data (#345) 2020-07-16 19:11:37 +01:00
Vladimir Tolstikov 810cdeed36 YandexWeather: fix issue with wrong URL which leads to random incorrect location detection and wrong weather display (#344) 2020-07-15 21:04:11 +01:00
Giuseppe Petrosino a65613acaf Allow change of of a group button width (#336) 2020-06-17 22:40:58 +01:00
Anton Palgunov aa69d5f592 Update TECHNICAL_DEBT.md 2020-05-26 17:46:15 +01:00
Anton Palgunov 2f00c9ffb3 Update README.md 2020-05-26 17:45:49 +01:00
Vladimir Tolstikov 1def53878d YandexWeather: update matching array with missing forecast ("Thunderstorm with rain") (#316) 2020-05-21 11:27:50 +01:00
toxblh 3e5fa14494 v0.26.1 v0.26.1 2020-05-17 13:42:02 +01:00
Fedor ZaitsevandFedor Zaitsev 2e2f556daf Fixed lost margin (#313)
* Updated README

Added explanation for missing parameters (background, title and image)

* Implemented changable icons for AppleScriptTouchBarItem

AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme

* Fixed #312

Fixed bug that margin is lost on all elements

Co-authored-by: Fedor Zaitsev <lobster@Fedors-MacBook-Pro.local>
2020-05-17 13:39:21 +01:00
toxblh 1e1ae2af61 Release version 0.26 v0.26 v0.26.0 2020-05-14 00:49:53 +01:00
toxblh bc11728c2e Standard english date for build script 2020-05-14 00:44:10 +01:00
toxblh 445584bb1b Added xcpretty for test and build scripts 2020-05-14 00:42:08 +01:00
toxblh b6721f0274 return normal trigggers in workflows 2020-05-14 00:05:17 +01:00
toxblh 75df82a567 ignore sign error 2020-05-13 23:34:45 +01:00
toxblh a1f64028cc Correct file for release 2020-05-13 23:23:03 +01:00
toxblh 3fc75ca8f0 Updated workflows. For delivery unsign app in gihub 2020-05-13 23:22:31 +01:00
toxblh 6d266394a4 Revert "More Productive Gestures (#289)"
This reverts commit f61550e510.
2020-05-13 23:11:45 +01:00
Fedor ZaytsevandFedor Zaitsev 52758f947d Fix shell crash (#297)
* Updated README

Added explanation for missing parameters (background, title and image)

* Implemented changable icons for AppleScriptTouchBarItem

AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme

* Fixed error related to ShellButton

When you execute Process from swift you cannot relay solely on pipe.fileHandleForReading.readDataToEndOfFile()
Sometimes when I close notebook I get exception saying that you cannot access process.terminationStatus variable while process is running.
Apparently it seems that this call can be finished when OS X put disks into sleep mode(?)

What I did:
1. Added Process.waitUntilExit() call
2. Added timeout (equal to the update interval)

Co-authored-by: Fedor Zaitsev <lobster@Fedors-MacBook-Pro.local>
2020-04-21 13:34:03 +01:00
Simon Rogersandmedden 502f989417 Currency bar update (#293)
* Updated CurrenyBarItem to display second currency (TO FROM>RATE) and also correct number of decimal places.
Added INR to list of currencies.

* Update CurrencyBarItem.swift

* Updated else statements

Co-authored-by: medden <si@medden.co.uk>
2020-04-09 18:49:39 +01:00
Jæy f61550e510 More Productive Gestures (#289)
* Scroll Functionality Works

* updated md

* Update README.md

* Update README.md

* attempted to fix readme

* fixed readme

* fixed readme
2020-04-09 00:24:43 +01:00
Fedor ZaytsevandFedor Zaitsev a0fc0b33c5 Custom gestures support (#288)
* Updated README

Added explanation for missing parameters (background, title and image)

* Implemented changable icons for AppleScriptTouchBarItem

AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme

* Implemented custom swipe actions

Co-authored-by: Fedor Zaitsev <lobster@Fedors-MacBook-Pro.local>
2020-04-01 22:11:35 +01:00
Peter Hrvola 42ce95b72e Add Music app (#279) 2020-03-16 12:06:20 +00:00