Skip to content

Commit

Permalink
Updated README and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr committed Aug 22, 2020
1 parent 4bdbe0b commit 6b4b4af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,16 @@ From small features such as always-expanded cards, all the way to larger feature
The only thing you have to consider when suggesting a feature is the impact it will have on users who don't have a lot of experience with computers.

## Changelog
### 3.0.25
- Installed mod list now has sort filters.
- Thunderstore mod list can be updated via settings. No more having to restart!
- Deprecated mod labels are now shown on the installed tab.
- Configs can be sorted by last updated.
- Exports with disabled mods are now properly disabled on import.
- Other minor bug fixes.

### 3.0.24
- Fixed profile importing from 3.0.23 change
- Fixed profile importing from 3.0.23 change.

### 3.0.23
- Updating a mod now shows the version you currently have installed.
Expand All @@ -65,17 +73,6 @@ The only thing you have to consider when suggesting a feature is the impact it w
- Re-added enable/disable all settings.
- Changed code export host.

### 3.0.22
- Fixed a bug where download progress would appear to freeze at 100%.

### 3.0.21
- Settings screen overhaul.
- NSIS fix for most, if not all, installation aborted errors (thanks to iDeathHD).
- Local mod installs using ManifestV2.
- LogOutput.log can now be copied to clipboard.
- (Debug) Downloads can now skip reading from the cache.
- General fixes.

## Screenshots

Installed mod view
Expand All @@ -92,7 +89,7 @@ Dark theme

Config editor

![](https://i.imgur.com/mkO4Q4H.png)
![](https://i.imgur.com/U9av2H7.png)

Profiles

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2modman",
"version": "3.0.24",
"version": "3.0.25",
"description": "r2modman",
"productName": "r2modman",
"cordovaId": "org.cordova.quasar.app",
Expand Down
2 changes: 1 addition & 1 deletion src/_managerinf/ManagerInformation.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import VersionNumber from 'src/model/VersionNumber';

export default class ManagerInformation {
public static VERSION: VersionNumber = new VersionNumber('3.0.24');
public static VERSION: VersionNumber = new VersionNumber('3.0.25');
public static IS_PORTABLE: boolean = false;
}

0 comments on commit 6b4b4af

Please sign in to comment.