Skip to content

Commit

Permalink
Update version and changelog to v2.47
Browse files Browse the repository at this point in the history
  • Loading branch information
ebengoechea committed Apr 25, 2024
1 parent 77e0d83 commit cdfd32a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DYE.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ try {
namespace eval ::plugins::DYE {
variable author "Enrique Bengoechea"
variable contact "enri.bengoechea@gmail.com"
variable version 2.46
variable version 2.47
variable github_repo ebengoechea/de1app_plugin_DYE
variable name [translate "Describe Your Espresso"]
variable description [translate "Describe any shot from your history and plan the next one: beans, grinder, extraction parameters and people. Also includes beans-based workflow, shot history management, and profile tools."]
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/).

## [2.47] - 2024-04-25

### Changed
- Fully qualify calls to `define_last_desc` and `define_next_desc` in `check_settings`, as they were failing on first time DYE installs (but not on existing installs).
- Add total scale weight (divided by 10, `weight_chartable`) series to DSx2 charts. This also avoids X scale errors that happen when a new series is added on DSx2 main graph but it is not yet supported by DYE.

## [2.46] - 2024-03-10

### New
Expand Down

0 comments on commit cdfd32a

Please sign in to comment.