Skip to content

Commit

Permalink
2.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
yujitach committed May 2, 2020
1 parent 0d181d6 commit ec66b44
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
8 changes: 4 additions & 4 deletions MenuMeters.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
332B0F8F1E0381780020CCBB /* MenuMeterDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = D432074903D3DCBA00A87BC9 /* MenuMeterDefaults.m */; };
3345DD2C1B6BE7DB003843FC /* MenuMetersApp.app in Resources */ = {isa = PBXBuildFile; fileRef = 3383C1701B69B72500915D5D /* MenuMetersApp.app */; };
3345DD2F1B6BEFDE003843FC /* MenuMetersMenuExtraBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 3345DD2E1B6BEFDE003843FC /* MenuMetersMenuExtraBase.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
33679E52239767B40021408D /* v2.0.5alert.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 33679E51239767B30021408D /* v2.0.5alert.rtf */; };
33679E52239767B40021408D /* v2.0.6alert.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 33679E51239767B30021408D /* v2.0.6alert.rtf */; };
33679E5523976B560021408D /* SystemUIPlugin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D40DB50E03D2631100A87BC9 /* SystemUIPlugin.framework */; };
3383C1741B69B72600915D5D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3383C1731B69B72600915D5D /* AppDelegate.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
3383C1771B69B72600915D5D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3383C1761B69B72600915D5D /* main.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
Expand Down Expand Up @@ -181,7 +181,7 @@
330D68B72105AB950041B689 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/DiskImageSet.strings"; sourceTree = "<group>"; };
3345DD2D1B6BEFDE003843FC /* MenuMetersMenuExtraBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MenuMetersMenuExtraBase.h; sourceTree = "<group>"; };
3345DD2E1B6BEFDE003843FC /* MenuMetersMenuExtraBase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MenuMetersMenuExtraBase.m; sourceTree = "<group>"; };
33679E51239767B30021408D /* v2.0.5alert.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = v2.0.5alert.rtf; sourceTree = "<group>"; };
33679E51239767B30021408D /* v2.0.6alert.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = v2.0.6alert.rtf; sourceTree = "<group>"; };
336B59401E03BA68006DA445 /* MenuMeters.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MenuMeters.pch; sourceTree = "<group>"; };
3383C1701B69B72500915D5D /* MenuMetersApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MenuMetersApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
3383C1721B69B72500915D5D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -623,7 +623,7 @@
D4E4BFB904F333D000A87BC9 /* Resources */ = {
isa = PBXGroup;
children = (
33679E51239767B30021408D /* v2.0.5alert.rtf */,
33679E51239767B30021408D /* v2.0.6alert.rtf */,
D4ECB3B705FE730000954E26 /* Info.plist */,
3384540A2105C3AA00D4DA92 /* MenuMetersPref.xib */,
D4E4BF9C04F333B100A87BC9 /* InfoPlist.strings */,
Expand Down Expand Up @@ -808,7 +808,7 @@
33883D1623655C9900B8AC14 /* Color ArrowsReadWrite.tiff in Resources */,
33883D1723655C9900B8AC14 /* Dark ArrowsIdle.tiff in Resources */,
33883D1823655C9900B8AC14 /* Dark ArrowsRead.tiff in Resources */,
33679E52239767B40021408D /* v2.0.5alert.rtf in Resources */,
33679E52239767B40021408D /* v2.0.6alert.rtf in Resources */,
33883D1923655C9900B8AC14 /* Dark ArrowsReadWrite.tiff in Resources */,
330611032367EA4C0016E763 /* MenuMetersMainMenu.xib in Resources */,
33883D1A23655C9900B8AC14 /* Dark ArrowsWrite.tiff in Resources */,
Expand Down
2 changes: 1 addition & 1 deletion MenuMetersApp/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ -(void)killOlderInstances{
}
}
}
#define WELCOME @"v2.0.5alert"
#define WELCOME @"v2.0.6alert"
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
// Insert code here to initialize your application
cpuExtra=[[MenuMeterCPUExtra alloc] initWithBundle:[NSBundle mainBundle]];
Expand Down
2 changes: 1 addition & 1 deletion PrefPane/InfoPlistPreprocessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef InfoPlistPreprocessor_h
#define InfoPlistPreprocessor_h

#define MM_VERSION 2.0.5
#define MM_VERSION 2.0.6
#define MM_COPYRIGHT MenuMeters v. MM_VERSION, by many contributors

#endif /* InfoPlistPreprocessor_h */
20 changes: 13 additions & 7 deletions PrefPane/v2.0.5alert.rtf → PrefPane/v2.0.6alert.rtf
Original file line number Diff line number Diff line change
@@ -1,37 +1,43 @@
{\rtf1\ansi\ansicpg1252\cocoartf2512
{\rtf1\ansi\ansicpg932\cocoartf2512
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Optima-Regular;\f1\fswiss\fcharset0 Optima-Bold;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}
{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2}
{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid3}
{\list\listtemplateid4\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid301\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid4}}
{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}}
{\list\listtemplateid4\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid301\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid4}
{\list\listtemplateid5\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid401\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid5}}
{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}{\listoverride\listid5\listoverridecount0\ls5}}
\margl1440\margr1440\vieww10900\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

\f0\fs28 \cf0 Welcome to MenuMeters.\
\
New in v2.0.6:\
\pard\tx220\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\li720\fi-720\pardirnatural\partightenfactor0
\ls1\ilvl0\cf0 {\listtext \uc0\u8226 }Due to popular demand, you can now choose the interval to check the update. Also includes a fix for a dark mode bug.\
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\cf0 \
New in v2.0.5:\
\pard\tx220\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\li720\fi-720\pardirnatural\partightenfactor0
\ls1\ilvl0\cf0 {\listtext \uc0\u8226 }Fix for a CPU percentage bug, and a new Finnish localization.\
\ls2\ilvl0\cf0 {\listtext \uc0\u8226 }Fix for a CPU percentage bug, and a new Finnish localization.\
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\cf0 \
New in v2.0.4:\
\pard\tx220\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\li720\fi-720\pardirnatural\partightenfactor0
\ls2\ilvl0\cf0 {\listtext \uc0\u8226 }CPU temperature can now be shown in Fahrenheit, and not just in Celsius.\
\ls3\ilvl0\cf0 {\listtext \uc0\u8226 }CPU temperature can now be shown in Fahrenheit, and not just in Celsius.\
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\cf0 \
New in v2.0.3:\
\pard\tx220\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\li720\fi-720\pardirnatural\partightenfactor0
\ls3\ilvl0\cf0 {\listtext \uc0\u8226 }Due to popular demand,
\ls4\ilvl0\cf0 {\listtext \uc0\u8226 }Due to popular demand,
\f1\b there is a new option to show physical cores only
\f0\b0 . In fact, basically the same functionality was there for a long time, under a different name, in a place difficult to find. Please go to the CPU meter pref pane to turn it on.\
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\cf0 \
New in v2.0.1:\
\pard\tx220\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\li720\fi-720\pardirnatural\partightenfactor0
\ls4\ilvl0\cf0 {\listtext \uc0\u8226 }
\ls5\ilvl0\cf0 {\listtext \uc0\u8226 }
\f1\b New high-resolution icon
\f0\b0 was provided by Emanuel Batalha <[email protected]>.\
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
Expand Down
4 changes: 4 additions & 0 deletions releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
</head>
<body>
<dl>
<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>.
Expand Down

0 comments on commit ec66b44

Please sign in to comment.