Skip to content

Commit

Permalink
Merge pull request #1521 from ebkr/develop
Browse files Browse the repository at this point in the history
Develop - 3.1.52
  • Loading branch information
ebkr authored Nov 4, 2024
2 parents 1d9162a + e433e33 commit 3238331
Show file tree
Hide file tree
Showing 45 changed files with 3,709 additions and 3,448 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
# The talk on the street says this might be a good version for building.
node-version: 14.20.1
node-version: 19.2.0
cache: yarn

- name: Install Yarn dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v4
with:
# The talk on the street says this might be a good version for building.
node-version: 14.20.1
node-version: 19.2.0
cache: yarn

- name: Install Yarn dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
# The talk on the street says this might be a good version for building.
node-version: 14.20.1
node-version: 19.2.0
cache: yarn

- name: Install Yarn dependencies
Expand Down
11 changes: 8 additions & 3 deletions BUILDING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Setting Up
### Prerequisites
- Node.js (Built on 13.2.0)
- Node.js (>=18.0.0)
- Yarn
- Quasar CLI (Install using `yarn global add @quasar/cli`)
- Python2 (EOL for 4 years. Goodluck!)

#### Linux Build
- rpm builder

### Setting up
1. Navigate to the root directory, and run `yarn install`.
2. To run: `quasar dev -m electron`
3. To build: `yarn build-{platform}`
2. Navigate to the root directory, and run `yarn upgrade`.
3. To run quick dev build: `quasar dev -m electron`
4. To fully build: `yarn build-{platform}`
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 3.1.52
#### Small quality of life changes
- Upgraded from Electron v11 to v24
- Credit to (@JonathanSteininger)
- Mods imported from a profile keep the same order they were exported in
- Fixed sorting by download count
- Reduced time taken to install when a mod has a large number of dependencies

### 3.1.51
#### Memory and performance improvements
The TS team have been working hard to improve the following:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "r2modman",
"version": "3.1.51",
"description": "A simple and easy to use mod manager for several games using Thunderstore.",
"version": "3.1.52",
"description": "A simple and easy to use mod manager for many games using Thunderstore.",
"productName": "r2modman",
"author": "ebkr",
"private": true,
Expand Down Expand Up @@ -89,8 +89,8 @@
"babel-jest": "^27.0.2",
"chai": "^4.2.0",
"devtron": "^1.4.0",
"electron": "^11.1.1",
"electron-builder": "22.10.5",
"electron": "^24.0.0",
"electron-builder": "^24.10.5",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^3.0.0",
"electron-packager": "14.1.1",
Expand All @@ -104,7 +104,7 @@
"minimist": "^1.2.2",
"mocha": "^8.0.1",
"mock-require": "^3.0.3",
"node-sass": "^4.13.1",
"sass": "^1.70.0",
"sass-loader": "^10.2.1",
"sinon": "^11.1.1",
"ts-node": "^8.10.2",
Expand All @@ -124,8 +124,8 @@
"last 5 Opera versions"
],
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"node": ">= 18.0.0",
"npm": ">= 10.0.0",
"yarn": ">= 1.21.1"
}
}
2 changes: 1 addition & 1 deletion src/_managerinf/ManagerInformation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import VersionNumber from '../model/VersionNumber';

export default class ManagerInformation {
public static VERSION: VersionNumber = new VersionNumber('3.1.51');
public static VERSION: VersionNumber = new VersionNumber('3.1.52');
public static IS_PORTABLE: boolean = false;
public static APP_NAME: string = "r2modman";
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/game_selection/Aloft.jpg
Binary file not shown.
Binary file added src/assets/images/game_selection/Aloft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/game_selection/CoreKeeper.jpg
Binary file not shown.
Binary file added src/assets/images/game_selection/CoreKeeper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/game_selection/GreenHellVR.jpg
Binary file not shown.
Binary file added src/assets/images/game_selection/GreenHellVR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/game_selection/Subnautica.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/game_selection/Timberborn.jpg
Binary file not shown.
Binary file added src/assets/images/game_selection/Timberborn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/mixins/ProfilesMixin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import Component from 'vue-class-component';
import sanitize from "sanitize-filename";
const VALID_PROFILE_CODE_REGEX = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;
@Component
export default class ProfilesMixin extends Vue {
Expand Down Expand Up @@ -33,5 +35,9 @@ export default class ProfilesMixin extends Vue {
return sanitize(nameToSanitize);
}
isProfileCodeValid(profileImportCode: string): boolean {
return VALID_PROFILE_CODE_REGEX.test(profileImportCode);
}
}
</script>
Loading

0 comments on commit 3238331

Please sign in to comment.