@vibeflow-tools/cli 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/cli/index.js +26 -26
- package/dist/client/kanban-browser.js +14 -15
- package/dist/client/overlay-browser.js +1 -1
- package/dist/index.js +26 -26
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 9916d73: Replace select button with long-press multiselect and change default task limit
|
|
8
|
+
|
|
9
|
+
- Removed the "Select" button from the kanban header
|
|
10
|
+
- Multiselect is now activated by long-pressing (300ms) any task card
|
|
11
|
+
- Pressing ESC exits select mode
|
|
12
|
+
- A minimalistic indicator (pulsing dot + count) shows when in select mode
|
|
13
|
+
- Changed default task list limit from 20 to 5
|
|
14
|
+
|
|
3
15
|
## 0.7.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|