You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MCModVersionUpdater/CHANGELOG.md
+2-21Lines changed: 2 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,10 @@ All notable changes to this project are documented here.
8
8
<summary><strong>Version 2.x</strong></summary>
9
9
10
10
<detailsopen>
11
-
<summary><strong>Version 2.0</strong></summary>
12
-
13
-
### Added
14
-
- New scan mode: `Attempt to update mod (Fabric only)`.
15
-
- Main panel info bubbles for `Scan mode` and `Target Minecraft version`.
16
-
- Filter-aware `Download All` action for direct matched links.
17
-
- Source count indicator in the panel and settings.
18
-
19
-
### Changed
20
-
- Large UI cleanup across panel and settings.
21
-
- Main panel is draggable and auto closes after successful scans.
22
-
- Scan mode flow simplified into clearer mode names.
23
-
- Main scan upload was condensed to one `Upload ZIP/Folder` button with ZIP and Folder picker.
24
-
- Compare mode upload sections were cleaned up and organized side by side.
25
-
- Theme behavior and settings layout were refined for consistency.
26
-
- Additional Sources section now matches the stacked layout used in other settings sections.
11
+
<summary><strong>Version 2.1</strong></summary>
27
12
28
13
### Fixed
29
-
- Compare mode identity filtering now keeps valid rows instead of over-filtering.
30
-
- Fabric update mode now resolves the minimum available Fabric Loader version correctly for the target game version.
31
-
- Close button size and placement no longer cut into long panel titles.
32
-
- Corrected `1.26` references to `26.1`.
33
-
- Export output remains `.meta4` and respects active filters.
14
+
- Scan failures caused by `Resource::kQuotaBytes quota exceeded` now fail safely, and Settings now points you to `Clear API cache` when that error appears.
Copy file name to clipboardExpand all lines: MCModVersionUpdater/manifest.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"manifest_version": 3,
3
3
"name": "Mod Update Checker",
4
-
"version": "2.0",
4
+
"version": "2.1",
5
5
"description": "Scan CurseForge or Modrinth modpack ZIPs, target a Minecraft version for conversion, compare mod availability, and open saved fallback searches.",
Copy file name to clipboardExpand all lines: MCModVersionUpdater/roadmap.html
+3-24Lines changed: 3 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -18,33 +18,12 @@
18
18
</head>
19
19
<body>
20
20
<h1>Roadmap</h1>
21
-
<divclass="stamp">Last updated: March 26, 2026 (v2.0)</div>
21
+
<divclass="stamp">Last updated: April 04, 2026 (v2.1)</div>
22
22
23
23
<divclass="card">
24
-
<h2>New in v2.0</h2>
25
-
<ulclass="done">
26
-
<li>Major UI cleanup across panel and settings.</li>
27
-
<li>Panel is draggable and auto closes after successful scan results open.</li>
28
-
<li>Main upload flow is now one button with ZIP and Folder picker.</li>
29
-
<li>Scan mode flow was simplified into clear mode names.</li>
30
-
<li>Added Fabric mod update mode for direct JAR metadata update.</li>
31
-
<li>Added info bubbles for scan mode and target version.</li>
32
-
<li>Added source count indicator in panel and settings.</li>
33
-
<li>Added filter-aware Download All alongside `.meta4` export.</li>
34
-
<li>Compare mode upload layout was cleaned up and organized side by side.</li>
35
-
</ul>
36
-
</div>
37
-
38
-
<divclass="card">
39
-
<h2>Fixed in v2.0</h2>
24
+
<h2>Fixed in v2.1</h2>
40
25
<ulclass="fixed">
41
-
<li>Compare mode now keeps valid rows and avoids over-filtering matched identities.</li>
42
-
<li>Compare mode now checks matched target file data before showing a mod as upgradable or downgradable.</li>
43
-
<li>Compare old and new matching now uses project keys and target file stems for better accuracy when local mod versions do not include game version text.</li>
44
-
<li>Fabric update mode now resolves the correct minimum available Fabric Loader version for the selected target game version.</li>
45
-
<li>Fabric update mode now edits only minecraft and fabricloader dependencies.</li>
46
-
<li>Close button sizing and corner placement no longer overlap long panel titles.</li>
47
-
<li>Version label cleanup completed for `26.1` references.</li>
26
+
<li>Scan failures caused by <code>Resource::kQuotaBytes quota exceeded</code> now fail safely, and Settings now tells you to press <code>Clear API cache</code> when that error appears.</li>
0 commit comments