Skip to content

Commit dc5dd0d

Browse files
authored
Update readme (MonitorControl#648)
1 parent 1ec4444 commit dc5dd0d

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

.github/ISSUE_TEMPLATE/monitor-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
options:
1111
- label: Searched for existing issues
1212
required: true
13-
- label: I have read through [the Monitor-Troubleshooting Wiki](https://github.com/MonitorControl/MonitorControl/wiki/Monitor-Troubleshooting)
13+
- label: Read through [the Monitor-Troubleshooting Wiki](https://github.com/MonitorControl/MonitorControl/wiki/Monitor-Troubleshooting)
1414
required: true
1515
- label: Updated MonitorControl to the latest version (if applicable)
1616
required: true

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<img src=".github/Icon-1024.png" width="175" alt="App icon" align="left"/>
22

3-
<h2>MonitorControl - Now with Apple Silicon support!</h2>
3+
<h2>MonitorControl - Now with Apple Silicon support</h2>
44
55
<p>
6-
<b>Control your external display brightness and volume!<br>
7-
Use menulet sliders or the native Apple keyboard keys!<br>
8-
Shows native brightness and volume OSDs as well!</b>
9-
</p>
6+
<b>Control your external display brightness and volume<br>
7+
Use menulet sliders or the native Apple keyboard keys<br>
8+
Behaves like native, with (optional) brightness & volume OSD</b>
9+
</p>
1010

1111
<br/>
1212

@@ -48,15 +48,18 @@ Go to [Releases](https://github.com/MonitorControl/MonitorControl/releases) and
4848

4949
## Compatibility
5050

51-
- macOS Big Sur (`macOS 11`) and newer are supported
52-
- Current version is compatible with macOS Catalina (`10.15`) as well (with some limitations).
51+
| MonitorControl version | macOS version |
52+
| ---------------------- | ----------------- |
53+
| v4.0.0 | Big Sur 10.15* |
54+
| v3.1.1 | Mojave 10.14 |
55+
| v2.1.0 | Sierra 10.12 |
5356

54-
_(Note: you can download [version 2.1.0](https://github.com/MonitorControl/MonitorControl/releases/tag/v2.1.0) for Sierra `10.12` and [version 3.1.1](https://github.com/MonitorControl/MonitorControl/releases/tag/v3.1.1) for Mojave `10.14` support)_
57+
_*With some limitations_
5558

5659
## How to help
5760

5861
Open [issues](https://github.com/MonitorControl/MonitorControl/issues) if you have a question, an enhancement to suggest or a bug you've found. If you want you can fork the code yourself and submit a pull request to improve the app.
59-
62+
6063
## How to build
6164

6265
### Required
@@ -68,7 +71,7 @@ Open [issues](https://github.com/MonitorControl/MonitorControl/issues) if you ha
6871

6972
Clone the project via this Terminal command:
7073

71-
```
74+
```sh
7275
git clone https://github.com/MonitorControl/MonitorControl.git
7376
```
7477

@@ -78,8 +81,6 @@ You're all set ! Now open the `MonitorControl.xcodeproj` with Xcode! The depende
7881

7982
`File > Packages > Resolve Package Versions`
8083

81-
(In earlier XCode versions `Packages` menu is titled `Swift Packages`)
82-
8384
### Third party dependencies
8485

8586
- [MediaKeyTap](https://github.com/MonitorControl/MediaKeyTap)
@@ -88,15 +89,15 @@ You're all set ! Now open the `MonitorControl.xcodeproj` with Xcode! The depende
8889
- [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts)
8990
- [Sparkle](https://github.com/sparkle-project/Sparkle)
9091

91-
## Contributors
92+
## Maintainers
9293

9394
- [@the0neyouseek](https://github.com/the0neyouseek)
9495
- [@JoniVR](https://github.com/JoniVR)
9596
- [@waydabber](https://github.com/waydabber)
9697

9798
## Thanks
9899

99-
- [@bluejamesbond](https://github.com/bluejamesbond/) (original developer)
100+
- [@mathew-kurian](https://github.com/mathew-kurian/) (original developer)
100101
- [@Tyilo](https://github.com/Tyilo/) (fork)
101102
- [@Bensge](https://github.com/Bensge/) - (used some code from his project [NativeDisplayBrightness](https://github.com/Bensge/NativeDisplayBrightness))
102103
- [@nhurden](https://github.com/nhurden/) (for the original MediaKeyTap)

0 commit comments

Comments
 (0)