-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4070-1.0.17 | ||
4070-1.0.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
=> 4070-1.0.18 | ||
|
||
- use DRAW_EMPTY for empty regions (#1375) (Предраг Николић / Predrag Nikolic) | ||
- Show diagnostics with same begin and end range in the view (#1371) (Предраг Николић / Predrag Nikolic) | ||
- Register and unregister plugins properly (Raoul Wols) | ||
- Record the change_count from the UI thread, and then dispatch to the worker thread (#1369) (Raoul Wols) | ||
- Create managers on plugin load (Raoul Wols) | ||
- Allow hot-reloading of the plugin (#1366) (Raoul Wols) | ||
- Improvements for debug logging (#1362) (Raoul Wols) | ||
- Also restart all servers when the project was saved (Raoul Wols) | ||
- Expose more stuff in api (#1360) (Raoul Wols) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = (1, 0, 17) | ||
__version__ = (1, 0, 18) |