Skip to content

Commit 0374433

Browse files
committed
release: update Yafc version to 0.9.0
1 parent 01434a2 commit 0374433

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Yafc/Yafc.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
66
<PlatformTarget>x64</PlatformTarget>
7-
<AssemblyVersion>0.8.1</AssemblyVersion>
8-
<FileVersion>0.8.1</FileVersion>
7+
<AssemblyVersion>0.9.0</AssemblyVersion>
8+
<FileVersion>0.9.0</FileVersion>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1010
<ApplicationIcon>image.ico</ApplicationIcon>
1111
<Nullable>enable</Nullable>

changelog.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
// Internal changes:
1616
// Changes to the code that do not affect the behavior of the program.
1717
----------------------------------------------------------------------------------------------------------------------
18-
Version
19-
Date:
18+
Version: 0.9.0
19+
Date: September 6th 2024
2020
Features:
2121
- Add an "Auto balance" button to the summary page, allowing quick balancing of inputs and outputs across
2222
multi-page projects. Known issue: The button requires multiple clicks, which appears to be related to #169.
@@ -29,7 +29,7 @@ Date:
2929
- You can now open projects from a Windows context-menu. If the project was not opened before, then Yafc uses
3030
the launch-settings from the most-recently opened project.
3131
- Move the Legacy Summary and Import from clipboard buttons to the main/hamburger menu.
32-
- Clean up (unneeded) aliassing from icons.
32+
- Clean up (unneeded) aliasing from icons.
3333
Bugfixes:
3434
- Several fixes to the legacy summary page, including a regression in 0.8.1.
3535
- Crafters with no enery_source no longer make Yafc refuse to solve the page.

0 commit comments

Comments
 (0)