Skip to content

Commit

Permalink
updated metadata and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bogind committed Aug 8, 2024
1 parent 9501493 commit 8ab5f0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ Currently supported actions are:
- Render Error - when the map canvas fails to render correctly.
- Zoom In - when the user zooms in the map canvas.
- Zoom Out - when the user zooms out the map canvas.
- Map Export Complete - when the user exports the map via the `Project` Menu -> `Import/Export` -> `Export Map to Image/PDF`.
- Map Export Error - when the above raises an error.
- Print Layout Exported - when a print layout export is finished (There is no error event for this).

> [!NOTE]
> Yes, there is a plan to split the `Layers Changed` event into `Layer Added` and `Layer Removed` events in the future.
> You can look at the current [open issues](https://github.com/bogind/qgs_sound_effects/issues) to see what is planned for the future.
### Installation

Expand Down
8 changes: 7 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name=QGIS Sound Effects
qgisMinimumVersion=3.32
description=Add sound effects to QGIS to make work less boring
version=0.3
version=0.4
author=Dror Bogin
[email protected]

Expand All @@ -21,6 +21,12 @@ repository=https://github.com/bogind/qgs_sound_effects
hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=
2024-08-08 Version 0.4
- Added events:
- Print Layout export - for those high resolution exports that take forever (There is no error event for this one)
- Map Export Complete/Error - For the same reason, but when you export without a print Layout
- Restrcutured the settings dialog to be more user friendly
- Added looping option for event sound effects
2024-07-28 Version 0.3
- Added `Play Audio File` processing algorithm that allows you to play local audio files
- This algorithm uses your system's audio player, so supported formats can vary.
Expand Down

0 comments on commit 8ab5f0f

Please sign in to comment.