Skip to content

Commit

Permalink
Update changelog and version to 2.41
Browse files Browse the repository at this point in the history
  • Loading branch information
ebengoechea committed Feb 15, 2024
1 parent 130d394 commit 1ffea78
Show file tree
Hide file tree
Showing 2 changed files with 13 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.40
variable version 2.41
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
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [2.41] - 2024-02-16

### New
- New dialog for beans and grinder selection from DSx2 espresso settings buttons. The new dialog slides from the right side of the page and allows selecting, searching, adding new values, and optionally propagating the last shot made with the beans to Next, or the last setting done with the grinder (matching beans if possible).
- Grinder with non-numeric settings now accept a **big_step** field in their definitions, that should be a positive integer giving the number of steps to move up/down when clicking on the big change arrow buttons. Requested by Matt Bower.
- On DSx2 settings page, if a grinder has no specification or it is invalid, revert to a text entry widget instead of just disabling it.

### Changed
- Headings and arrows for DYE inputs in DSx2 settings page reduced in size to match the DSx2 headings and arrows.
- If source shot was exactly the last shot, workflow value was not showing on the source shot description in DSx2 home page after an app restart. Fixed.
- Show DYE version in DYE Favs pages on bottom-right, instead of DSx2 version.

## [2.40] - 2024-02-13

### Changed
Expand Down

0 comments on commit 1ffea78

Please sign in to comment.