Skip to content

Commit bbded09

Browse files
committed
[2.0.1] release prep
1 parent 6fcb9e3 commit bbded09

File tree

9 files changed

+27
-17
lines changed

9 files changed

+27
-17
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
The 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+
513
2.0.0
614
-----
715

StatusItemController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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'

docs/Classes.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>&copy; 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>&copy; 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>

docs/Classes/StatusItemController.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>&copy; 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>&copy; 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>

docs/Extensions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>&copy; 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>&copy; 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>

docs/Extensions/NSApplication.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>&copy; 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>&copy; 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>

docs/Extensions/NSEvent.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>&copy; 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>&copy; 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>

docs/Extensions/NSMenuItem.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>&copy; 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>&copy; 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>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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>&copy; 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>&copy; 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>

0 commit comments

Comments
 (0)