-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
name=QGIS Sound Effects | ||
qgisMinimumVersion=3.32 | ||
description=Add sound effects to QGIS to make work less boring | ||
version=0.2 | ||
version=0.2.1 | ||
author=Dror Bogin | ||
[email protected] | ||
|
||
|
@@ -21,6 +21,13 @@ repository=https://github.com/bogind/qgs_sound_effects | |
hasProcessingProvider=yes | ||
# Uncomment the following line and add your changelog: | ||
# changelog= | ||
2024-07-15 Version 0.2.1: | ||
- bug fixes: | ||
- Fixed canvas events to trigger when the global "enable" was False | ||
- Fixed processing events to ignore their specific "enable" setting | ||
- Changed default config for `layersChanged` to False | ||
- connected the `Cancel` button to actually closing the settigns dialog (it was just for show until now apperantly) | ||
- Added the sad_trombone sound effect (Highly Recommended for when things go wrong) | ||
2024-07-15 Version 0.2: | ||
- Added 12 new sound effects | ||
- Added the following canvas events: | ||
|