All Versions
10
Latest Version
Avg Release Cycle
11 days
Latest Release
2931 days ago

Changelog History

  • v0.4.2 Changes

    April 08, 2017

    ๐Ÿ”„ Changelog

    0.4.2 (2017-04-08)

    ๐Ÿ› Bug Fixes

    • #90 - Fix Sphinx document generation issues.

    โšก๏ธ Updates

    • โšก๏ธ Update list of commands.
    • #92 - Update feed_key to feed and process_keys forprompt-toolkit` v1.0.1+.
  • v0.4.1 Changes

    May 31, 2015

    ๐Ÿ”„ Changelog

    0.4.1 (2015-05-31)

    ๐Ÿ› Bug Fixes

    • ๐ŸŽ #83 - Update to prompt-toolkit 1.0.0, which includes a number of performance improvements (especially noticeable on Windows) and bug fixes.

    โšก๏ธ Updates

    • ๐Ÿณ #75, #76 - Fix groff install and follow Dockerfile best practices.
    • โšก๏ธ #85 - Update packaging dependencies based on semantic versioning.
    • ๐Ÿ‘• #86 - Fix linter issues regarding imports.
    • โšก๏ธ Update list of commands.
    • โšก๏ธ Update INSTALLATION:
      • Add install from SOURCE.
      • Add note about OS X 10.11 pip issue (now also in README).
      • Update intro.
    • ๐Ÿ’… Update link to style guide in CONTRIBUTING.
  • v0.4.0 Changes

    December 08, 2015

    ๐Ÿ”„ Changelog

    0.4.0 (2015-12-08)

    ๐Ÿ”‹ Features

    • ๐Ÿ’… Implemented #67: Add Fish-style auto suggestions.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #71: Disable color output for shell commands.
    • ๐Ÿ›  Fixed #72: Exiting with F10 does not clear the menu bar.

    โšก๏ธ Updates

    • โšก๏ธ Updated list of commands.
    • โšก๏ธ Updated repo README.
      • Added auto suggestions.
    • ๐Ÿ›  Fixed #66: Removed docs/build from source repo.
  • v0.3.2 Changes

    October 16, 2015

    ๐Ÿ”„ Changelog

    0.3.2 (2015-10-16)

    ๐Ÿ”‹ Features

    • ๐Ÿณ Resolved #38: Added Docker installation support, by frosforever.
    • Resolved #39: Changed completion matching to ignore case.
    • Resolved #40: Added emr --cluster-states completions.
    • โšก๏ธ Resolved #52 and #58: Updated list of auto-completed commands and subcommands.
    • ๐Ÿšš Resolved #53: Moved shortcuts out of ~/.sawsrc to a new file ~/.saws.shortcuts to simplify managing shortcuts.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #22 and #26:
      • ordereddict is now only installed with Python 2.6.
      • enum34 is now only installed with Python 3.3 and below.
    • ๐Ÿ›  Fixed #29: SAWS is now compatible with prompt_toolkit version 0.52, by jonathanslenders.
    • ๐Ÿ›  Fixed #33: SAWS will no longer exit on keyboard interrupt such as Ctrl-C, which can be useful to terminate long-running aws-cli commands.
    • ๐Ÿ›  Fixed #35: Grep now works consistently with shortcuts, by mlimaloureiro.
    • ๐Ÿ›  Fixed #41: Blank entry is no longer shown in list of completion if there is no optional value set for a given tag's key.
    • ๐Ÿ›  Fixed #60: Running an empty command no longer results in a pygmentize syntax error.
    • ๐Ÿ›  Fixed #61: Refreshing resources multiple times no longer results in an exception.

    โšก๏ธ Updates

    • โž• Added PyPI keywords for easier searching.
    • โšก๏ธ Updated PyPI README.
      • Added GitHub repo link, issue tracker, and repo gif.
    • โž• Added INSTALLATION doc, with the following updates:
      • Added virtualenv installation section.
      • Added Pipsi installation section #44, by svieira.
      • Added Docker installation section #38, by frosforever.
    • โšก๏ธ Updated repo README.
      • Updated discussion of shortcuts with the new ~/.saws.shortcuts file.
      • Added Command History section.
      • Updated AWS Credentials and Named Profiles section.
      • Added command to run SAWS in the Developer Installation section.
      • Updated Motivation section to include fuzzy shortcut completion, toolbar options, execution and piping of shell commands. and history of commands.
      • Mentioned initial testing of Python 3.5 support.
      • Added install from GitHub source instructions to get the latest dev release
    • โšก๏ธ Updated docs.
  • v0.3.1

    October 15, 2015
  • v0.3.0

    October 15, 2015
  • v0.2.1 Changes

    September 23, 2015

    ๐Ÿ”„ Changelog

    0.2.1 (2015-09-23)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #29: Dependency python-prompt-toolkit > 0.50 breaks saws.
  • v0.2.0 Changes

    September 22, 2015

    ๐Ÿ”„ Changelog

    0.2.0 (2015-09-22)

    ๐Ÿ”‹ Features

    • โž• Added support for #18: Multiple syntax highlighting themes.
    • โž• Added improved support for #17: Execute shell commands within SAWS, including piping.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #21: Current command is overwritten on screen when refreshing resources with F5, by jonathanslenders.

    โšก๏ธ Updates

    • โšก๏ธ Updated README installation section with:
      • Virtualenv instructions.
      • Details on how to run AWS named profiles/credentials.
      • Supported/tested platforms.
    • โšก๏ธ Updated README developer installation section with a new command to build the docs.
    • โšก๏ธ Updated docs.
  • v0.1.1 Changes

    September 21, 2015

    ๐Ÿ”„ Changelog

    0.1.1 (2015-09-21)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #14: Fuzzy completions are sometimes showing incorrect
      completions for built-in commands and subcommands.

    โšก๏ธ Updates

    • โšก๏ธ Updated README installation section on how to run SAWS.
    • โšก๏ธ Updated docs.
    • โšก๏ธ Updated description, download url, license, and classifiers in
      setup.py.
  • v0.1.0 Changes

    September 21, 2015

    ๐Ÿ”„ Changelog

    0.1.0 (2015-09-21)

    • ๐ŸŽ‰ Initial release.