Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 2.35 KB

CHANGELOG.rst

File metadata and controls

57 lines (47 loc) · 2.35 KB

CHANGELOG

0.2.2

  • bugfix:Dependency: Fix bcdoc import errors. Fixes #247.

0.2.1

  • bugfix:AWS CLI: Fixes #208. Update the AWS Shell to support the latest version of the AWS CLI.

0.2.0

  • bugfix:Command History: Ensure aws prefix is not prepended twice in command history. Fixes #157
  • bugfix:Keybinding: Switching between emacs/vi keybindings now functions properly
  • enhancement:Documentation: The documentation pane can now be focused and navigated. Fixes #74, #159

0.1.1

  • bugfix:AWS CLI: Fix issue with latest version of the AWS CLI that would cause the AWS Shell to raise an exception on startup. The minimum version of the AWS CLI has been bumped to 1.10.30. (issue 118)

0.1.0

  • feature:Dot Commands: Add .exit/.quit dot commands (issue 97)
  • feature:Documentation: Show documentation for global arguments (issue 51)
  • feature:Dot Commands: Add .cd dot command (issue 97)
  • feature:Dot Commands: Add .profile dot command (issue 97)
  • feature:Command Line Arguments: Add --profile command line option (issue 89)
  • bugfix:Completer: Fix crash when attempting server side completion with no region configured option (issue 84)
  • feature:Lexer: Add lexer/syntax highlighting (issue 27)
  • feature:Server Side Completion: Add server side completion for Elastic Load Balancing (issue 79)
  • feature:Server Side Completion: Add server side completion for Amazon Kinesis (issue 73)
  • bugfix:Windows: Fix crash when using .edit on Windows (issue 55)