Skip to content

Commit 6c067d1

Browse files
committed
bump: version 2.1.0
1 parent 1978547 commit 6c067d1

File tree

10 files changed

+109
-45
lines changed

10 files changed

+109
-45
lines changed

BuyRecipes/BuyRecipes.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<PropertyGroup>
44
<AssemblyName>Denifia.Stardew.BuyRecipes</AssemblyName>
55
<RootNamespace>Denifia.Stardew.BuyRecipes</RootNamespace>
6-
<Version>2.0.1</Version>
6+
<Version>2.1.0</Version>
77
<TargetFramework>net452</TargetFramework>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0-beta.4" />
11+
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" />
1212
</ItemGroup>
1313

1414
</Project>

BuyRecipes/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Name": "Buy Recipes",
33
"Author": "Denifia",
4-
"Version": "2.0.1",
4+
"Version": "2.1.0",
55
"Description": "Buy recipes you don't know from the SMAPI console.",
66
"UniqueID": "Denifia.BuyRecipes",
77
"EntryDll": "Denifia.Stardew.BuyRecipes.dll",

BuyRecipes/readme.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,72 @@
1-
**Buy Recipes** is a [Stardew Valley](http://stardewvalley.net/) mod which lets you
1+
# Buy Recipes
2+
3+
**Buy Recipes** is a [Stardew Valley](http://stardewvalley.net/) mod which lets you
24
buy cooking recipes from the SMAPI console.
35

46
Compatible with Stardew Valley 1.3.
57

6-
Each week on Sunday a new set of up to five recipes will be available to buy. These
8+
Each week on Sunday a new set of up to five recipes will be available to buy. These
79
will be recipes that you **do not** already own. Prices are listed next to each item.
810

9-
![](Screenshots/animated.gif)
11+
![Animated example](Screenshots/animated.gif)
1012

1113
To buy a recipe, just type `buyrecipe <recipe name>`
1214

1315
Future a development will allow you to buy recipes from a magazine rack in Pierre's shop.
1416

1517
## Contents
18+
1619
* [Installation](#installation)
1720
* [Usage](#usage)
1821
* [Configuration](#configuration)
1922
* [Versions](#versions)
2023
* [See also](#see-also)
2124

2225
## Installation
26+
2327
1. [Install the latest version of SMAPI](http://canimod.com/guides/using-mods#installing-smapi).
2428
2. Install [this mod from Nexus mods](http://www.nexusmods.com/stardewvalley/mods/1126).
2529
3. Run the game using SMAPI.
2630
4. Load a saved game.
2731
5. After your game loads, the SMAPI console will output this weeks available recipes.
2832

2933
## Usage
34+
3035
### Buy a recipe
36+
3137
1. Run the game using SMAPI.
3238
2. Load a saved game.
3339
3. Type in `buyrecipe <recipe name>` and press enter.
3440
_Replace `<recipe name>` with the name of the recipe you want to buy_
35-
36-
![](Screenshots/buy-recipe.gif)
41+
42+
![Buying recipe](Screenshots/buy-recipe.gif)
3743
_Quotes around the name are no longer required!_
3844

3945
### See this weeks recipes
46+
4047
Each sunday the SMAPI console will list the weeks recipes but you can show the list on demand.
48+
4149
1. Run the game using SMAPI.
4250
2. Load a saved game.
4351
3. Type in `showrecipes` and press enter.
4452

45-
![](Screenshots/weekly-recipes.gif)
53+
![Weekly recipes](Screenshots/weekly-recipes.gif)
4654

4755
## Configuration
56+
4857
The mod will work fine out of the box, but you can tweak its settings by editing the `config.json`
4958
file if you want. These are the available settings:
5059

5160
| setting | what it affects
5261
| ----------------- | -------------------
5362
| `CheckForUpdates` | Default `true`. Whether the mod should check for a newer version when you load the game. If a new version is available, you'll see a small message at the bottom of the screen for a few seconds. This doesn't affect the load time even if your connection is offline or slow, because it happens in the background.
5463

55-
5664
## Versions
65+
5766
See [release notes](release-notes.md).
5867

5968
## See also
69+
6070
* [Nexus mod](http://www.nexusmods.com/stardewvalley/mods/1126)
6171
* [Discussion thread](http://community.playstarbound.com/threads/buy-recipes-purchase-your-missing-cooking-recipes.132713)
62-
* [My other mods](../readme.md)
72+
* [My other mods](../readme.md)

BuyRecipes/release-notes.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,65 @@
1-
[← back to readme](readme.md)
1+
# Release notes
2+
3+
[← back to readme](readme.md)
4+
5+
## 2.1.0
6+
7+
Released 27 November 2019.
8+
9+
* Update for Stardew Valley 1.4.
210

3-
# Release notes
411
## 2.0.1
12+
513
Released 25 June 2019.
614

715
* Updated for Stardew Valley 1.3.36 and SMAPI 3.0.
816

917
## 2.0.0
18+
1019
Released 05 October 2018.
1120

1221
* Updated for StardewValley 1.3.
1322

1423
## 1.0.1
24+
1525
Released 04 October 2017.
1626

1727
* Updated for SMAPI 2.0.
1828

1929
## 1.0
30+
2031
Released 07 May 2017.
2132

2233
* Fixed potential issue with wrapping item names in quotes
2334

2435
## 0.3.2
36+
2537
Released 01 May 2017.
2638

2739
* Fixed bought recipes appearing in the weekly list.
2840
* Removed case sensitivity for commands.
2941
* Fixed bug when you know all recipes.
3042

3143
## 0.3.1
44+
3245
Released 01 May 2017.
3346

3447
* Fixed issue with buying items with spaces in the name
3548

3649
## 0.3
50+
3751
Released 01 May 2017.
3852

3953
* Added update checks.
4054

4155
## 0.2
56+
4257
Released 30 April 2018.
4358

4459
* Console now outputs weekly recipes each sunday.
4560

4661
## 0.1
62+
4763
Released 30 April 2017.
4864

4965
* Initial release.

SendItems/SendItems.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<PropertyGroup>
44
<AssemblyName>Denifia.Stardew.SendItems</AssemblyName>
55
<RootNamespace>Denifia.Stardew.SendItems</RootNamespace>
6-
<Version>2.0.1</Version>
6+
<Version>2.1.0</Version>
77
<TargetFramework>net452</TargetFramework>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Autofac" Version="4.8.1" />
11+
<PackageReference Include="Autofac" Version="4.9.4" />
1212
<PackageReference Include="LiteDB" Version="4.1.4" />
13-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
14-
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0-beta.4" />
15-
<PackageReference Include="RestSharp" Version="105.2.3" />
13+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
14+
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" />
15+
<PackageReference Include="RestSharp" Version="106.6.10" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

SendItems/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Name": "Send Items",
33
"Author": "Denifia",
4-
"Version": "2.0.1",
4+
"Version": "2.1.0",
55
"Description": "Send items to other farmers (saved games and online friends).",
66
"UniqueID": "Denifia.SendItems",
77
"EntryDll": "Denifia.Stardew.SendItems.dll",

SendItems/readme.md

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,39 @@
1-
**Send Items** is a [Stardew Valley](http://stardewvalley.net/) mod which lets you
1+
# Send Items
2+
3+
**Send Items** is a [Stardew Valley](http://stardewvalley.net/) mod which lets you
24
send items to your other farmers (saved games) or other farmers from around the world (online friends).
35

46
Compatible with Stardew Valley 1.3.
57

68
Sending 5 stone to myself...
7-
![](Screenshots/animation-send.gif)
9+
![Animated sending example](Screenshots/animation-send.gif)
810

911
Receiving the 5 stone in the mail...
10-
![](Screenshots/animation-receive.gif)
12+
![Animated receiving example](Screenshots/animation-receive.gif)
1113

1214
## Contents
15+
1316
* [Installation](#installation)
1417
* [Usage](#usage)
1518
* [Configuration](#configuration)
1619
* [Versions](#versions)
1720
* [See also](#see-also)
1821

1922
## Installation
23+
2024
1. [Install the latest version of SMAPI](http://canimod.com/guides/using-mods#installing-smapi).
2125
2. Install [this mod from Nexus mods](http://www.nexusmods.com/stardewvalley/mods/1087).
2226
3. Run the game using SMAPI.
2327
4. Load a saved game.
2428
5. After your game loads, the SMAPI console will output your Friend Command so you can send it to others.
2529

2630
## Usage
27-
**Note**: If you have trouble reading or sending mail, try standing to the right of the letterbox
28-
before clicking on it. Sometimes clicking through the player doesn't work :(
2931

32+
**Note**: If you have trouble reading or sending mail, try standing to the right of the letterbox
33+
before clicking on it. Sometimes clicking through the player doesn't work :(
3034

3135
### Sending items
36+
3237
1. Right click on the letter box by your house (when no mail is waiting for you).
3338
2. Select the farmer you want to send to.
3439
3. Put an item (or stack) into the box.
@@ -39,18 +44,22 @@ before clicking on it. Sometimes clicking through the player doesn't work :(
3944
_So when you go to sleep to save your game, the mail is actually sent to another farmer_
4045

4146
### Handing out your Friend Command
47+
4248
**Note**: Please only hand out your friend code to people you trust to not abuse it.
49+
4350
1. Run the game using SMAPI.
4451
2. Load a saved game.
4552
3. Copy your Friend Command from the SMAPI console.
4653
_It should appear in magenta automatically. Type in `si_me` and press enter to see it at any time_
4754

4855
### List your friends
56+
4957
1. Run the game using SMAPI.
5058
2. Load a saved game.
5159
3. Type in `si_myfriends` and press enter.
5260

5361
### Adding online farmers (friends)
62+
5463
1. Ask your friend to send you their Friend Command.
5564
_Shown when you load the game or when you run `si_me` in the SMAPI console_
5665
2. Run the game using SMAPI.
@@ -60,16 +69,19 @@ _So when you go to sleep to save your game, the mail is actually sent to another
6069
5. Done! They will now show up as a farmer you can send to.
6170

6271
### Adding local farmers (local saved games)
72+
6373
You have two options here:
6474

65-
**Big Bang**
75+
#### Big Bang add
76+
6677
1. Run the game using SMAPI.
6778
2. Load a saved game.
6879
3. Type in `si_addlocalfarmers` and press enter.
6980
_This will add all local farmers (including yourself) as friends_
7081
_**Note**: Only saved games that you've loaded since using Send Items mod will show up_
7182

72-
**One at a time**
83+
#### One at a time add
84+
7385
1. Run the game using SMAPI.
7486
2. Load a saved game.
7587
3. Type in `si_myfriends` and press enter to list the local farmers.
@@ -78,23 +90,28 @@ You have two options here:
7890
_Replace `<id> <name> <farm name>` with the details of the farmer you want to add_
7991

8092
### Deleting farmers (friends or local saved games)
81-
Again, you have two options here:
8293

83-
**Big Bang**
94+
Again, you have two options here:
95+
96+
#### Big Bang delete
97+
8498
1. Run the game using SMAPI.
8599
2. Load a saved game.
86100
3. Type in `si_removeallfriends` and press enter.
87101

88-
**One at a time**
102+
#### One at a time delete
103+
89104
1. Run the game using SMAPI.
90105
2. Load a saved game.
91106
3. Type in `si_removefriend <id>` and press enter.
92107
_Replace `<id>` with the id of the farmer you want to delete_
93108

94109
### Running the server locally
110+
95111
See [Send Items API](../SendItemsApi/readme.md)
96112

97113
## Configuration
114+
98115
The mod will work fine out of the box, but you can tweak its settings by editing the `config.json`
99116
file if you want. These are the available settings:
100117

@@ -104,9 +121,11 @@ file if you want. These are the available settings:
104121
| `ApiUrl` | Default `http://senditemsapi.azurewebsites.net/api`. The URL to the web api. This allows you to send items to friends online. If you want to run completely local only then just remove this setting from the config file.
105122

106123
## Versions
124+
107125
See [release notes](release-notes.md).
108126

109127
## See also
128+
110129
* [Nexus mod](http://www.nexusmods.com/stardewvalley/mods/1087)
111130
* [Discussion thread](http://community.playstarbound.com/threads/send-items-to-other-farmers.132617/)
112131
* [My other mods](../readme.md)

0 commit comments

Comments
 (0)