diff --git a/Plugin.php b/Plugin.php index 56068ea..c78bba4 100644 --- a/Plugin.php +++ b/Plugin.php @@ -85,7 +85,7 @@ class Plugin extends Base public function getPluginVersion() { - return '1.1.2'; + return '1.2.0'; } public function getPluginHomepage() diff --git a/README.md b/README.md index fa3ea0d..ddcd652 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ Each column header shows a **`Total:`** of its cards -- credits positive, debits net): red when negative (what you owe), green when positive, gray at zero. It is shown for every column, including `Total: R$0,00`. +You can hide the total on a per-column basis: open the column's dropdown menu (the caret next to +the column title) and pick **"Hide column total"**; the same menu then offers **"Show column +total"** to bring it back. This is a per-board manager action, remembered per column. + ### Installments and recurrence FinanceBuddy carries the money across copies. Kanboard's built-in recurrence and RecoReco's diff --git a/VERSION b/VERSION index c546c4c..01351fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -FinanceBuddy v1.1.2 +FinanceBuddy v1.2.0