diff --git a/GeneralMods/AutoSpeed/README.md b/GeneralMods/AutoSpeed/README.md index 159a4309..50f2e105 100644 --- a/GeneralMods/AutoSpeed/README.md +++ b/GeneralMods/AutoSpeed/README.md @@ -26,3 +26,6 @@ set the speed you want (higher values are faster). * Switched to standard JSON config file. * Fixed config defaulting to normal speed. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/AutoSpeed/manifest.json b/GeneralMods/AutoSpeed/manifest.json index 6797063b..14cce674 100644 --- a/GeneralMods/AutoSpeed/manifest.json +++ b/GeneralMods/AutoSpeed/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/BillboardAnywhere/README.md b/GeneralMods/BillboardAnywhere/README.md index f4f4a1b9..abfd2967 100644 --- a/GeneralMods/BillboardAnywhere/README.md +++ b/GeneralMods/BillboardAnywhere/README.md @@ -24,3 +24,6 @@ Press `B` while in-game to show the billboard menu. Edit the `config.json` file 1.4: * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/BillboardAnywhere/manifest.json b/GeneralMods/BillboardAnywhere/manifest.json index a419297a..fb131f8d 100644 --- a/GeneralMods/BillboardAnywhere/manifest.json +++ b/GeneralMods/BillboardAnywhere/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/BuildEndurance/README.md b/GeneralMods/BuildEndurance/README.md index a938683e..db23608f 100644 --- a/GeneralMods/BuildEndurance/README.md +++ b/GeneralMods/BuildEndurance/README.md @@ -40,3 +40,6 @@ Edit `config.json` to configure the mod settings. * Fixed issue where saves with the same name would overwrite each other's endurance level data. * Fixed minor bugs when you load a save after exiting to title. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/BuildEndurance/manifest.json b/GeneralMods/BuildEndurance/manifest.json index d63083dc..a3751db4 100644 --- a/GeneralMods/BuildEndurance/manifest.json +++ b/GeneralMods/BuildEndurance/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/BuildHealth/ReadMe.md b/GeneralMods/BuildHealth/ReadMe.md index 42570592..3803717b 100644 --- a/GeneralMods/BuildHealth/ReadMe.md +++ b/GeneralMods/BuildHealth/ReadMe.md @@ -41,3 +41,6 @@ Edit `config.json` to configure the mod settings. * Fixed issue where saves with the same name would overwrite each other's endurance level data. * Fixed minor bugs when you load a save after exiting to title. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/BuildHealth/manifest.json b/GeneralMods/BuildHealth/manifest.json index 01800e14..1645b030 100644 --- a/GeneralMods/BuildHealth/manifest.json +++ b/GeneralMods/BuildHealth/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/BuyBackCollectables/README.md b/GeneralMods/BuyBackCollectables/README.md index b563b853..86da8ce9 100644 --- a/GeneralMods/BuyBackCollectables/README.md +++ b/GeneralMods/BuyBackCollectables/README.md @@ -33,3 +33,6 @@ markup. 1.4: * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/BuyBackCollectables/manifest.json b/GeneralMods/BuyBackCollectables/manifest.json index b9f05cd4..3b36fc9a 100644 --- a/GeneralMods/BuyBackCollectables/manifest.json +++ b/GeneralMods/BuyBackCollectables/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/CustomShopsRedux/ReadMe.md b/GeneralMods/CustomShopsRedux/ReadMe.md index f1053728..9602e550 100644 --- a/GeneralMods/CustomShopsRedux/ReadMe.md +++ b/GeneralMods/CustomShopsRedux/ReadMe.md @@ -62,3 +62,6 @@ Supported item types: * Updated for SMAPI 2.0. * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/CustomShopsRedux/manifest.json b/GeneralMods/CustomShopsRedux/manifest.json index 445893ae..82e22db1 100644 --- a/GeneralMods/CustomShopsRedux/manifest.json +++ b/GeneralMods/CustomShopsRedux/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/DailyQuestAnywhere/README.md b/GeneralMods/DailyQuestAnywhere/README.md index 349e0b4e..a0ddbbca 100644 --- a/GeneralMods/DailyQuestAnywhere/README.md +++ b/GeneralMods/DailyQuestAnywhere/README.md @@ -24,3 +24,6 @@ Press `H` to open the daily quest menu. Edit `config.json` to change the key. 1.4: * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/DailyQuestAnywhere/manifest.json b/GeneralMods/DailyQuestAnywhere/manifest.json index 32be99f7..77853411 100644 --- a/GeneralMods/DailyQuestAnywhere/manifest.json +++ b/GeneralMods/DailyQuestAnywhere/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/Fall28SnowDay/README.md b/GeneralMods/Fall28SnowDay/README.md index a4af81c1..136e77d9 100644 --- a/GeneralMods/Fall28SnowDay/README.md +++ b/GeneralMods/Fall28SnowDay/README.md @@ -24,3 +24,6 @@ It automatically snows on fall 28. 1.4: * Updated for SMAPI 2.0. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/Fall28SnowDay/manifest.json b/GeneralMods/Fall28SnowDay/manifest.json index 4450ecee..d6b5107b 100644 --- a/GeneralMods/Fall28SnowDay/manifest.json +++ b/GeneralMods/Fall28SnowDay/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/HappyBirthday/README.md b/GeneralMods/HappyBirthday/README.md index 53f51b89..62a05723 100644 --- a/GeneralMods/HappyBirthday/README.md +++ b/GeneralMods/HappyBirthday/README.md @@ -57,3 +57,6 @@ change based on your friendship with them. Check your mailbox for letters from y * Switched to standard JSON config & data files. * Fixed issue where saves with the same name would overwrite each other's birthdays. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/HappyBirthday/manifest.json b/GeneralMods/HappyBirthday/manifest.json index 9d4e32c0..1a0d213b 100644 --- a/GeneralMods/HappyBirthday/manifest.json +++ b/GeneralMods/HappyBirthday/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/MoreRain/README.md b/GeneralMods/MoreRain/README.md index a6fc798d..4b79690e 100644 --- a/GeneralMods/MoreRain/README.md +++ b/GeneralMods/MoreRain/README.md @@ -27,7 +27,10 @@ It won't rain on days where a wedding or a festival would take place. 1.3: * Updated to Stardew Valley 1.2 and SMAPI 1.12. -1.4: +1.4 (released as 1.5): * Updated for SMAPI 2.0. * Switched to standard JSON config file. * Internal refactoring. + +1.5.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/MoreRain/manifest.json b/GeneralMods/MoreRain/manifest.json index 73df6e90..ad3e69fa 100644 --- a/GeneralMods/MoreRain/manifest.json +++ b/GeneralMods/MoreRain/manifest.json @@ -3,8 +3,8 @@ "Author": "Alpha_Omegasis", "Version": { "MajorVersion": 1, - "MinorVersion": 4, - "PatchVersion": 0, + "MinorVersion": 5, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/MuseumRearranger/ReadMe.md b/GeneralMods/MuseumRearranger/ReadMe.md index 7d2bc0bc..a64a1951 100644 --- a/GeneralMods/MuseumRearranger/ReadMe.md +++ b/GeneralMods/MuseumRearranger/ReadMe.md @@ -30,3 +30,6 @@ toggle the inventory box. Edit `config.json` to change the keys. 1.4: * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/MuseumRearranger/manifest.json b/GeneralMods/MuseumRearranger/manifest.json index a590e49b..358f4460 100644 --- a/GeneralMods/MuseumRearranger/manifest.json +++ b/GeneralMods/MuseumRearranger/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/NightOwl/README.md b/GeneralMods/NightOwl/README.md index ebbe9259..e8ee824d 100644 --- a/GeneralMods/NightOwl/README.md +++ b/GeneralMods/NightOwl/README.md @@ -27,3 +27,6 @@ Edit the `config.json` to change the mod settings. * Updated for SMAPI 2.0. * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/NightOwl/manifest.json b/GeneralMods/NightOwl/manifest.json index 2ca4cdc1..dcfb3114 100644 --- a/GeneralMods/NightOwl/manifest.json +++ b/GeneralMods/NightOwl/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/NoMorePets/README.md b/GeneralMods/NoMorePets/README.md index 90ebc7f1..e2ec58b5 100644 --- a/GeneralMods/NoMorePets/README.md +++ b/GeneralMods/NoMorePets/README.md @@ -25,3 +25,6 @@ All your pets will be removed automatically when you play the save. * Internal refactoring. * Fixed villagers being removed if they match your pet name. * Fixed pet not being removed if it's inside your house. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/NoMorePets/manifest.json b/GeneralMods/NoMorePets/manifest.json index d80fb01c..b361a65a 100644 --- a/GeneralMods/NoMorePets/manifest.json +++ b/GeneralMods/NoMorePets/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/SaveAnywhere/README.md b/GeneralMods/SaveAnywhere/README.md index 6365770a..1b8fee8d 100644 --- a/GeneralMods/SaveAnywhere/README.md +++ b/GeneralMods/SaveAnywhere/README.md @@ -46,3 +46,9 @@ Press `K` to save anywhere. Edit `Save_Anywhere_Config.txt` to configure the key * Fixed some old data being restored if you reload after a normal save. * Fixed player/NPC facing directions not being restored. * Internal refactoring. + +2.6: +* ? + +2.6.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/SaveAnywhere/manifest.json b/GeneralMods/SaveAnywhere/manifest.json index cc044f31..7768839e 100644 --- a/GeneralMods/SaveAnywhere/manifest.json +++ b/GeneralMods/SaveAnywhere/manifest.json @@ -3,8 +3,8 @@ "Author": "Alpha_Omegasis", "Version": { "MajorVersion": 2, - "MinorVersion": 5, - "PatchVersion": 0, + "MinorVersion": 6, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/SaveBackup/ReadMe.md b/GeneralMods/SaveBackup/ReadMe.md index 4236f1c1..df16a5ed 100644 --- a/GeneralMods/SaveBackup/ReadMe.md +++ b/GeneralMods/SaveBackup/ReadMe.md @@ -26,3 +26,6 @@ configure that. * Updated for SMAPI 2.0. * Switched to standard JSON config file. * Internal refactoring. + +1.3.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/SaveBackup/manifest.json b/GeneralMods/SaveBackup/manifest.json index 696e424f..60a38c32 100644 --- a/GeneralMods/SaveBackup/manifest.json +++ b/GeneralMods/SaveBackup/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 3, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/SimpleSoundManager/README.md b/GeneralMods/SimpleSoundManager/README.md index 6b8dec37..72949ec6 100644 --- a/GeneralMods/SimpleSoundManager/README.md +++ b/GeneralMods/SimpleSoundManager/README.md @@ -18,3 +18,7 @@ Compatible with Stardew Valley 1.2+ on Linux, Mac, and Windows. ## Versions 1.0: * Initial release. + +1.0.1: +* Enabled update checks in SMAPI 2.0+. +* Fixed compatibility with SMAPI 2.0. diff --git a/GeneralMods/SimpleSoundManager/manifest.json b/GeneralMods/SimpleSoundManager/manifest.json index 0c0004e6..1040a456 100644 --- a/GeneralMods/SimpleSoundManager/manifest.json +++ b/GeneralMods/SimpleSoundManager/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 0, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/StardewSymphony/README.md b/GeneralMods/StardewSymphony/README.md index 103b9766..257d7bfb 100644 --- a/GeneralMods/StardewSymphony/README.md +++ b/GeneralMods/StardewSymphony/README.md @@ -36,3 +36,6 @@ This won't mute the music for in-game events or festivals. * Updated for SMAPI 2.0. * Switched to standard JSON config file. * Internal refactoring. + +1.4.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/StardewSymphony/manifest.json b/GeneralMods/StardewSymphony/manifest.json index ec8cce4e..44af2454 100644 --- a/GeneralMods/StardewSymphony/manifest.json +++ b/GeneralMods/StardewSymphony/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 4, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15", diff --git a/GeneralMods/TimeFreeze/README.md b/GeneralMods/TimeFreeze/README.md index 41052070..1cd25464 100644 --- a/GeneralMods/TimeFreeze/README.md +++ b/GeneralMods/TimeFreeze/README.md @@ -22,3 +22,6 @@ but you can edit `ModConfig.txt` to change that. 1.2: * Switched to standard JSON config file. * Internal refactoring. + +1.2.1: +* Enabled update checks in SMAPI 2.0+. diff --git a/GeneralMods/TimeFreeze/manifest.json b/GeneralMods/TimeFreeze/manifest.json index 70afc2ed..18d9099d 100644 --- a/GeneralMods/TimeFreeze/manifest.json +++ b/GeneralMods/TimeFreeze/manifest.json @@ -4,7 +4,7 @@ "Version": { "MajorVersion": 1, "MinorVersion": 2, - "PatchVersion": 0, + "PatchVersion": 1, "Build": null }, "MinimumApiVersion": "1.15",