Skip to content

Releases: fzi-forschungszentrum-informatik/robot_folders

0.6.0

27 Jun 07:37
Compare
Choose a tag to compare

Changed behaviour / new features

Minor changes

  • Add a test for the active_environment command by @fmauch in #25
  • Migrate from legacy importlib.path to importlib.files by @fmauch in #28
  • Testing by @fmauch in #29
  • Make the importlib migration correct by @fmauch in #30
  • [CI] Name test jobs with python version, skip coverage upload when using act by @fmauch in #33
  • Bump version by @fmauch in #34

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

22 May 16:25
Compare
Choose a tag to compare

We are happy to announce a new release of robot_folders! This release contains mainly documentation-related changes, but also one new small feature and one bugfix

New features

  • Write currently sourced environment to prompt
    This way, so you can directly see which environment is active. Your shell will look something like this:
    [my_env] user@machine:~$ █
    
    If you do not want that, please add export ROB_FOLDERS_DISABLE_PROMPT_MODIFICATION=1 into your shell setup, e.g. your ~/.bashrc. Done by @fmauch in #18

Bugfixes

  • Fix a possible race condition when running multiple ce commands in parallel by @fmauch in #22

Others

  • Switch installation instructions to pypi by @fmauch in #11
  • Remove old pytest call as we now use coverage.py by @fmauch in #12
  • Link to pages docs by @fmauch in #13
  • Install -e for coverage report by @fmauch in #14
  • Fix typo by @fmauch in #15
  • Use correct package name in installation by @fmauch in #16
  • Add favicon to documentation by @fmauch in #17
  • Add badges to README by @fmauch in #20
  • Do not add the current env multiple times on consecutive sources by @fmauch in #21

Full Changelog: 0.4.1...0.5.0

0.4.1

15 May 13:06
Compare
Choose a tag to compare

Bugfixes

  • Fix sourcing of default ROS 2 distro if only one present by @fmauch in #9

Full Changelog: 0.4.0...0.4.1

0.4.0

15 May 12:36
Compare
Choose a tag to compare

Initial pipy release