Skip to content

Commit

Permalink
Cut 4070-1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Oct 18, 2020
1 parent 261264c commit 87669c7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4070-1.0.17
4070-1.0.18
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"4070-1.0.15": "messages/4070-1.0.15.txt",
"4070-1.0.16": "messages/4070-1.0.16.txt",
"4070-1.0.17": "messages/4070-1.0.17.txt",
"4070-1.0.18": "messages/4070-1.0.18.txt",
"install": "messages/install.txt"
}
11 changes: 11 additions & 0 deletions messages/4070-1.0.18.txt
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)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 0, 17)
__version__ = (1, 0, 18)

0 comments on commit 87669c7

Please sign in to comment.