Skip to content

Commit

Permalink
Merge branch 'main' into revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezyma committed Dec 4, 2023
2 parents cb34781 + 839765a commit 065613a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion archive/src/openmwplayer/openmwplayer_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class OpenMWPlayerPlugin(SharedPlugin):

def __init__(self):
super().__init__("OpenMWPlayer", "OpenMW Player", mobase.VersionInfo(1, 0, 1, mobase.ReleaseType.BETA))
super().__init__("OpenMWPlayer", "OpenMW Player", mobase.VersionInfo(1, 0, 2, mobase.ReleaseType.BETA))

def init(self, organiser=mobase.IOrganizer):
self.openMWPlayer = OpenMWPlayer(organiser)
Expand Down
9 changes: 5 additions & 4 deletions directory/plugins/openmwplayer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"DataPath": [ "data/openmwplayer" ]
},
{
"Version": "1.0.0b",
"Released": "2023-10-21",
"Version": "1.0.2b",
"Released": "2023-12-04",
"MinSupport": "2.4.0",
"MaxSupport": "2.5.0",
"MinWorking": "2.4.0",
Expand All @@ -66,9 +66,10 @@
"(1.0.0) Each profile has their own openmw.cfg and settings.cfg which can be edited directly from the profile folder.",
"(1.0.0) Changes made while running OpenMW.exe or OpenMW-launcher.exe are now copied back to the profile in Mod Organizer without an import.",
"(1.0.1) OpenMW Player will no longer constantly prompt the user to select an OpenMW.cfg if they don't have one in the default location.",
"(1.0.1) If no default openmw.cfg is found in the default location, OpenMW Player will simply do nothing until the menu is opened to select a config."
"(1.0.1) If no default openmw.cfg is found in the default location, OpenMW Player will simply do nothing until the menu is opened to select a config.",
"(1.0.2) Fixed an issue with Qt6 and searching for the documents path."
],
"DownloadUrl": "https://github.com/Kezyma/ModOrganizer-Plugins/releases/download/openmwplayer/openmwplayer.1.0.1.zip",
"DownloadUrl": "https://github.com/Kezyma/ModOrganizer-Plugins/releases/download/openmwplayer/openmwplayer.1.0.2.zip",
"PluginPath": [ "openmwplayer" ],
"LocalePath": [],
"DataPath": [ "data/openmwplayer" ]
Expand Down

0 comments on commit 065613a

Please sign in to comment.