Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-29 | adjust JSON formatter instead of adding a new one | Jesse Plamondon-Willard | |
2023-01-29 | require subkey for update manifest checks | Jesse Plamondon-Willard | |
2023-01-29 | encapsulate update manifest implementation details when possible | Jesse Plamondon-Willard | |
2023-01-29 | minor formatting, copyediting, and error-handling | Jesse Plamondon-Willard | |
2022-10-01 | Add UpdateManifest site type. | Jamie Taylor | |
Adds the UpdateManifest site key and associated client. This required some additional features in the existing update machinery. Each "version" can now (optionally) have its own download URL. Mod Page objects can now specify that subkey matching (for that page) should be "strict". A strict subkey match does not fall back to matching with no subkey if a subkey was provided but produced no versions. It also strips the leading '@' from the subkey. IModDownload objects are now responsible for deciding whether a subkey matches or not. The default behavior is unchanged, but this allows different mod sites to have different rules for subkey matching (which the UpdateManifest mod site uses to force exact matches). | |||
2022-10-01 | refactor UpdateKey parsing, move responsibility for subkey matching | Jamie Taylor | |
UpdateKey parsing now allows multiple : and @ inside the update key, splitting on the first occurence of each Subkey matching is moved into IModDownload / GenericModDownload, in preparation for some Mod Sites using something less error-prone than substring matching. | |||
2022-09-28 | fix handling of GitHub prerelease versions marked as non-prerelease | Jesse Plamondon-Willard | |
2022-08-31 | prepare for release | Jesse Plamondon-Willard | |
2022-08-31 | remove compatibility section in the new app manifest | Jesse Plamondon-Willard | |
This apparently leads to NoSuitableGraphicsDeviceException errors when launching SMAPI for some players. | |||
2022-08-29 | prepare for release | Jesse Plamondon-Willard | |
2022-08-29 | deprecate PyTK compatibility mode | Jesse Plamondon-Willard | |
2022-08-29 | update compatibility workaround for the recent PyTK update | Jesse Plamondon-Willard | |
2022-08-24 | distinguish empty/XNB folders from invalid manifest for error-tracking | Jesse Plamondon-Willard | |
2022-08-24 | fix broken mods with no ID listed as duplicate | Jesse Plamondon-Willard | |
2022-08-20 | prepare for release | Jesse Plamondon-Willard | |
2022-08-20 | fix early mod load errors incorrectly suppressed | Jesse Plamondon-Willard | |
2022-08-20 | fix deprecation notices split into two messages unnecessarily | Jesse Plamondon-Willard | |
2022-08-18 | update schema for Content Patcher 1.28.0 | Jesse Plamondon-Willard | |
2022-08-16 | fix log parser error if a mod logged a null character | Jesse Plamondon-Willard | |
2022-08-16 | log error if mod files are detected directly under Mods folder | Jesse Plamondon-Willard | |
2022-08-08 | fix log parsing for invalid content packs (#860) | Jesse Plamondon-Willard | |
2022-08-08 | set error code on exit (#868) | Jesse Plamondon-Willard | |
2022-08-08 | fix error when a mod is both duplicated and missing the DLL | Jesse Plamondon-Willard | |
2022-08-08 | Merge pull request #869 from atravita-mods/patch-1 | Jesse Plamondon-Willard | |
Add error message for invalid PNG | |||
2022-08-08 | Merge pull request #867 from lanturnalis/develop | Jesse Plamondon-Willard | |
Add condition to DebugType to allow for overriding | |||
2022-08-08 | tweak new error text | Jesse Plamondon-Willard | |
2022-08-08 | remove DebugType build property | Jesse Plamondon-Willard | |
The 'portable' format is preferred in newer .NET versions, but it's set by default now so we don't need to override it anymore. | |||
2022-08-05 | Adds an error message for an invaild png | atravita-mods | |
2022-07-28 | undo $@ to $* change per discussion | Jesse Plamondon-Willard | |
2022-07-28 | Merge pull request #865 from ishanjalan/unix-launcher-changes | Jesse Plamondon-Willard | |
Apply suggested fixes from Rider in Unix launcher * [error] Argument mixes string and array. Use * or separate argument. * [warn] Declare and assign separately to avoid masking return values. * [warn] Quote to prevent word splitting. * [hint] echo may not expand escape sequences. Use printf. * [hint] read without -r will mangle backslashes. * [hint] Double quote to prevent globbing and word splitting. | |||
2022-07-28 | Merge pull request #864 from KediDili/develop | Jesse Plamondon-Willard | |
Fix Turkish translation | |||
2022-07-28 | Merge pull request #863 from ↵ | Jesse Plamondon-Willard | |
Pathoschild/dependabot/nuget/src/SMAPI.Web/Azure.Storage.Blobs-12.13.0 Bump Azure.Storage.Blobs from 12.12.0 to 12.13.0 | |||
2022-07-25 | Add condition to DebugType to allow for overriding | lanturnalis | |
2022-07-24 | Jetbrains Rider suggestions | Ishan Jalan | |
I ran the file on Rider and it had a few suggestions <img width="506" alt="image" src="https://user-images.githubusercontent.com/44338423/180635394-cb45defa-47f4-444c-ad10-e0fc89522fe7.png"> | |||
2022-07-24 | unix-launcher.sh optimisations | Ishan Jalan | |
I ran the file through Rider which used Intellisense(?) to suggest changes in addition to moving from .sh to .command | |||
2022-07-22 | Fix for mistranslation in tr.json | KediDili | |
Somebody accidentally translated tr.json to Russian. This PR fixes that. | |||
2022-07-21 | Bump Azure.Storage.Blobs from 12.12.0 to 12.13.0 in /src/SMAPI.Web | dependabot[bot] | |
Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.12.0 to 12.13.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Blobs_12.12.0...Azure.Storage.Blobs_12.13.0) --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-07-20 | Update unix-launcher.sh | Ishan Jalan | |
This will open the default shell. Works for me after testing. | |||
2022-07-17 | update Pintail | Jesse Plamondon-Willard | |
2022-07-17 | update image reference | Jesse Plamondon-Willard | |
2022-07-17 | Moving Sidebar GIF to SVG | Ishan Jalan | |
2022-07-09 | update log parser for new update alert format | Jesse Plamondon-Willard | |
2022-07-09 | Update pufferchick-cool.svg | Ishan Jalan | |
2022-07-09 | raise deprecation levels | Jesse Plamondon-Willard | |
2022-07-08 | bypass browser cache & delete unused images | Jesse Plamondon-Willard | |
2022-07-08 | Update pufferchick-cool.svg | Ishan Jalan | |
2022-07-08 | pufferchick-cool updated [2] | Ishan Jalan | |
2022-07-08 | Updated pufferchick cool | Ishan Jalan | |
2022-07-08 | SVGs for pufferchick and pufferchick-cool | Ishan Jalan | |
SVG > PNG | |||
2022-07-08 | Merge pull request #855 from spacechase0/appmanifest | Jesse Plamondon-Willard | |
Add app.manifest, fixing DPI awareness |