Skip to content

Releases: adafruit/Adafruit_Python_Shell

Updated the message on last reboot check to remind users to re-run script

05 Mar 20:10
e4d4d65
Compare
Choose a tag to compare

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Added some more functions

03 Mar 19:19
15a19fa
Compare
Choose a tag to compare
  • Added a function to prompt for reboot
  • Added a function to check if the system has been rebooted since the last kernel update

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Run Command Bug Fixes

12 Feb 00:56
82deb93
Compare
Choose a tag to compare
  • Fixed an issue where errors didn't show when running shell commands
  • Fixed an issue where it was returning a misspelled release name
  • Fixed an issue where sometimes pressing control-c while running a command would mess with the terminal

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Fixed some copy/move related bugs

26 Jan 21:11
695fd5e
Compare
Choose a tag to compare
  • Fixed an issue where it failed to copy if the destination was a directory
  • Fixed an issue where it failed to copy if the file already existed
  • Fixed an issue where it failed to moved if the file already existed

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Minor improvements and bugfixes

26 Jan 17:29
7ea1ad3
Compare
Choose a tag to compare
  • run_command suppresses errors on utf-8 decoding
  • Added copy function for copying files.

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

1.2.1: Merge pull request #5 from makermelissa/master

01 Oct 19:30
70224b6
Compare
Choose a tag to compare
  • run_command can return the result now
  • Added python3 check

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Added search/replace, popd, pushd, date, and more

26 Sep 22:09
3e8e9b0
Compare
Choose a tag to compare
  • Added pattern find/replace
  • Added popd/pushd functions
  • Added date function

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Added board detection and OS convenience functions

21 Sep 22:57
9c77a98
Compare
Choose a tag to compare

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Added reboot, chdir and getcwd

30 Aug 23:08
d36a30b
Compare
Choose a tag to compare

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.

Initial Release

27 Aug 21:38
98183be
Compare
Choose a tag to compare

To use in CPython, pip3 install Adafruit-Python-Shell.

Read the docs for info on how to use it.