File tree Expand file tree Collapse file tree 9 files changed +27
-17
lines changed
Expand file tree Collapse file tree 9 files changed +27
-17
lines changed Original file line number Diff line number Diff line change 22
33The changelog for ` StatusItemController ` . Also see the [ releases] ( https://github.com/hexedbits/StatusItemController/releases ) on GitHub.
44
5+ 2.0.1
6+ -----
7+
8+ ### Changes
9+
10+ - ` StatusItemController ` is now marked as ` @MainActor ` .
11+
12+
5132.0.0
614-----
715
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'StatusItemController'
3- s . version = '2.0.0 '
3+ s . version = '2.0.1 '
44 s . license = 'MIT'
55
66 s . summary = 'A "view controller" for menu bar Mac apps'
Original file line number Diff line number Diff line change 1717 < a title ="Classes Reference "> </ a >
1818 < header >
1919 < div class ="content-wrapper ">
20- < p > < a href ="index.html "> StatusItemController 2.0.0 Docs</ a > (100% documented)</ p >
20+ < p > < a href ="index.html "> StatusItemController 2.0.1 Docs</ a > (100% documented)</ p >
2121 < p class ="header-right "> < a href ="https://github.com/hexedbits/StatusItemController "> < img src ="img/gh.png " alt ="GitHub "/> View on GitHub</ a > </ p >
2222 < div class ="header-right ">
2323 < form role ="search " action ="search.json ">
@@ -96,7 +96,8 @@ <h1>Classes</h1>
9696 < h4 > Declaration</ h4 >
9797 < div class ="language ">
9898 < p class ="aside-title "> Swift</ p >
99- < pre class ="highlight swift "> < code > < span class ="kd "> open</ span > < span class ="kd "> class</ span > < span class ="kt "> StatusItemController</ span > < span class ="p "> :</ span > < span class ="kt "> NSObject</ span > < span class ="p "> ,</ span > < span class ="kt "> NSMenuDelegate</ span > </ code > </ pre >
99+ < pre class ="highlight swift "> < code > < span class ="kd "> @MainActor</ span >
100+ < span class ="kd "> open</ span > < span class ="kd "> class</ span > < span class ="kt "> StatusItemController</ span > < span class ="p "> :</ span > < span class ="kt "> NSObject</ span > < span class ="p "> ,</ span > < span class ="kt "> NSMenuDelegate</ span > </ code > </ pre >
100101
101102 </ div >
102103 </ div >
@@ -108,7 +109,7 @@ <h4>Declaration</h4>
108109 </ section >
109110 </ section >
110111 < section id ="footer ">
111- < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-01-26 )</ p >
112+ < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-02-14 )</ p >
112113 < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external noopener "> jazzy ♪♫ v0.14.4</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external noopener "> Realm</ a > project.</ p >
113114 </ section >
114115 </ article >
Original file line number Diff line number Diff line change 1717 < a title ="StatusItemController Class Reference "> </ a >
1818 < header >
1919 < div class ="content-wrapper ">
20- < p > < a href ="../index.html "> StatusItemController 2.0.0 Docs</ a > (100% documented)</ p >
20+ < p > < a href ="../index.html "> StatusItemController 2.0.1 Docs</ a > (100% documented)</ p >
2121 < p class ="header-right "> < a href ="https://github.com/hexedbits/StatusItemController "> < img src ="../img/gh.png " alt ="GitHub "/> View on GitHub</ a > </ p >
2222 < div class ="header-right ">
2323 < form role ="search " action ="../search.json ">
@@ -67,7 +67,8 @@ <h1>StatusItemController</h1>
6767 < div class ="declaration ">
6868 < div class ="language ">
6969
70- < pre class ="highlight swift "> < code > < span class ="kd "> open</ span > < span class ="kd "> class</ span > < span class ="kt "> StatusItemController</ span > < span class ="p "> :</ span > < span class ="kt "> NSObject</ span > < span class ="p "> ,</ span > < span class ="kt "> NSMenuDelegate</ span > </ code > </ pre >
70+ < pre class ="highlight swift "> < code > < span class ="kd "> @MainActor</ span >
71+ < span class ="kd "> open</ span > < span class ="kd "> class</ span > < span class ="kt "> StatusItemController</ span > < span class ="p "> :</ span > < span class ="kt "> NSObject</ span > < span class ="p "> ,</ span > < span class ="kt "> NSMenuDelegate</ span > </ code > </ pre >
7172
7273 </ div >
7374 </ div >
@@ -404,7 +405,7 @@ <h4>Declaration</h4>
404405 </ section >
405406 </ section >
406407 < section id ="footer ">
407- < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-01-26 )</ p >
408+ < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-02-14 )</ p >
408409 < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external noopener "> jazzy ♪♫ v0.14.4</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external noopener "> Realm</ a > project.</ p >
409410 </ section >
410411 </ article >
Original file line number Diff line number Diff line change 1717 < a title ="Extensions Reference "> </ a >
1818 < header >
1919 < div class ="content-wrapper ">
20- < p > < a href ="index.html "> StatusItemController 2.0.0 Docs</ a > (100% documented)</ p >
20+ < p > < a href ="index.html "> StatusItemController 2.0.1 Docs</ a > (100% documented)</ p >
2121 < p class ="header-right "> < a href ="https://github.com/hexedbits/StatusItemController "> < img src ="img/gh.png " alt ="GitHub "/> View on GitHub</ a > </ p >
2222 < div class ="header-right ">
2323 < form role ="search " action ="search.json ">
@@ -156,7 +156,7 @@ <h4>Declaration</h4>
156156 </ section >
157157 </ section >
158158 < section id ="footer ">
159- < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-01-26 )</ p >
159+ < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-02-14 )</ p >
160160 < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external noopener "> jazzy ♪♫ v0.14.4</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external noopener "> Realm</ a > project.</ p >
161161 </ section >
162162 </ article >
Original file line number Diff line number Diff line change 1717 < a title ="NSApplication Extension Reference "> </ a >
1818 < header >
1919 < div class ="content-wrapper ">
20- < p > < a href ="../index.html "> StatusItemController 2.0.0 Docs</ a > (100% documented)</ p >
20+ < p > < a href ="../index.html "> StatusItemController 2.0.1 Docs</ a > (100% documented)</ p >
2121 < p class ="header-right "> < a href ="https://github.com/hexedbits/StatusItemController "> < img src ="../img/gh.png " alt ="GitHub "/> View on GitHub</ a > </ p >
2222 < div class ="header-right ">
2323 < form role ="search " action ="../search.json ">
@@ -109,7 +109,7 @@ <h4>Declaration</h4>
109109 </ section >
110110 </ section >
111111 < section id ="footer ">
112- < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-01-26 )</ p >
112+ < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-02-14 )</ p >
113113 < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external noopener "> jazzy ♪♫ v0.14.4</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external noopener "> Realm</ a > project.</ p >
114114 </ section >
115115 </ article >
Original file line number Diff line number Diff line change 1717 < a title ="NSEvent Extension Reference "> </ a >
1818 < header >
1919 < div class ="content-wrapper ">
20- < p > < a href ="../index.html "> StatusItemController 2.0.0 Docs</ a > (100% documented)</ p >
20+ < p > < a href ="../index.html "> StatusItemController 2.0.1 Docs</ a > (100% documented)</ p >
2121 < p class ="header-right "> < a href ="https://github.com/hexedbits/StatusItemController "> < img src ="../img/gh.png " alt ="GitHub "/> View on GitHub</ a > </ p >
2222 < div class ="header-right ">
2323 < form role ="search " action ="../search.json ">
@@ -109,7 +109,7 @@ <h4>Declaration</h4>
109109 </ section >
110110 </ section >
111111 < section id ="footer ">
112- < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-01-26 )</ p >
112+ < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-02-14 )</ p >
113113 < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external noopener "> jazzy ♪♫ v0.14.4</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external noopener "> Realm</ a > project.</ p >
114114 </ section >
115115 </ article >
Original file line number Diff line number Diff line change 1717 < a title ="NSMenuItem Extension Reference "> </ a >
1818 < header >
1919 < div class ="content-wrapper ">
20- < p > < a href ="../index.html "> StatusItemController 2.0.0 Docs</ a > (100% documented)</ p >
20+ < p > < a href ="../index.html "> StatusItemController 2.0.1 Docs</ a > (100% documented)</ p >
2121 < p class ="header-right "> < a href ="https://github.com/hexedbits/StatusItemController "> < img src ="../img/gh.png " alt ="GitHub "/> View on GitHub</ a > </ p >
2222 < div class ="header-right ">
2323 < form role ="search " action ="../search.json ">
@@ -192,7 +192,7 @@ <h4>Parameters</h4>
192192 </ section >
193193 </ section >
194194 < section id ="footer ">
195- < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-01-26 )</ p >
195+ < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-02-14 )</ p >
196196 < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external noopener "> jazzy ♪♫ v0.14.4</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external noopener "> Realm</ a > project.</ p >
197197 </ section >
198198 </ article >
Original file line number Diff line number Diff line change 1616 < a title ="StatusItemController Reference "> </ a >
1717 < header >
1818 < div class ="content-wrapper ">
19- < p > < a href ="index.html "> StatusItemController 2.0.0 Docs</ a > (100% documented)</ p >
19+ < p > < a href ="index.html "> StatusItemController 2.0.1 Docs</ a > (100% documented)</ p >
2020 < p class ="header-right "> < a href ="https://github.com/hexedbits/StatusItemController "> < img src ="img/gh.png " alt ="GitHub "/> View on GitHub</ a > </ p >
2121 < div class ="header-right ">
2222 < form role ="search " action ="search.json ">
@@ -139,7 +139,7 @@ <h2 id='license' class='heading'>License</h2>
139139 </ section >
140140 </ section >
141141 < section id ="footer ">
142- < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-01-26 )</ p >
142+ < p > © 2024 < a class ="link " href ="https://jessesquires.com " target ="_blank " rel ="external noopener "> Jesse Squires</ a > . All rights reserved. (Last updated: 2024-02-14 )</ p >
143143 < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external noopener "> jazzy ♪♫ v0.14.4</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external noopener "> Realm</ a > project.</ p >
144144 </ section >
145145 </ article >
You can’t perform that action at this time.
0 commit comments