Skip to content

Commit

Permalink
Update changelog and version to v2.48
Browse files Browse the repository at this point in the history
  • Loading branch information
ebengoechea committed Apr 30, 2024
1 parent f632c23 commit f9c4f3d
Show file tree
Hide file tree
Showing 2 changed files with 9 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.47
variable version 2.48
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
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [2.48] - 2024-04-30

### Changed
- Fix bug that was raising a runtime error when opening DYE on first time app installs where a profile has never been defined (and so `$::settings(profile_title)` doesn't exist yet).
- Fix bug that was raising a runtime error when opening or filtering on DYE History Viewer on first time app installs with no shot history. Reported by John Buckmann.
- Fix bug when the skin was changed from another skin to DSx2 and then immediately after DYE plugin was enabled. This would run DYE `main` proc "as if under DSx2" but without DSx2 actually loaded, so would fail locating DSx2-only variables and raised a runtime error that it couldn't find `::skin_background_colour`.


## [2.47] - 2024-04-25

### Changed
Expand Down

0 comments on commit f9c4f3d

Please sign in to comment.