forked from yujitach/MenuMeters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.html
116 lines (116 loc) · 4.21 KB
/
releases.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<html>
<head>
<style type="text/css">
body{
font-family: optima, sans-serif;
font-size:10pt;
}
dt{
padding:1ex 1ex 1ex 1ex;
font-weight:bold;
}
.warning{
font-weight:bold;
color:#aa4444;
}
</style>
</head>
<body>
<dl>
<dt>2.1.4 (Feb/1/2021)</dt>
<dd>
The temperature sensor to be used is now selectable.
</dd>
<dt>2.1.3 (Jan/25/2021)</dt>
<dd>
Shows the CPU temperature on Apple Silicon macs.
</dd>
<dt>2.1.2.2 (Dec/15/2020)</dt>
<dd>
Fixes a bug in 2.1.2 where the CPU temperature in ℉ didn't show the top digit if it was above 100℉.
</dd>
<dt>2.1.2.1 (Dec/12/2020)</dt>
<dd>
Fixes a bug in 2.1.2 which prevented the net meter to load in some cases.
</dd>
<dt>2.1.2 (Dec/12/2020)</dt>
<dd>
Various minor improvements. If you have opened an issue on GitHub, please check if it has been resolved.
</dd>
<dt>2.1.1 (Nov/26/2020)</dt>
<dd>
1. A bug in the net meter on Big Sur was fixed, where it sometimes showed 0 bytes/sec unless the menu was brought up by clicking it.<br>
2. Started preliminary Apple Silicon support. If the app crashes, please open it in Rosetta.
</dd>
<dt>2.1.0 (Nov/23/2020)</dt>
<dd>
The order of various meters are correctly preserved across the launch on Big Sur.
</dd>
<dt>2.0.9 (Nov/14/2020)</dt>
<dd>
You can finally choose colors with transparency.
The auto-updater now sends basic system info such as the macOS version, the CPU type, etc.
</dd>
<dt>2.0.8.3 (Nov/2/2020)</dt>
<dd>
Fixed a serious bug in 2.0.8 where the app does not correctly work when the menubar is in the auto-hide mode.
Unfortunately the autoupdater itself is not working for those affected by this bug.
I am sorry about the mess, and I thank many people who reported the issue.
(2.0.8.2 was a partial update which made things actually worse.)
</dd>
<dt>2.0.8.1 (Oct/30/2020)</dt>
<dd>
1. Fixed a bug in 2.0.8 on the dark mode support for pre-Mojave Macs.<br>
2. Activity monitor panes are now selected correctly with Macs with discrete GPUs.<br>
3. Forgot to say that 2.0.8 includes a new German localization thanks to <a href="https://github.com/schwedenmut">schwedenmut</a>.
</dd>
<dt>2.0.8 (Oct/28/2020)</dt>
<dd>
1. You can now tint the colors toward black/white depending on whether the system is in the light/dark mode, using a slider.<br>
2. Activity Monitor can now be opened from any MenuMeter.<br>
3. Many other bug fixes.<br>
4. Probably with new bugs, due to my ongoing rewrite of the internals toward Big Sur.
</dd>
<dt>2.0.7 (May/21/2020)</dt>
<dd>
CPU display modes are now configured in a saner way. You can now only show the CPU temperature, or even just a static label.
</dd>
<dt>2.0.6.1 (May/3/2020)</dt>
<dd>
This update contains the dark mode fix I intended to include in 2.0.6. (The original 2.0.6 actually made things worse due to my stupid last minute change.)
</dd>
<dt>2.0.6 (May/3/2020)</dt>
<dd>
Due to popular demand, you can now choose the interval to check the update. Also includes a fix for a dark mode bug.
</dd>
<dt>2.0.5 (Apr/26/2020)</dt>
<dd>
What a different world we live in right now. New Finnish localization thanks to <a href="https://github.com/lanurmi">lanurmi</a>, and the fix for a CPU percentage bug thanks to <a href="https://github.com/macmaxbh">macmaxbh</a>.
</dd>
<dt>2.0.4 (Dec/14/2019)</dt>
<dd>
Option to show Fahrenheit instead of Celsius, and other bug fixes
</dd>
<dt>2.0.3 (Dec/7/2019)</dt>
<dd>
Option to show physical cores only, and other bug fixes
</dd>
<dt>2.0.2 (Dec/1/2019)</dt>
<dd>
Minor bug fixes
</dd>
<dt>2.0.1 (Nov/29/2019)</dt>
<dd>
New icon by Emanuel Batalha <ebatalha@icloud.com>
</dd>
<dt>2.0.0 (Oct/29/2019)</dt>
<dd>
the version number is bumped to test the Sparkle updater
</dd>
<dt>1.9.9 (Oct/29/2019)</dt>
<dd>
a preliminary version which runs outside of System Preferences
</dd>
</dl>
</body>
</html>