v2.9.2
This commit is contained in:
@@ -25,7 +25,8 @@ from typing import Any
|
|||||||
from AppKit import NSApp, NSApplication, NSMenu, NSMenuItem # type: ignore
|
from AppKit import NSApp, NSApplication, NSMenu, NSMenuItem # type: ignore
|
||||||
from Foundation import NSObject # type: ignore
|
from Foundation import NSObject # type: ignore
|
||||||
from gi.repository import Gio # type: ignore
|
from gi.repository import Gio # type: ignore
|
||||||
from showtime import shared
|
|
||||||
|
from cartridges import shared
|
||||||
|
|
||||||
|
|
||||||
class ApplicationDelegate(NSObject): # type: ignore
|
class ApplicationDelegate(NSObject): # type: ignore
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="2.9.1" date="2024-07-11">
|
<release version="2.9.2" date="2024-07-11">
|
||||||
<description translate="no">
|
<description translate="no">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Cartridges now utilizes the menu bar on macOS</li>
|
<li>Cartridges now utilizes the menu bar on macOS</li>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
project(
|
project(
|
||||||
'cartridges',
|
'cartridges',
|
||||||
version: '2.9.1',
|
version: '2.9.2',
|
||||||
meson_version: '>= 0.59.0',
|
meson_version: '>= 0.59.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
|
|||||||
Reference in New Issue
Block a user