Skip to content

Commit 0fec001

Browse files
committed
prepare for release
1 parent e71c008 commit 0fec001

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+111
-89
lines changed

Automate/Automate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>2.3.3</Version>
3+
<Version>2.3.4</Version>
44
<RootNamespace>Pathoschild.Stardew.Automate</RootNamespace>
55
</PropertyGroup>
66

Automate/docs/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[← back to readme](README.md)
22

33
# Release notes
4-
## Upcoming release
4+
## 2.3.4
5+
Released 26 March 2025 for SMAPI 4.1.10 or later.
6+
57
* Tree stumps are no longer automated, since they'll never produce anything.
68
* Fixed crash if an automated berry bush is chopped down.
79
* Improved translations. Thanks to Naciux1088 (added Polish)!

Automate/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Name": "Automate",
33
"Author": "Pathoschild",
4-
"Version": "2.3.3",
4+
"Version": "2.3.4",
55
"MinimumApiVersion": "4.1.10",
66
"Description": "Lets you automate crafting machines, fruit trees, and more by connecting them to chests.",
77
"UniqueID": "Pathoschild.Automate",

CentralStation/CentralStation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.2.0</Version>
3+
<Version>1.2.1</Version>
44
<RootNamespace>Pathoschild.Stardew.CentralStation</RootNamespace>
55

66
<IgnoreModFilePaths>assets/.paths.png, assets/.spring_outdoorsTileSheet.png, assets/.spring_outdoorsTileSheet2.png, assets/.spring_Shadows.png</IgnoreModFilePaths>

CentralStation/docs/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[← back to readme](README.md)
22

33
# Release notes
4-
## Upcoming release
4+
## 1.2.1
5+
Released 26 March 2025 for SMAPI 4.1.10 or later.
6+
57
* For players:
68
* Improved error message when the content pack isn't installed to be clearer.
79
* Fixed edge case where a ticket machine could disappear if a mod reloaded its location's map while you were there.

CentralStation/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Name": "Central Station",
33
"Author": "Pathoschild",
4-
"Version": "1.2.0",
4+
"Version": "1.2.1",
55
"MinimumApiVersion": "4.1.10",
66
"Description": "Lets you travel to other mods' destinations by boat, bus, or train through the Central Station.",
77
"UniqueID": "Pathoschild.CentralStation",

ChestsAnywhere/ChestsAnywhere.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.26.1</Version>
3+
<Version>1.27.0</Version>
44
<RootNamespace>Pathoschild.Stardew.ChestsAnywhere</RootNamespace>
55
</PropertyGroup>
66

ChestsAnywhere/docs/release-notes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[← back to readme](README.md)
22

33
# Release notes
4-
## Upcoming release
5-
* Added support for the upcoming Better Game Menu mod (thanks to KhloeLeclair!).
4+
## 1.27.0
5+
Released 26 March 2025 for SMAPI 4.1.10 or later.
6+
7+
* Added integration with Better Game Menu (thanks to KhloeLeclair!).
68
* Improved translations. Thanks to mehmetgorkemarslan (updated Turkish)!
79

810
## 1.26.1

ChestsAnywhere/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Name": "Chests Anywhere",
33
"Author": "Pathoschild",
4-
"Version": "1.26.1",
4+
"Version": "1.27.0",
55
"MinimumApiVersion": "4.1.10",
66
"Description": "Access your chests from anywhere and organize them your way.",
77
"UniqueID": "Pathoschild.ChestsAnywhere",

ContentPatcher/ContentPatcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>2.5.3</Version>
3+
<Version>2.6.0</Version>
44
<RootNamespace>ContentPatcher</RootNamespace>
55
</PropertyGroup>
66

0 commit comments

Comments
 (0)