paphonb
31c313d17b
Add open sound/brightness preferences from media keys ( #168 )
2020-05-31 18:06:30 +02:00
JoniVR
afa31400d8
Release 2.0.0 🎉
2020-04-02 15:26:41 +02:00
Joni Van Roost
5ed77ab05f
Fix Issue detecting the output device ( #187 )
2020-04-02 14:39:03 +02:00
Joni Van Roost
16837f20c5
Implement ctrl + brightness for controlling internal display, Respect enabled option for internal display ( #175 )
...
* Refactor display loading logic
* Split `Display` into `InternalDisplay` and `ExternalDisplay`
* Add functions for controlling internal display brightness
* Update MediaKeyTap dependency, Implement ctrl modifier for internal display
* Fix `keyRepeatTimer` issue with multiple displays while holding down a MediaKey
2020-02-23 12:42:57 +01:00
我是洗衣机
c984a8c343
Update Chinese (simplified) translation ( #155 )
2019-12-12 23:24:13 +01:00
Joni Van Roost
31a03250d3
Update README.md
2019-11-13 14:31:26 +01:00
JoniVR
bac71e8dce
Bump version
2019-11-13 14:00:13 +01:00
Fabio Tacke
e402385d7d
Add missing German strings ( #144 )
2019-11-10 18:23:28 +01:00
JoniVR
932e890125
Fix missing italian references ( #146 )
2019-10-24 23:26:03 +02:00
Robert Bressi
13df82d43e
Performance enhancements for media key shortcuts, repeated keys ( #134 )
...
* Add handling for holding down media shortcut keys
* Added handling to not send through DDC commands for values which had already been set
* Moved DDC reads and writes onto the main thread
2019-10-24 12:35:13 +02:00
Robert Bressi
39f76e5058
Fixed contrast slider for brightness change ( #132 )
...
- FIXED: Issue where changing brightness back from 0 wouldn’t restore previous contrast value
- FIXED: Restoring saved contrast value across app restarts
- FIXED: Issue where using the brightness slider wouldn’t adjust contrast
- FIXED: Issue where setting brightness to 0 after it was already 0 wouldn’t restore the previous contrast setting
2019-10-14 01:59:24 +02:00
Roman Suvorov
da91d767cf
🇺🇦 Ukrainian localisation has been updated for the new version of app ( #137 )
2019-10-09 12:52:12 +02:00
Robert Bressi
48f352b7f8
Fixed values for audioMuteScreenBlank being persisted to audioSpeakerVolume ( #130 )
2019-10-01 23:27:52 +02:00
Anton Palgunov
97bcd136bf
🇷🇺 Russian translation ( #126 )
2019-10-01 23:13:39 +02:00
Anton Palgunov
b86dabc039
Changed URL to official
2019-10-01 03:37:25 +02:00
Toxblh
dd838570bb
Added install via brew cask in Readme
2019-10-01 03:37:25 +02:00
Robert Bressi
6beb9d228e
Fix mute on monitors that don’t support it ( #107 )
...
- FIXED: Issue where trying to use the “true” mute command on unsupported monitors would cause the mute/unmute key to do nothing
- FIXED: Issue where “0” chiclets would be shown when the step value was less than the value of one filled chiclet but greater than 0
- CHANGED: OSD-based value system to map small increment chiclet count to available range of DDC values and regular increment count to 16 available filled chiclets
2019-09-30 16:39:50 +02:00
JoniVR
eb6deb1913
Update DDC.swift
...
See #102 - fixed compatibility with some monitors
(thanks to @KNNSpeed for providing a solution)
2019-09-15 01:51:57 +02:00
JoniVR
796574a0de
Fix build number issue ( #109 )
...
Temporarily removed `$(CURRENT_PROJECT_VERSION)` from plists for bumping build number
2019-09-15 01:39:36 +02:00
Joni Van Roost
dd3d026db3
Add Advanced Preferences panel ( #97 )
...
- Removed whitelist which caused some issues for some people #105
- Added `hide OSD` option to `AdvancedPrefsViewController`
- Added `Longer Delay` option to `AdvancedPrefsViewController`
- Added `PollingMode` and `PollingCount` to `AdvancedPrefsViewController` (should help #37 )
- Added option to reset all preferences to `AdvancedPrefsViewController`
See the wiki for more info: https://github.com/the0neyouseek/MonitorControl/wiki/Advanced-Preferences
2019-08-28 12:17:35 +02:00
picov
98d9952d35
🇮🇹 Add Italian Translation ( #115 )
2019-08-27 14:49:25 +02:00
我是洗衣机
856a0a6184
Chinese Simplified Translation ( #104 )
2019-06-09 17:11:58 +02:00
Guillaume Broder
afd82e3a29
🔧 Fix cyclomatic complexity warning
2019-06-05 00:01:55 +02:00
Guillaume Broder
bfc91fd5ec
🎉 Smaller increment
...
- You can now change brightness and volume in smaller increments just like native holding `alt + shift`
2019-06-05 00:01:23 +02:00
Guillaume Broder
9657e4bd6d
🎨 swiftformat + swiftlint
2019-06-04 23:51:46 +02:00
Guillaume Broder
e6ccff4696
🐛 Fix for builtin display
...
- Fixed builtin display check in preferences
2019-06-04 23:50:28 +02:00
Roman Suvorov
8f400c698e
Ukrainian translation ( #103 )
2019-06-03 20:47:21 +02:00
Joni Van Roost
4dddd27d68
🔧 Improved Accessibility Permissions handling ( #77 )
...
- Restart mediakeytap after changing accessibility permissions
2019-05-23 12:34:13 +02:00
scorpiondev
e8a53f2f8a
Changed mute command from '0 speaker volume' to 'true' mute (0x8D) ( #96 )
...
* Changed mute command from '0 speaker volume' to 'true' mute (0x8D)
* swiftformat changes
Swiftformat does this by itself so I figured might as well commit it
2019-05-18 14:59:24 +02:00
Guillaume Broder
75432c04a9
🎉 v1.5.2
2019-05-16 22:24:39 +02:00
Guillaume Broder
c94f5fd7f4
🌐 i18n
...
- Update AMCoreAudio deps
- Fix swiftformat error (Display.swift)
- Fix translations
2019-05-16 22:19:40 +02:00
JT
4c09ef1c5e
Addition of a "friendly" display name for Monitors ( #89 )
...
- Add customizable display name for monitors
2019-05-16 21:42:16 +02:00
Guillaume B
e955d84123
Add sound feedback ( #91 )
...
Close #84
The system sound is played only when "Play feedback when volume is changed" in Sound Preferences is enabled
2019-05-16 21:35:46 +02:00
Markus Reiter
c8ed85f5fd
Update DDC.swift.
2019-05-14 17:32:31 +02:00
Markus Reiter
4f162b196c
Update DDC.swift.
2019-05-11 03:24:37 +02:00
Markus Reiter
c5997ed8b1
Fix hideDisplayOsd.
2019-05-11 03:24:37 +02:00
Markus Reiter
ec683fa043
Fix getting saved values.
2019-05-11 03:24:37 +02:00
Markus Reiter
d803f921c3
Update DDC.swift.
2019-05-10 19:16:31 +02:00
Markus Reiter
26c3c08267
Add more logging and update DDC.swift.
2019-05-10 16:14:09 +02:00
Markus Reiter
6b12e3cb6f
Fix hideDisplayOsd lag.
2019-05-10 10:35:46 +02:00
Markus Reiter
c8608b130c
Update DDC.swift.
2019-05-09 17:02:35 +02:00
Markus Reiter
bd1d43ed61
Update DDC.swift.
2019-05-09 07:41:16 +02:00
Markus Reiter
5d2ee25f0f
Fix build number script.
2019-05-09 06:55:04 +02:00
Markus Reiter
542cae25e9
Update DDC.swift.
2019-05-09 06:55:04 +02:00
Markus Reiter
b33f14e332
Reduce tries to 10.
2019-05-09 05:06:15 +02:00
Markus Reiter
7d5c11be45
Stop using agvtool.
2019-05-08 20:24:04 +02:00
Joni Van Roost
0e88e7241e
📝 Update README.md ( #70 )
...
* Update README.md
2019-05-08 09:09:35 +02:00
Markus Reiter
0c8be1081c
Update DDC.swift dependency.
2019-05-08 03:50:50 +02:00
Markus Reiter
f4b855e0f8
Update DDC.swift dependency.
2019-05-08 02:35:35 +02:00
Markus Reiter
0433cb9414
Add more logging information.
2019-05-08 01:39:00 +02:00