Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Prepare v0.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonw committed May 10, 2018
1 parent 90538ea commit 8cbd78d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v0.11.2

### General

- Fixed indentation bug in outline view. (#176)
- Fixed console scroll behavior where the console wouldn't allow the user to scroll while new messages were coming in.
- Diagnostics popups are now scrollable, with a fixed maximum height.
- Removed NODE_PATH override that was sometimes causing issues. (see #64)
- Added a scoped setting to enable/disable signature help.

### Debugger

- Made the 'multi-line' tip in the debugger console more compact.
- The debugger console now stays focused when the debugger hits a breakpoint.
- Fixed duplicate debugger tabs when switching hostnames.
- Added shortcut for the "Debugger" menu on Windows (`alt-d`).

### Terminal

- Clicking on absolute paths in the terminal now opens the file in Atom.
- Fixed a bug where the terminal scrollbar would be unclickable.

## v0.11.1

- Fix atom-ide-debugger-native-gdb on systems with a different Node version from Atom.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atom-ide-ui",
"version": "0.11.1",
"version": "0.11.2",
"description": "A collection of Atom UIs to support language services.",
"keywords": [],
"repository": "https://github.com/facebook-atom/atom-ide-ui",
Expand Down

0 comments on commit 8cbd78d

Please sign in to comment.