Skip to content

Commit e1f4594

Browse files
committed
Bump version to 1.1.2
1 parent ce04b29 commit e1f4594

File tree

4 files changed

+11
-32
lines changed

4 files changed

+11
-32
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v1.1.2 (2024-10-27)
2+
- Add more information to About page
3+
- Update dependencies for binaries
4+
15
### v1.1.1 (2024-02-08)
26
- Handle file extensions case insensitively
37

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (VCPKG)
55
endif ()
66

77
project("Easy Audio Sync"
8-
VERSION 1.1.1
8+
VERSION 1.1.2
99
DESCRIPTION "Audio library syncing and conversion utility"
1010
HOMEPAGE_URL "https://github.com/complexlogic/EasyAudioSync"
1111
LANGUAGES CXX

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ Builds are available for Windows, macOS, and some Linux distributions. You can a
2929

3030
### Windows
3131
Easy Audio Sync is compatible with Windows 10 and later. Download the installer executable from the link below, run it, and follow the guided setup process:
32-
- [Easy Audio Sync v1.1.1 Installer EXE (x64)](https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.1/easyaudiosync-1.1.1-setup.exe)
32+
- [Easy Audio Sync v1.1.2 Installer EXE (x64)](https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.2/easyaudiosync-1.1.2-setup.exe)
3333

3434
If Windows raises a SmartScreen warning when you try to run the executable, select More Info->Run Anyway.
3535

3636
### macOS
3737
*Note: I haven't tested these builds because I have no access to macOS hardware. Consider macOS support experimental, and open an issue on the [Issue Tracker](https://github.com/complexlogic/EasyAudioSync/issues) if you encounter any bugs.*
3838

3939
Separate builds are available for Intel and Apple Silicon based Macs (both require macOS 11 or later):
40-
- [Easy Audio Sync v1.1.1 DMG (Intel)](https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.1/easyaudiosync-1.1.1-x86_64.dmg)
41-
- [Easy Audio Sync v1.1.1 DMG (Apple Silicon)](https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.1/easyaudiosync-1.1.1-arm64.dmg)
40+
- [Easy Audio Sync v1.1.2 DMG (Intel)](https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.2/easyaudiosync-1.1.2-x86_64.dmg)
41+
- [Easy Audio Sync v1.1.2 DMG (Apple Silicon)](https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.2/easyaudiosync-1.1.2-arm64.dmg)
4242

4343
These builds are not codesigned, and the macOS Gatekeeper will most likely block execution. To work around this, you can remove the quarantine bit using the command below:
4444

@@ -61,15 +61,15 @@ yay -S easyaudiosync
6161
A .deb package is available on the release page. It was built on Debian Bullseye and is compatible with the most recent release of most `apt`-based distros (anything that ships GCC 12 or later). Execute the following commands to install:
6262

6363
```bash
64-
wget https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.1/easyaudiosync_1.1.1_amd64.deb
65-
sudo apt install ./easyaudiosync_1.1.1_amd64.deb
64+
wget https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.2/easyaudiosync_1.1.2_amd64.deb
65+
sudo apt install ./easyaudiosync_1.1.2_amd64.deb
6666
```
6767

6868
#### Fedora
6969
A .rpm package is available on the release page that is compatible with Fedora 39 and later. Execute the following commands to install:
7070

7171
```bash
72-
sudo dnf install https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.1/easyaudiosync-1.1.1-1.x86_64.rpm
72+
sudo dnf install https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.2/easyaudiosync-1.1.2-1.x86_64.rpm
7373
```
7474

7575
## Usage

config/PKGBUILD

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)