Skip to content

Commit 3d3bea2

Browse files
Release 0.7.0
1 parent a25f1ee commit 3d3bea2

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.0] - 2025-03-07
11+
1012
### Added
1113

12-
- Add Chinese translation (@Calvaire https://github.com/nbusseneau/BetterCartographyTable/issues/18).
14+
- Add Chinese translation (@Calvaire <https://github.com/nbusseneau/BetterCartographyTable/issues/18>).
1315

1416
## [0.6.1] - 2025-03-07
1517

@@ -195,7 +197,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
195197

196198
- Initial release.
197199

198-
[unreleased]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.6.1...HEAD
200+
[unreleased]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.7.0...HEAD
201+
[0.7.0]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.6.1...0.7.0
199202
[0.6.1]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.6.0...0.6.1
200203
[0.6.0]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.12...0.6.0
201204
[0.5.12]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.11...0.5.12

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ In other words:
143143
- **[Prerequisites]**
144144
- Install [**BepInExPack Valheim**](https://thunderstore.io/c/valheim/p/denikson/BepInExPack_Valheim/).
145145
- Install [**Jötunn, the Valheim Library**](https://thunderstore.io/c/valheim/p/ValheimModding/Jotunn/).
146-
- Download [nbusseneau-Better_Cartography_Table-0.6.1.zip](https://github.com/nbusseneau/BetterCartographyTable/releases/latest/download/nbusseneau-Better_Cartography_Table-0.6.1.zip).
146+
- Download [nbusseneau-Better_Cartography_Table-0.7.0.zip](https://github.com/nbusseneau/BetterCartographyTable/releases/latest/download/nbusseneau-Better_Cartography_Table-0.7.0.zip).
147147
- Extract the archive and move everything to your `BepInEx/plugins/` directory. It should look like this:
148148
```
149149
BepInEx/

src/BetterCartographyTable.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>0.6.1</Version>
3+
<Version>0.7.0</Version>
44
<TargetFramework>net481</TargetFramework>
55
<LangVersion>12.0</LangVersion>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

src/Plugin.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Plugin : BaseUnityPlugin
1818
{
1919
internal const string ModGUID = "nbusseneau.BetterCartographyTable";
2020
private const string ModName = "BetterCartographyTable";
21-
private const string ModVersion = "0.6.1";
21+
private const string ModVersion = "0.7.0";
2222

2323
private static ConfigEntry<SharingMode> s_mapExplorationSharingMode;
2424
private static ConfigEntry<KeyCode> s_modifierKey;

thunderstore.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schemaVersion = "0.0.1"
55
[package]
66
namespace = "nbusseneau"
77
name = "Better_Cartography_Table"
8-
versionNumber = "0.6.1"
8+
versionNumber = "0.7.0"
99
description = "Allows precise control over sharing pins and map exploration via cartography tables. Supports private pins, public pins, and guild pins. Supports NoMap runs, giving cartography tables a purpose in NoMap. Translations available."
1010
websiteUrl = "https://github.com/nbusseneau/BetterCartographyTable"
1111
containsNsfwContent = false

0 commit comments

Comments
 (0)