Skip to content

Commit

Permalink
Update version and changelog to v2.46
Browse files Browse the repository at this point in the history
  • Loading branch information
ebengoechea committed Mar 10, 2024
1 parent 950ca9b commit a99ffb4
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.45
variable version 2.46
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.46] - 2024-03-10

### New
- New DYE History Viewer for DSx2 page. View past shots on DSx2 main graph and compare them with other shots. Shot summary statistics and in-graph explorer (click the graph and move the finger left and right to see the exact values of each series and the profile step).

### Changed
- Fix errors that started appearing on the main DSx2 graph when DSx2 added new series ``\*_x2`` and ``zoom_\*``. Reported by Matt Bower and Karim.
- "workflow" literal removed from the last/source and next shots descriptions on DSx2 home page, as sometimes they made the line too long (specially on the new history viewer).
- DYE Favs title max length reduced in 2 characters when appearing in button labels, as sometimes they were overflowing the button width.
- Deleted extra unneeded "]" in Insight screensaver button command, which was producing a runtime error.
- Refactoring of utility functions in the ``::plugins::DYE`` namespace. New sub-namespaces created ``::plugins::DYE::shots``, ``plugins::DYE::ui``. DSx2 pages moved from ``::dui::pages`` namespace to ``::plugins::DYE::pages`` namespace.

## [2.45] - 2024-02-28

### Changed
Expand Down

0 comments on commit a99ffb4

Please sign in to comment.