Skip to content

Commit

Permalink
Update changelog & version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ebengoechea committed Feb 1, 2022
1 parent 69771a8 commit 5d73fdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SDB.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace eval ::plugins::SDB {
variable author "Enrique Bengoechea"
variable contact "[email protected]"
variable version 1.18
variable version 1.19
variable github_repo ebengoechea/de1app_plugin_SDB
variable name [translate "Shot DataBase"]
variable description [translate "Keeps your shot history in a SQLite database, and provides functions to manage shot history files."]
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.19] - 2022-02-01

### Changed
- Ensure that the `advanced_shot` and other parameters of profiles are correct and consistent by invoking `::profile::read_legacy` on `load_shot` when `read_profile=1`, instead of just reading the profile variables.
- Bug fix: command `load_shot` was wrongly setting the global `settings_profile_type` instead of the loaded shot variable in some cases.

## [1.18] - 2021-12-06

### Changed
Expand Down

0 comments on commit 5d73fdc

Please sign in to comment.