Skip to content

Commit

Permalink
release: update Yafc version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shpaass committed Sep 6, 2024
1 parent 01434a2 commit 0374433
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Yafc/Yafc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<PlatformTarget>x64</PlatformTarget>
<AssemblyVersion>0.8.1</AssemblyVersion>
<FileVersion>0.8.1</FileVersion>
<AssemblyVersion>0.9.0</AssemblyVersion>
<FileVersion>0.9.0</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationIcon>image.ico</ApplicationIcon>
<Nullable>enable</Nullable>
Expand Down
6 changes: 3 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
// Internal changes:
// Changes to the code that do not affect the behavior of the program.
----------------------------------------------------------------------------------------------------------------------
Version
Date:
Version: 0.9.0
Date: September 6th 2024
Features:
- Add an "Auto balance" button to the summary page, allowing quick balancing of inputs and outputs across
multi-page projects. Known issue: The button requires multiple clicks, which appears to be related to #169.
Expand All @@ -29,7 +29,7 @@ Date:
- You can now open projects from a Windows context-menu. If the project was not opened before, then Yafc uses
the launch-settings from the most-recently opened project.
- Move the Legacy Summary and Import from clipboard buttons to the main/hamburger menu.
- Clean up (unneeded) aliassing from icons.
- Clean up (unneeded) aliasing from icons.
Bugfixes:
- Several fixes to the legacy summary page, including a regression in 0.8.1.
- Crafters with no enery_source no longer make Yafc refuse to solve the page.
Expand Down

0 comments on commit 0374433

Please sign in to comment.