Jesse Plamondon-Willard
c0e31d17a6
fix handling of GitHub prerelease versions marked as non-prerelease
2022-09-28 23:21:12 -04:00
Jesse Plamondon-Willard
e7d29a2f7d
Merge branch 'develop' into stable
2022-08-31 17:16:17 -04:00
Jesse Plamondon-Willard
41e95642f0
prepare for release
2022-08-31 17:15:58 -04:00
Jesse Plamondon-Willard
5af87fc3be
remove compatibility section in the new app manifest
...
This apparently leads to NoSuitableGraphicsDeviceException errors when launching SMAPI for some players.
2022-08-31 17:08:30 -04:00
Jesse Plamondon-Willard
e0838a28c0
Merge branch 'develop' into stable
2022-08-29 18:25:45 -04:00
Jesse Plamondon-Willard
8b6c732d71
prepare for release
2022-08-29 18:18:21 -04:00
Jesse Plamondon-Willard
47a68fbb7b
deprecate PyTK compatibility mode
2022-08-29 18:17:53 -04:00
Jesse Plamondon-Willard
2bb8e8353b
update compatibility workaround for the recent PyTK update
2022-08-29 18:00:41 -04:00
Jesse Plamondon-Willard
c2f474bf88
distinguish empty/XNB folders from invalid manifest for error-tracking
2022-08-24 17:49:17 -04:00
Jesse Plamondon-Willard
1d5017f119
fix broken mods with no ID listed as duplicate
2022-08-24 17:49:12 -04:00
Jesse Plamondon-Willard
a1bc96d365
Merge branch 'develop' into stable
2022-08-20 17:01:59 -04:00
Jesse Plamondon-Willard
f3a79219e8
prepare for release
2022-08-20 17:01:07 -04:00
Jesse Plamondon-Willard
f780d140f0
fix early mod load errors incorrectly suppressed
2022-08-20 16:36:15 -04:00
Jesse Plamondon-Willard
263130bafc
fix deprecation notices split into two messages unnecessarily
2022-08-20 16:15:29 -04:00
Jesse Plamondon-Willard
b2103bbfa6
update schema for Content Patcher 1.28.0
2022-08-18 22:39:37 -04:00
Jesse Plamondon-Willard
c51a593e93
fix log parser error if a mod logged a null character
2022-08-16 22:03:22 -04:00
Jesse Plamondon-Willard
f23cd450a0
clarify docs
2022-08-16 22:03:22 -04:00
Jesse Plamondon-Willard
5ab87efaa0
log error if mod files are detected directly under Mods folder
2022-08-16 22:03:21 -04:00
Jesse Plamondon-Willard
4d9384b828
switch SMAPI to portable PDB format
2022-08-14 19:17:21 -04:00
Jesse Plamondon-Willard
d813c4e2c8
fix log parsing for invalid content packs ( #860 )
2022-08-08 22:27:07 -04:00
Jesse Plamondon-Willard
e376386d25
set error code on exit ( #868 )
2022-08-08 21:43:46 -04:00
Jesse Plamondon-Willard
352fa4759e
fix error when a mod is both duplicated and missing the DLL
2022-08-08 19:54:07 -04:00
Jesse Plamondon-Willard
1749a82947
update release notes
2022-08-08 19:50:29 -04:00
Jesse Plamondon-Willard
f3ff334c08
Merge pull request #869 from atravita-mods/patch-1
...
Add error message for invalid PNG
2022-08-08 19:46:30 -04:00
Jesse Plamondon-Willard
e7b93e2ec2
Merge pull request #867 from lanturnalis/develop
...
Add condition to DebugType to allow for overriding
2022-08-08 19:46:01 -04:00
Jesse Plamondon-Willard
08eafe7d89
tweak new error text
2022-08-08 19:42:40 -04:00
Jesse Plamondon-Willard
8c58bdae6f
remove DebugType build property
...
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-08 19:32:58 -04:00
atravita-mods
7a3b0e180f
Adds an error message for an invaild png
2022-08-05 17:21:53 -04:00
Jesse Plamondon-Willard
ab34b6142d
undo $@ to $* change per discussion
2022-07-28 21:47:21 -04:00
Jesse Plamondon-Willard
5371dc3fce
Merge pull request #865 from ishanjalan/unix-launcher-changes
...
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 21:28:41 -04:00
Jesse Plamondon-Willard
1095ce6682
Merge pull request #864 from KediDili/develop
...
Fix Turkish translation
2022-07-28 21:09:49 -04:00
Jesse Plamondon-Willard
7c1388a843
Merge pull request #863 from 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-28 21:07:43 -04:00
Jesse Plamondon-Willard
227a1e72e8
Merge pull request #862 from ishanjalan/default-shell-macOS
...
Tweak macOS launcher to use the default terminal
2022-07-28 21:04:08 -04:00
lanturnalis
edf2c5dbea
Add condition to DebugType to allow for overriding
2022-07-25 21:31:09 -05:00
Ishan Jalan
dd2e3e9d93
Jetbrains Rider suggestions
...
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 12:07:38 +05:30
Ishan Jalan
a50a730886
unix-launcher.sh optimisations
...
I ran the file through Rider which used Intellisense(?) to suggest changes in addition to moving from .sh to .command
2022-07-24 12:01:34 +05:30
KediDili
fd3850add9
Fix for mistranslation in tr.json
...
Somebody accidentally translated tr.json to Russian. This PR fixes that.
2022-07-22 21:24:15 +03:00
dependabot[bot]
ea4664856d
Bump Azure.Storage.Blobs from 12.12.0 to 12.13.0 in /src/SMAPI.Web
...
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-21 22:46:05 +00:00
Ishan Jalan
ea4307a282
Update unix-launcher.sh
...
This will open the default shell. Works for me after testing.
2022-07-20 22:30:09 +05:30
Jesse Plamondon-Willard
3da5917eed
update Pintail
2022-07-17 11:29:50 -04:00
Jesse Plamondon-Willard
1b7dfb28f2
update release notes
2022-07-17 11:07:53 -04:00
Jesse Plamondon-Willard
b30281774c
Merge pull request #859 from ishanjalan/svg-sidebar
...
Replace web sidebar GIF with SVG
2022-07-17 11:05:44 -04:00
Jesse Plamondon-Willard
88517715a3
update image reference
2022-07-17 11:04:45 -04:00
Ishan Jalan
da1eca3696
Moving Sidebar GIF to SVG
2022-07-17 09:53:52 +05:30
Jesse Plamondon-Willard
830d2c57cc
update log parser for new update alert format
2022-07-09 01:06:32 -04:00
Jesse Plamondon-Willard
62da7abfd2
Merge pull request #858 from ishanjalan/develop
...
Fix pufferchick SVG icons having different sizes
2022-07-09 01:00:22 -04:00
Ishan Jalan
6d9dcdc2f8
Update pufferchick-cool.svg
2022-07-09 00:58:26 -04:00
Jesse Plamondon-Willard
521129ad21
raise deprecation levels
2022-07-09 00:53:11 -04:00
Jesse Plamondon-Willard
9435711216
update release notes
2022-07-08 19:40:54 -04:00
Jesse Plamondon-Willard
fbca048fcb
Merge pull request #857 from ishanjalan/develop
...
Change pufferchick web icons to SVG
2022-07-08 19:38:03 -04:00