Skip to content

Commit

Permalink
5.00.1.45-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Aug 5, 2024
1 parent 178ee1f commit 3144614
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
6 changes: 3 additions & 3 deletions AutoUpdater.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<item>
<version>5.00.0.44</version>
<url>https://github.com/zencq/NomNom/releases/download/5.00.0.44-beta.13/NomNom.zip</url>
<version>5.00.1.45</version>
<url>https://github.com/zencq/NomNom/releases/download/5.00.1.45-beta.14/NomNom.zip</url>
<changelog>https://github.com/zencq/NomNom/releases</changelog>
<checksum algorithm="SHA256">80000BC3B4C22919425C6AC4E184FF4BC39EAAC79B1C2D222EBC036A42ACEDD8</checksum>
<checksum algorithm="SHA256">B943EEFC882E37726424952935CE45C40C9D44E1CF08450B1FBD0F5BDE0F19CC</checksum>
</item>
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ All notable changes to this project will be documented in this file. It uses the
### Fixed
### Security

# 5.00.1.45-beta.14 (2024-08-05)
![Downloads](https://img.shields.io/github/downloads/zencq/nomnom/5.00.1.45-beta.14/total)

### Changed
* "Edit -> Export JSON" now also saves the output to "./json" ([#192](https://github.com/zencq/NomNom/issues/192))

### Fixed
* Collection features restored ([#103](https://github.com/zencq/NomNom/issues/103) [#172](https://github.com/zencq/NomNom/issues/172))
* Crash when selecting first save directory ([#179](https://github.com/zencq/NomNom/issues/179))
* Portal glyphs unlock order reversed ([#188](https://github.com/zencq/NomNom/issues/188))
* Crash when opening transfer to Assistant for No Man's Sky app ([#173](https://github.com/zencq/NomNom/issues/173))
* Crash with "Memory stream is not expandable." when trying to save ([#194](https://github.com/zencq/NomNom/issues/194))
* Not getting the correct metadata size when transferring saves ([#189](https://github.com/zencq/NomNom/issues/189))
* A few fields were not updated correctly in UI when changing something (e.g. Multi-Tool type)
* Settlement perks not updating ([#167](https://github.com/zencq/NomNom/issues/167))
* Changing a Frigate removes all traits ([#196](https://github.com/zencq/NomNom/issues/196))

# 5.00.0.44-beta.13 (2024-07-26)
![Downloads](https://img.shields.io/github/downloads/zencq/nomnom/5.00.0.44-beta.13/total)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Each version of NomNom is built with the latest game version (at that time) in m
and the [version number](#versioning) is reflecting that. Each one is also backwards
compatible down to **Beyond 2.11** and even saves before that can still be edited
via the build-in JSON editor. If you use it with a newer game version branch than
the one it was build for (e.g. **6.00**), things should work as usual in most cases
but there can always be a breaking change.
the one it was build for (e.g. you are using a NomNom 4.60 but your game is **4.72**),
things should work as usual in most cases but there can always be a breaking change.

Each game version is properly supported with its own set of available items and
features so you do not have to worry about adding unavailable items.
Expand Down

0 comments on commit 3144614

Please sign in to comment.