From 8ab5f0fac8ce383463ccb8855058290de043421e Mon Sep 17 00:00:00 2001 From: bogind Date: Thu, 8 Aug 2024 13:06:43 +0300 Subject: [PATCH] updated metadata and readme --- README.md | 4 ++++ metadata.txt | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e34429..3253b1e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/metadata.txt b/metadata.txt index 17bd3a3..e9167ba 100644 --- a/metadata.txt +++ b/metadata.txt @@ -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=dror.bogin@gmail.com @@ -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.