Skip to content

Commit

Permalink
Cut 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Apr 24, 2021
1 parent f1595d7 commit c968b35
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.13
1.3.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"1.2.7": "messages/1.2.7.txt",
"1.2.8": "messages/1.2.8.txt",
"1.2.9": "messages/1.2.9.txt",
"1.3.0": "messages/1.3.0.txt",
"install": "messages/install.txt"
}
9 changes: 9 additions & 0 deletions messages/1.3.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
=> 1.3.0

# Features and Fixes

- Add plugin APIs: "on_*_capability_async" and "on_session_end_async" (#1638) (Rafał Chłodnicki)
- Lazily update log panel when it's opened (#1636) (Rafał Chłodnicki)
- Various improvements to the server troubleshooting functionality (Rafał Chłodnicki)
- Disable crashed servers in-memory instead of in project data (#1647) (Rafał Chłodnicki)
- Handle all cases where selection is absent thus resulting in a crash (#1646) (Rafał Chłodnicki)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 2, 13)
__version__ = (1, 3, 0)

0 comments on commit c968b35

Please sign in to comment.