Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bezo97 committed Mar 8, 2022
1 parent 0aa03c6 commit 3fa10af
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 10 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.2.0] - 2022-03-08
### Added
- Pause/Resume rendering button
- Ability to name nodes
- Copy/paste parameters from clipboard
- Drag & drop files to load parameters and palettes
- Reset parameters to their default values
- Either by using the Reset button from the context menu,
- or by double clicking on the parameters, similar to Apophysis
- Support for gradient files exported from UltraFractal
- Adjustable batch size in generator window
- Keyboard usability improvements
- increment parameters with up/down arrow keys
- tab-navigation improvements
- Bunch of under-the-hood improvements for developers
- CI pipeline for pull requests
- use latest dotnet/c# features

### Changed
- Node positions are now saved into param files, so arrangement is kept between sessions
- use Ctrl instead of Alt key to step parameters in larger increment
- New version of the Spherical transform that now has a Radius parameter
- Small visual changes to node editor and generator window

### Fixed
- Black screen after successfully reloading plugins after a failed attempt
- Black screen after opening window from minimized state
- Nodes sometimes not following the mouse while rearranging
- Nodes jumping around to random positions on undo/redo
- Unreachable palette window after alt-tabbing away
- Loose gamepad thumbsticks controlling the camera even in neutral state
- Crash when loading file that uses an older plugin version that has missing parameters
- Frozen progressbar on startup

## [1.1.0] - 2021-11-27
### Added
- Gamepad support (for XInput compatible devices, such as XBox controller)
Expand Down Expand Up @@ -35,5 +69,6 @@ All notable changes to this project will be documented in this file.
### Added
- First release

[1.2.0]: https://github.com/bezo97/IFSRenderer/releases/tag/v1.2.0
[1.1.0]: https://github.com/bezo97/IFSRenderer/releases/tag/v1.1.0
[1.0.0]: https://github.com/bezo97/IFSRenderer/releases/tag/v1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<Authors>bezo97</Authors>
<Company>bezo97</Company>
Expand All @@ -13,7 +13,7 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>icon_128.png</PackageIcon>
<PackageProjectUrl>https://github.com/bezo97/IFSRenderer</PackageProjectUrl>
<Copyright>Copyright (C) 2021 Dócs Zoltán &amp; Contributors</Copyright>
<Copyright>Copyright (C) 2022 Dócs Zoltán &amp; Contributors</Copyright>
<RepositoryUrl>https://github.com/bezo97/IFSRenderer</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
4 changes: 2 additions & 2 deletions IFSEngine/IFSEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>bezo97</Authors>
<Description>3D IFS fractal rendering engine.</Description>
<Copyright>Copyright (C) 2021 Dócs Zoltán &amp; Contributors</Copyright>
<Version>1.0.1</Version>
<Copyright>Copyright (C) 2022 Dócs Zoltán &amp; Contributors</Copyright>
<Version>1.1.0</Version>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/bezo97/IFSRenderer</PackageProjectUrl>
<RepositoryUrl>https://github.com/bezo97/IFSRenderer</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ I'd like to also mention people who indirectly helped the project succeed throug
---

## ⚖️ License
Copyright (C) 2021 Dócs Zoltán & contributors
Copyright (C) 2022 Dócs Zoltán & contributors
IFSRenderer is licensed under [**GPLv3**](/LICENSE).
6 changes: 3 additions & 3 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -317,15 +317,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:IFSRenderer"
"ProductCode" = "8:{AB9F4A14-45F0-4B19-A51C-DAE756FF00A9}"
"PackageCode" = "8:{FBC8B814-0928-4C3A-8FB4-A8F8B38E57E6}"
"ProductCode" = "8:{6DE5960A-85A3-40F1-BFA5-51EC88BB3074}"
"PackageCode" = "8:{165B87F0-5409-44F2-A4C2-AD70A89154CA}"
"UpgradeCode" = "8:{4E458E2D-D700-48A5-954C-3D6975C54AA6}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.1.0"
"ProductVersion" = "8:1.2.0"
"Manufacturer" = "8:bezo97"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/bezo97/IFSRenderer"
Expand Down
2 changes: 1 addition & 1 deletion WpfDisplay/Views/AboutDialogWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<TextBlock>
3D IFS fractal renderer and editor.
<LineBreak/>
Copyright © 2021 Dócs Zoltán &amp; contributors
Copyright © 2022 Dócs Zoltán &amp; contributors
<LineBreak/>
License: <Hyperlink NavigateUri="LICENSE">GNU GPLv3</Hyperlink>
<LineBreak/>
Expand Down
2 changes: 1 addition & 1 deletion WpfDisplay/WpfDisplay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<Win32Resource />
<Configurations>Debug;ReleasePortable;ReleaseInstaller</Configurations>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
</PropertyGroup>

Expand Down

0 comments on commit 3fa10af

Please sign in to comment.