Skip to content

Commit

Permalink
Update changelog and version to 2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
ebengoechea committed Feb 18, 2024
1 parent d13a720 commit 4cd9cd6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DYE.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ try {
namespace eval ::plugins::DYE {
variable author "Enrique Bengoechea"
variable contact "enri.bengoechea@gmail.com"
variable version 2.41
variable version 2.42
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."]

# Dependece: 1.42.1.102 should contain SDB update to support favorites & workflow,
# and DUI update to support correct z-order in dui::page::add_items.
variable min_de1app_version {1.42.1.102}
variable min_de1app_version {1.43.1}
variable min_DSx_version {4.79}
variable debug_text {}

Expand Down Expand Up @@ -2206,6 +2206,7 @@ namespace eval ::plugins::DYE::favorites {
variable all_recent
array set all_recent {}

# This signals select_profile_enter_hook that it can ignore profile changes while loading a fav
variable _is_loading 0

proc max_number {} {
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.42] - 2024-02-18

### New
- DYE Favorites buttons on DSx2 now have the same aspect as DSx2 buttons: the Fav type icon has moved inside the button, and a vertical line separates the icon from the label text.
- Now when a favorite button is clicked, the color changes briefly to signal is has been clicked (like Streamline buttons).
- Now when a favorite is loaded, its icon changes color to flag it has been selected. It is deselected automatically if any relevant piece of data for the Next shot changes.
- Flush settings (time and flow) are now stored in Fixed favorites if "Workflow settings" are selected in "What to copy". Suggested by Matt Bower.
- Shots done with profiles having ``beverage_type`` "cleaning" or "calibrate" are ignored when querying the recent favorites.

### Changed
- Requires DE1 app version >= 1.43.1

## [2.41] - 2024-02-16

### New
Expand Down

0 comments on commit 4cd9cd6

Please sign in to comment.