forked from yujitach/MenuMeters
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreleases.html
More file actions
150 lines (150 loc) · 5.88 KB
/
Copy pathreleases.html
File metadata and controls
150 lines (150 loc) · 5.88 KB
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<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.3.2 (Jul/24/2026)</dt>
<dd>
Removed the "MenuMeters is hidden due to lack of space" warning.
</dd>
<dt>2.3.1 (Jul/22/2026)</dt>
<dd>
1. Meter colors now follow the system menu-bar text color, matching other menu-bar icons and staying legible on light, dark, and colored menu bars.<br>
2. Fewer false "hidden due to lack of space" warnings — the alert now waits for a sustained hide instead of a momentary one.
</dd>
<dt>2.3.0 (Jul/20/2026)</dt>
<dd>
1. CPU, memory, and network meters now automatically adapt their text and graph colors to a light or dark menu bar.<br>
2. Removed the redundant color preference controls (CPU and network color sections, plus memory's Free/Used colors).
</dd>
<dt>2.2.0 (Feb/5/2026)</dt>
<dd>
1. Add top processes sections to network and memory dropdown menus.<br>
2. Updated network (MB instead of MB/s) and memory labels (GB instead of MB) to save space.<br>
3. Change defaults for CPU, memory, network, and disk meters.<br>
4. Add preference sliders for memory and network top process counts.<br>
5. Clean up dropdown menus.
</dd>
<dt>2.1.6.1 (Nov/13/2021)</dt>
<dd>
Fixes a bug in the memory meter which I introduced while refactoring the old code base.
</dd>
<dt>2.1.6 (Nov/11/2021)</dt>
<dd>
Fixes a couple of minor issues, and incorporates many of improvements by <a href="https://github.com/schriftgestalt">@schriftgestalt</a>.
</dd>
<dt>2.1.5 (Oct/28/2021)</dt>
<dd>
A crashing bug on new Macbook Pros was fixed thanks to <a href="https://github.com/agraf">@agraf</a>.
</dd>
<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>