Skip to content

Commit

Permalink
Cut 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Aug 7, 2021
1 parent 8f57b08 commit cb5762b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.8.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"1.6.0": "messages/1.6.0.txt",
"1.6.1": "messages/1.6.1.txt",
"1.7.0": "messages/1.7.0.txt",
"1.8.0": "messages/1.8.0.txt",
"install": "messages/install.txt"
}
21 changes: 21 additions & 0 deletions messages/1.8.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
=> 1.8.0

# New Client Configurations

- Add documentation for Phpactor (#1800) (theLine)

# Features and Fixes

- Discard diagnostics in a few cases (#1816) (Raoul Wols)
- Allow lists in `env` dict of client configuration (#1815) (Raoul Wols)
- Remember the cwd for plugins (#1814) (Raoul Wols)
- Re-evaluate what langservers to attach when the URI scheme changes (#1813) (Raoul Wols)
- Include the list of key bindings (shortcuts) in the documentation (#1805) (Rafał Chłodnicki)
- remove implementation status from docs as it is only developer related (Predrag Nikolic)
- Rewrite / reorganize the troubleshooting documentation (#1802) (Rafał Chłodnicki)
- Make hover popup also follow the show_diagnostics_severity_level setting (#1798) (Rafał Chłodnicki)
- Improve keyboard shortcuts documentation (#1799) (Rafał Chłodnicki)
- Update client configuration documentation (Rafal Chlodnicki)
- Fix UNC paths on Windows (Raoul Wols)
- Fix mypy type issue on windows (#1786) (Raoul Wols)
- LSP-Serenata doesn't support ST4 (Luca Pomero)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 7, 0)
__version__ = (1, 8, 0)

0 comments on commit cb5762b

Please sign in to comment.