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
* Various fixes and version 8.0
* git ignore.
* Cleanup
* Fix
* workflows
* Apply suggestions from code review
* More build updates.
* Drop platform version
* Apply suggestions from code review
* Final tweak
* Speed up verification
* git ignore.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+15-6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
5
5
## [Unreleased]
6
6
7
+
- Removed json validation of config file
8
+
- Set minimum versions to 2024
9
+
- Updated to newer build tooling
10
+
7
11
## 0.7.0 - 2024-07-20
8
12
9
13
- Fixed an issue where initialisation could get into an infinite loop.
@@ -23,8 +27,9 @@
23
27
24
28
- Add check for dead processes to warn users that the dprint daemon is not responding
25
29
- Increase severity of logging in the event processes die or errors are seen in process communication
26
-
- This may be a little noisy, and if so disabling the plugin is recommended unless the underlying issue with the process can be fixed
27
-
- For intermittent or one off errors, just restart the dprint plugin via the `Restart dprint` action
30
+
- This may be a little noisy, and if so disabling the plugin is recommended unless the underlying issue with the
31
+
process can be fixed
32
+
- For intermittent or one off errors, just restart the dprint plugin via the `Restart dprint` action
28
33
- Upgrade dependencies
29
34
- Attempt to fix changelog update on publish
30
35
@@ -68,7 +73,8 @@
68
73
69
74
## 0.3.6
70
75
71
-
- Fix issue where using the IntelliJ formatter would result in a no-op on every second format, IntelliJ is reporting larger formatting ranges that content length and dprint would not format these files
76
+
- Fix issue where using the IntelliJ formatter would result in a no-op on every second format, IntelliJ is reporting
77
+
larger formatting ranges that content length and dprint would not format these files
72
78
- Better handling of virtual files
73
79
- Silence an error that is thrown when restarting dprint
74
80
- Improve verbose logging in the console
@@ -82,7 +88,8 @@
82
88
83
89
- Reduce timeout when checking if a file can be formatted in the external formatter
84
90
- Cache whether files can be formatted by dprint and create an action to clear this
85
-
- Remove custom synchronization and move to an IntelliJ background task queue for dprint tasks (this appears to solve the hard to reproduce lock up issues)
91
+
- Remove custom synchronization and move to an IntelliJ background task queue for dprint tasks (this appears to solve
92
+
the hard to reproduce lock up issues)
86
93
87
94
## 0.3.3
88
95
@@ -101,8 +108,10 @@
101
108
102
109
- Introduced support for v5 of the dprint schema
103
110
- Added a dprint tool window to provide better output of the formatting process
104
-
- Added the `Restart Dprint` action so the underlying editor service can be restarted without needed to go to preferences
105
-
- Removed the default key command of `cmd/ctrl+shift+option+D`, it clashed with too many other key commands. Users can still map this manually should they want it.
111
+
- Added the `Restart Dprint` action so the underlying editor service can be restarted without needed to go to
112
+
preferences
113
+
- Removed the default key command of `cmd/ctrl+shift+option+D`, it clashed with too many other key commands. Users can
0 commit comments