Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2022-07-08 | match settings used by the game | Jesse Plamondon-Willard | |
2022-07-08 | apply editorconfig | Jesse Plamondon-Willard | |
2022-07-08 | Merge pull request #852 from TehPers/TehPers/search-local-deps | Jesse Plamondon-Willard | |
Search assembly directory for dependencies | |||
2022-07-08 | refactor assembly resolver to avoid repeatedly copying search directory list | Jesse Plamondon-Willard | |
2022-07-08 | fix installer partly applying color theme before it's selected | Jesse Plamondon-Willard | |
2022-07-08 | add log parser warning for PyTK compatibility mode | Jesse Plamondon-Willard | |
2022-07-06 | prepare for release | Jesse Plamondon-Willard | |
2022-07-06 | fix build warnings | Jesse Plamondon-Willard | |
2022-07-06 | update code annotations | Jesse Plamondon-Willard | |
2022-07-06 | update compatibility list for broken CFAutomate unofficial update | Jesse Plamondon-Willard | |
2022-07-05 | Merge pull request #854 from ishanjalan/develop | Jesse Plamondon-Willard | |
Current version in mod check | |||
2022-07-05 | remove artifacts, tweak text | Jesse Plamondon-Willard | |
2022-07-05 | fix trace logs not tracking reloaded map tilesheets as asset propagation | Jesse Plamondon-Willard | |
2022-07-05 | improve log parser's 'suggested fixes' styles | Jesse Plamondon-Willard | |
2022-07-05 | detect missing/outdated Error Handler for 'suggested fixes' section | Jesse Plamondon-Willard | |
2022-07-05 | fix PyTK compatibility mode not handling some edge cases | Jesse Plamondon-Willard | |
2022-07-04 | Add app.manifest, fixing DPI awareness | Chase Warrington | |
2022-07-02 | Current version in mod check | Ishan Jalan | |
Added "(You have x.x.x)" to the mod update check. | |||
2022-06-28 | remove obsolete override | Jesse Plamondon-Willard | |
SMAPI no longer raises UsesDynamic warnings. | |||
2022-06-28 | fix deprecation check | Jesse Plamondon-Willard | |
2022-06-28 | Search assembly directory for dependencies | TehPers | |
2022-06-28 | migrate update checks to FluentHttpClient | Jesse Plamondon-Willard | |
WebClient isn't needed for compatibility with macOS after the .NET 5 update in Stardew Valley 1.5.5, and causes noticeable lag for some players even when running on a background thread. | |||
2022-06-28 | update schema for Content Patcher 1.27.0 | Jesse Plamondon-Willard | |
2022-06-26 | split local deploy into its own targets file | Jesse Plamondon-Willard | |
2022-06-24 | avoid cancellation token for tracking exit state | Jesse Plamondon-Willard | |
This apparently causes noticeable lag for a minority of players. | |||
2022-06-24 | fix config.user.json overrides no longer applied | Jesse Plamondon-Willard | |
2022-06-22 | update fluent HTTP client | Jesse Plamondon-Willard | |
2022-06-22 | avoid unneeded overhead of ConcurrentQueue | Jesse Plamondon-Willard | |