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
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
> **Note**: odd version numbers, for example, `0.13.0`, are not included in this changelog. They are used to test the new features and fixes before the final release.
9
9
10
-
## [0.25.3] - Unreleased
10
+
## [0.25.4] - Unreleased
11
11
12
12
### Added:
13
13
@@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
- Improved diagnostics range detection to ensure that they only appear againt the relevant code and don't overlap with ending quotes and commas
25
25
- Detection: Changed isDevProxyRunning check to use Dev Proxy API instead of process detection
26
26
27
+
### Fixed:
28
+
29
+
- Detection: Improved new version detection logic to resolve issue where toast notification would output irrelevant information
0 commit comments