Skip to content

Commit

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

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

## [2.43] - 2024-02-20

### Changed
- Loading source shot graphs in DSx2 now works also for the alternate graph view with a second Y axis.
- Avoid icon flashing when Fav buttons are clicked.
- Shorter duration of Fav button color change when clicked, to try to make it work better in slower tablets.
- Last/Source and Next shot descriptions on DSx2 home page are no longer appearing/dissapearing briefly on settings page (such as when returning from grinder or bean selection dialog)
- Labels in DSx2 buttons for beans and grinder selection now should fit inside the button width (and can now wrap to 2 lines)

## [2.42] - 2024-02-18

### New
Expand Down

0 comments on commit e13a9c3

Please sign in to comment.