Skip to content

Commit

Permalink
v0.8.90
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekita committed Jan 29, 2025
1 parent fb15279 commit 4bfcd29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

### TODO:
- FIX: rename palhub.config files to modhub.config
- Add proper support for movie type mods.
- the ability to add more than 1 version of a specific mod <3
- add optional symlink/direct copy options for deploying mods.
- variable install location when installing downloaded mod.
- ensure 'zCustomGameConfigs' is used for relevant games.
Expand All @@ -8,6 +11,11 @@
- make free user experience even more streamlined.
- determine if any pak files edit the same asset?
- properly setup github actions
- sort options for mods

### v0.8.90
- Bugfix for certain files that should be placed into ~mods being placed into LogicMods.
- Fixed issue of mod not opening correct page when clicking file link. (from modlist)

### v0.8.87
- Added redirect to settings for 'play' page when app not setup.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.8.87",
"version": "0.8.90",
"name": "dekita-ue-mod-hub",
"productName": "UE Mod Hub",
"description": "UE Mod Hub written by DekitaRPG",
Expand Down Expand Up @@ -80,7 +80,7 @@
"bbcode-to-react/react": "18.3.1"
},
"release": {
"date": "1/28/2025",
"time": "12:04:19 AM"
"date": "1/29/2025",
"time": "2:54:51 AM"
}
}

0 comments on commit 4bfcd29

Please # to comment.