summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-24Jetbrains Rider suggestionsIshan 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-24unix-launcher.sh optimisationsIshan Jalan
I ran the file through Rider which used Intellisense(?) to suggest changes in addition to moving from .sh to .command
2022-07-22Fix for mistranslation in tr.jsonKediDili
Somebody accidentally translated tr.json to Russian. This PR fixes that.
2022-07-21Bump Azure.Storage.Blobs from 12.12.0 to 12.13.0 in /src/SMAPI.Webdependabot[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-20Update unix-launcher.shIshan Jalan
This will open the default shell. Works for me after testing.
2022-07-17update PintailJesse Plamondon-Willard
2022-07-17update release notesJesse Plamondon-Willard
2022-07-17Merge pull request #859 from ishanjalan/svg-sidebarJesse Plamondon-Willard
Replace web sidebar GIF with SVG
2022-07-17update image referenceJesse Plamondon-Willard
2022-07-17Moving Sidebar GIF to SVGIshan Jalan
2022-07-09update log parser for new update alert formatJesse Plamondon-Willard
2022-07-09Merge pull request #858 from ishanjalan/developJesse Plamondon-Willard
Fix pufferchick SVG icons having different sizes
2022-07-09Update pufferchick-cool.svgIshan Jalan
2022-07-09raise deprecation levelsJesse Plamondon-Willard
2022-07-08update release notesJesse Plamondon-Willard
2022-07-08Merge pull request #857 from ishanjalan/developJesse Plamondon-Willard
Change pufferchick web icons to SVG
2022-07-08bypass browser cache & delete unused imagesJesse Plamondon-Willard
2022-07-08simplify .gitignoreJesse Plamondon-Willard
2022-07-08Update pufferchick-cool.svgIshan Jalan
2022-07-08pufferchick-cool updated [2]Ishan Jalan
2022-07-08Updated pufferchick coolIshan Jalan
2022-07-08SVGs for pufferchick and pufferchick-coolIshan Jalan
SVG > PNG
2022-07-08Merge pull request #855 from spacechase0/appmanifestJesse Plamondon-Willard
Add app.manifest, fixing DPI awareness
2022-07-08match settings used by the gameJesse Plamondon-Willard
2022-07-08apply editorconfigJesse Plamondon-Willard
2022-07-08Merge pull request #852 from TehPers/TehPers/search-local-depsJesse Plamondon-Willard
Search assembly directory for dependencies
2022-07-08refactor assembly resolver to avoid repeatedly copying search directory listJesse Plamondon-Willard
2022-07-08fix installer partly applying color theme before it's selectedJesse Plamondon-Willard
2022-07-08add log parser warning for PyTK compatibility modeJesse Plamondon-Willard
2022-07-06Merge branch 'develop' into stableJesse Plamondon-Willard
2022-07-06prepare for releaseJesse Plamondon-Willard
2022-07-06fix build warningsJesse Plamondon-Willard
2022-07-06update code annotationsJesse Plamondon-Willard
2022-07-06update compatibility list for broken CFAutomate unofficial updateJesse Plamondon-Willard
2022-07-05update release notesJesse Plamondon-Willard
2022-07-05Merge pull request #854 from ishanjalan/developJesse Plamondon-Willard
Current version in mod check
2022-07-05remove artifacts, tweak textJesse Plamondon-Willard
2022-07-05fix trace logs not tracking reloaded map tilesheets as asset propagationJesse Plamondon-Willard
2022-07-05improve log parser's 'suggested fixes' stylesJesse Plamondon-Willard
2022-07-05detect missing/outdated Error Handler for 'suggested fixes' sectionJesse Plamondon-Willard
2022-07-05fix PyTK compatibility mode not handling some edge casesJesse Plamondon-Willard
2022-07-04Add app.manifest, fixing DPI awarenessChase Warrington
2022-07-02Current version in mod checkIshan Jalan
Added "(You have x.x.x)" to the mod update check.
2022-06-28remove obsolete overrideJesse Plamondon-Willard
SMAPI no longer raises UsesDynamic warnings.
2022-06-28fix deprecation checkJesse Plamondon-Willard
2022-06-28Search assembly directory for dependenciesTehPers
2022-06-28migrate update checks to FluentHttpClientJesse 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-28update schema for Content Patcher 1.27.0Jesse Plamondon-Willard
2022-06-26copy .NET metadata files on local deployJesse Plamondon-Willard
2022-06-26split local deploy into its own targets fileJesse Plamondon-Willard