Skip to content

Commit

Permalink
Update changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
iurienistor committed Dec 19, 2023
1 parent e0229f3 commit 305a743
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GeonkickInstall.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Id='D996DFE5-13D8-4ED0-BFEE-0C13F16B1C43' Name='Geonkick Plugin' Version='3.2.1' Manufacturer='Iurie Nistor' UpgradeCode='C63F35A1-4A8F-4DE5-A3A7-4D2CC05E791A' Language='1033'>
<Product Id='D996DFE5-13D8-4ED0-BFEE-0C13F16B1C43' Name='Geonkick Plugin' Version='3.2.0' Manufacturer='Iurie Nistor' UpgradeCode='C63F35A1-4A8F-4DE5-A3A7-4D2CC05E791A' Language='1033'>
<Package InstallerVersion='200' Compressed='yes' Platform="x64" />
<Media Id='1' Cabinet='media1.cab' EmbedCab='yes' />
<Directory Id='TARGETDIR' Name='SourceDir'>
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [3.2.0]

### Fixes

- Windows: Fixed installation of presets.
- Windows: Linked statically all dependencies.
- Windows: Removed installation of dependencies' DLLs and environment variable path from the installer.
- Fixed the path to the config folder.

### Features

- Windows: Added scaling for GUI.
- Windows: Added logical disks for file browser.

## [3.1.1]

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7)

project(geonkick VERSION 3.2.1)
project(geonkick VERSION 3.2.0)

math(EXPR GEONKICK_VERSION_HEX "0x${PROJECT_VERSION_MAJOR} * 0x10000 + 0x${PROJECT_VERSION_MINOR} * 0x100 + 0x${PROJECT_VERSION_PATCH}")
set(GEONKICK_VERSION_STR "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ claps, hi-hats, shakers, and unique effect sounds.

**Author and maintainer:** Iurie Nistor

**Version:** 3.2.1
**Version:** 3.2.0

If you have an idea about a feature or found an issue, please, submit it:

Expand Down

0 comments on commit 305a743

Please sign in to comment.