You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A command-line tool for managing YouTrack workflows with seamless local development experience.
4
4
5
-
## [1.5.0] - 2026-01-12
5
+
## [1.5.1] - 2026-01-12
6
6
7
7
### New Features
8
8
@@ -13,6 +13,10 @@ A command-line tool for managing YouTrack workflows with seamless local developm
13
13
- Can be mixed with workflow-only targets: `ytw logs workflow1/rule1 workflow2`
14
14
- Works with all existing options (`--watch`, `--top`, `--all`)
15
15
16
+
### Bug Fixes
17
+
18
+
-**Fixed stale cache issue during pull/sync**: Files deleted on YouTrack server were not being removed locally during pull operations. The server cache is now cleared before downloading to ensure fresh data is fetched.
0 commit comments