Skip to content

Commit ec2c9bf

Browse files
authored
Merge pull request #1916 from ebkr/develop
Release 3.2.4 (Develop)
2 parents ccb95d8 + c19a10d commit ec2c9bf

File tree

441 files changed

+10407
-13789
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

441 files changed

+10407
-13789
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-node@v3
2828
with:
2929
# The talk on the street says this might be a good version for building.
30-
node-version: 20.11.0
30+
node-version: 20.19.0
3131
cache: yarn
3232

3333
- name: Install Yarn dependencies

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ jobs:
2727
uses: actions/setup-node@v3
2828
with:
2929
# The talk on the street says this might be a good version for building.
30-
node-version: 20.11.0
30+
node-version: 20.19.0
3131
cache: yarn
3232

3333
- name: Install Yarn dependencies
3434
run: yarn install --frozen-lockfile
3535

36+
- name: Prepare Quasar files
37+
run: npx @quasar/cli prepare
38+
3639
- name: Run tests
3740
run: >
3841
node test/folder-structure-testing/populator.mjs &&
39-
yarn run test:unit:ci
42+
yarn run test

.npmrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# pnpm-related options
2+
shamefully-hoist=true
3+
strict-peer-dependencies=false
4+
# to get the latest compatible packages when creating the project https://github.com/pnpm/pnpm/issues/6463
5+
resolution-mode=highest

.postcssrc.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

.prettierrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.space.kts

Lines changed: 0 additions & 20 deletions
This file was deleted.

.stylintrc

Lines changed: 0 additions & 35 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 3.2.4
2+
#### Games added
3+
- Hollow Knight: Silksong
4+
- Resonite
5+
- House of Legacy
6+
- Beton Brutal
7+
- Pair A Dice
8+
- Maltese's Fluffy Onsen
9+
- Paper Animal Adventure
10+
- PAC-MAN WORLD Re-PAC
11+
- Darkwater
12+
13+
#### Changes
14+
- Preview panel can now be resized
15+
- Download and install progress is now better reflected
16+
- The entire application has upgraded to Vue 3 along with some other internal tooling upgrades
17+
118
### 3.2.3
219
#### Games added
320
- Len's Island

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
> [!WARNING]
2+
> There has been a rise in third-party redistribution sites which are claiming to be official.
3+
>
4+
> There are only two legitimate places to download r2modman which are:
5+
>
6+
> - [Thunderstore](https://thunderstore.io/package/ebkr/r2modman/)
7+
> - [GitHub](https://github.com/ebkr/r2modmanPlus/releases/latest)
8+
19
# r2modman
210

311
[![Discord](https://img.shields.io/discord/727304496522461185?label=r2modman%20Discord&style=for-the-badge)](https://discord.gg/jE2zWHY)

babel.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)