diff --git a/CHANGELOG.md b/CHANGELOG.md index 98136ca8..958d18e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +----- +## [v1.4.0] - 2024-03-14 + +### Add + +- Add duplicate action on followers table + +### Modified + +- Effort table : Fixes right/center observer information during export +- Follower table: change dialog size + ----- ## [v1.4.0] - 2023-12-08 @@ -228,6 +240,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[v1.4.1]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.4.1 [v1.4.0]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.4.0 [v1.3.2]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.3.2 [v1.3.1]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.3.1 diff --git a/Makefile b/Makefile index 4a3545fa..c28685cd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := "1.4.0" +VERSION := "1.4.1" TMPDIR := "/tmp/sammo-boat-$(VERSION)" venv: diff --git a/doc/source/conf.py b/doc/source/conf.py index a78bd794..0ad182f6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ author = "Hytech-Imaging" # The full version, including alpha/beta/rc tags -release = "1.4.0" +release = "1.4.1" # -- General configuration --------------------------------------------------- diff --git a/metadata.txt b/metadata.txt index 441d9c0f..966bfcfc 100644 --- a/metadata.txt +++ b/metadata.txt @@ -2,7 +2,7 @@ name=Sammo-Boat description=Tool for megafauna observations from halieutic boats about=Tool for megafauna observations -version=1.4.0 +version=1.4.1 qgisMinimumVersion=3.28 author=Paul Blottière email=info@hytech-imaging.fr