Commit Graph
57 Commits
Author SHA1 Message Date
Canon befaf8e0d1 Change Refresh Status to also clear repository cache 2026-07-19 01:42:21 +08:00
Canon 3c1bac3201 Minor text change 2026-05-23 19:44:39 +08:00
Canon 632403e110 Add (not recommended) tag warning for repos marked not recommended yet v0.4.1 2026-05-23 19:41:17 +08:00
CanonandGitHub 9d8a6e8be3 Merge pull request #1 from FalloutCollaborationProject/update-scripts
Add updating scripts for convenience
v0.4.0
2026-05-22 18:59:05 +08:00
Canon 1375ff79b6 Change update notice rendering 2026-05-22 18:57:42 +08:00
Canon a0f74eb6c0 Update readme to mention update scripts 2026-05-22 18:19:15 +08:00
Canon 58ddf7ff87 Update Scripts now ask for stable or pre-release 2026-05-22 18:15:55 +08:00
Canon d22250015b Add Update Scripts 2026-05-22 17:58:35 +08:00
Canon bfd2110d74 Refactor Update Rendering code to stay after updating mods 2026-05-22 17:52:43 +08:00
Canon c01df3012e Improve git update error reporting 2026-05-22 15:00:03 +08:00
Canon 1402e192d7 Improve idle timeout v0.3.1 2026-05-21 04:00:51 +08:00
Canon b457ea278b Add esc support to menus v0.3.0 2026-04-10 06:07:51 +08:00
Canon 9e28435848 Add Cancellation Tokens and ProgressTask.Tag 2026-04-10 05:49:46 +08:00
Canon 99ffe7d179 Update to Spectre Console 0.55 2026-04-10 05:39:37 +08:00
Canon 4cac3717c9 Add Dependency Injection for Future Updates v0.2.4-beta 2026-04-08 14:14:33 +08:00
CanonandGitHub d90329a3eb Update README to modify tool description 2026-04-08 13:42:44 +08:00
Canon e6fefb3389 Update README 2026-04-08 13:41:46 +08:00
Canon 761ba4a668 Update Test Packages 2026-03-31 08:44:47 +08:00
Canon d94e807184 Consolidate Quick Start and Interactive Mode sections 2026-03-29 09:43:51 +08:00
Canon deeeb0754d Add install and update navigation instructions to Quick Start 2026-03-29 09:26:01 +08:00
Canon 65893f405b InteractiveMenu.cs small style cleanup v0.2.3 2026-03-29 08:45:25 +08:00
Canon ffb26dbfb9 Add clearer instructions for installation prompt 2026-03-29 08:43:23 +08:00
Canon 4c56c5183c Fix Tests
The issue was two things:

  1. Missing xunit.runner.visualstudio package — xunit v3 needs this
adapter for VSTest (dotnet test) to discover tests
  2. <OutputType>Exe</OutputType> — this is for xunit v3's standalone
runner mode (dotnet run), but it conflicts with dotnet test discovery.
Removed it since you want dotnet test to work.
2026-03-12 15:58:19 +08:00
Canon dc108bdff7 Disable GPG signing in test git commands to prevent prompts 2026-03-12 13:27:21 +08:00
Canon dbb561b892 Squash merge tests into main v0.2.2 2026-03-12 07:22:26 +08:00