Skip to content

Commit dd80ca0

Browse files
committed
chore(release): finalize 0.14.1
1 parent f88efd5 commit dd80ca0

File tree

5 files changed

+34
-41
lines changed

5 files changed

+34
-41
lines changed

.github/changelogs/0.14.0.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/changelogs/0.14.1.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Some remaining changes for Worlds Part II and support for Relics as well as some improvements for the CLI.
2+
3+
### Added
4+
* Proper support for Worlds Part II patch 5.53 with new meta size
5+
* Tests for Worlds Part I and II on all platforms
6+
* Support for game version **Relics 5.60**
7+
* Detection for new packaged technology
8+
* Relics Expedition
9+
10+
### Changed
11+
* CLI
12+
* Renaming `Json*` arguments to make their purpose easier understandable
13+
* Bump *libNOM.map* from 0.13.5 to 0.13.6
14+
15+
### Fixed
16+
* CLI
17+
* Force stdout encoding for the read action to be UTF-8 as the default one may not support all characters and can break the resulting JSON
18+
* Exception when having a really high play time (`IContainer.TotalPlayTime` is now `ulong`)

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,34 @@ All notable changes to this project will be documented in this file. It uses the
44
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/) principles and [Semantic Versioning](https://semver.org/)
55
since 1.0.0.
66

7-
## Unreleased (0.14.1)
7+
## Unreleased
88

99
### Known Issues
10+
### Added
11+
### Changed
12+
### Deprecated
13+
### Removed
14+
### Fixed
15+
### Security
16+
17+
## 0.14.1 (2025-04-01)
18+
1019
### Added
1120
* Proper support for Worlds Part II patch 5.53 with new meta size
1221
* Tests for Worlds Part I and II on all platforms
1322
* Support for game version **Relics 5.60**
1423
* Detection for new packaged technology
15-
* Titan and Relics Expedition
24+
* Relics Expedition
25+
1626
### Changed
1727
* CLI
1828
* Renaming `Json*` arguments to make their purpose easier understandable
19-
### Deprecated
20-
### Removed
29+
* Bump *libNOM.map* from 0.13.5 to 0.13.6
30+
2131
### Fixed
2232
* CLI
2333
* Force stdout encoding for the read action to be UTF-8 as the default one may not support all characters and can break the resulting JSON
2434
* Exception when having a really high play time (`IContainer.TotalPlayTime` is now `ulong`)
25-
### Security
2635

2736
## 0.14.0 (2025-02-09)
2837

libNOM.cli/libNOM.cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<!-- Package -->
3939
<PropertyGroup Label="General">
40-
<Version>1.2.0-beta.1</Version>
40+
<Version>1.2.0</Version>
4141
<Authors>cengelha</Authors>
4242
<Description>CLI for libNOM.io to analyze single files or whole directories and print information about it, convert between JSON and actual save formats and perform file operations.</Description>
4343
<Copyright>Copyright (c) Christian Engelhardt 2024</Copyright>

libNOM.io/libNOM.io.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
<!-- Package -->
5454
<PropertyGroup Label="General">
55-
<Version>0.14.1-beta.8</Version>
55+
<Version>0.14.1</Version>
5656
<Authors>cengelha</Authors>
5757
<Description>Provides reading and writing save files from the game No Man's Sky for all possible platforms as well as related actions.</Description>
5858
<Copyright>Copyright (c) Christian Engelhardt 2021</Copyright>

0 commit comments

Comments
 (0)