Skip to content

Commit

Permalink
4.50.0.35-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Feb 18, 2024
1 parent d81280e commit 45fd342
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 18 deletions.
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
github: "cengelha"
ko_fi: "cengelha"
patreon: "cengelha"
custom: ["https://www.buymeacoffee.com/cengelha", "https://ko-fi.com/cengelha", "https://www.paypal.me/cengelha"]
custom: ["https://www.buymeacoffee.com/cengelha", "https://www.paypal.me/cengelha"]
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>4.40.0.34</version>
<url>https://github.com/zencq/NomNom/releases/download/4.40.0.34-beta.4/NomNom.zip</url>
<version>4.50.0.35</version>
<url>https://github.com/zencq/NomNom/releases/download/4.50.0.35-beta.5/NomNom.zip</url>
<changelog>https://github.com/zencq/NomNom/releases</changelog>
<checksum algorithm="SHA256">BFF93E1B1E501A0130E98BD143473CDE2962C3F5B6410D999491C39CDEEC8B44</checksum>
<checksum algorithm="SHA256">0FDC2B40F0810AA8EFF661B8A832D09C909372FE1CD25B1780A54BEF4EE587AE</checksum>
</item>
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,30 @@ All notable changes to this project will be documented in this file. It uses the
### Known Issues
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

# 4.50.0.35-beta.5 (2024-02-18)
![Downloads](https://img.shields.io/github/downloads/cengelha/nomnom/4.50.0.35-beta.5/total)

### Known Issues
* pre-Omega saves are currently not supported and will crash if you try to load them
* Expedition saves will only work if you started it from an existing save and even then, it is only possible to edit the primary save data
* Omega saves will be displayed as Echoes
* The collections feature is not working

### Added
* Support for the save file format ([#147](https://github.com/zencq/NomNom/issues/147) [#149](https://github.com/zencq/NomNom/issues/149))
* New freighter, weapon, and ship types

### Changed
* Updated name mapping to game version 4.50
* Updated database to game version 4.50

### Fixed
* The `UpdateRegionsException`/`OutOfMemoryException` that appeared for some sometimes ([#137](https://github.com/zencq/NomNom/issues/137))

# 4.40.0.34-beta.4 (2023-09-11)
![Downloads](https://img.shields.io/github/downloads/cengelha/nomnom/4.40.0.34-beta.4/total)
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,6 @@ to have and (in my eyes) bad usability in some areas. I also wanted to have a pl
where I can directly see how good my stats are, without searching through an online
wiki or such. Therefore I started my own project for fun and here we are.

## State of Development

**The source code will propably be made available with the next big beta release.**

<span style="color: orange;">**NomNom is currently in a beta state.** This means
that now most things should run smoothly and stable. The UI will significantly change
with the next big beta release though, as I will be switching the UI framework.
This will also enable some exiting new things, so stay tuned for more information soon.
If you still encounter anything not working correctly or still have suggestions,
[let me know](#contact--support)!</span>

The current roadmap contains new features that are to add before releasing NomNom
as stable and calling it feature-complete.

## Features

The features of NomNom can be divided into the different main parts you will see
Expand Down

0 comments on commit 45fd342

Please sign in to comment.