Skip to content

Squirrel v0.0.4

Latest
Compare
Choose a tag to compare
@zeddo123 zeddo123 released this 13 Mar 12:55
· 4 commits to master since this release

Squirrel v0.0.4

This new version of squirrel bring a host of features and big fixes. The most notable one is the introduction of a new PluginManager that provides a way to handle dependencies for plugins.

What's Changed

New Features

  • Added GH Action to test using tox by @RishiKumarRay in #11
  • support for python 3.8 (fixed) by @Bchass in #15
  • New Plugin Manager implementation by @zeddo123 in #9
  • Add PEP8 Linting to GitHub action by @h-leth in #20
  • General command to retrieve data in a raw format by @zeddo123 in #25
  • Squirrel artist credit by @Bchass in #27
  • Accept and output any date format passed as input by @zeddo123 in #29
  • Improved output formatting of number
  • Add --delay to the watch command
  • Performace improvement to watch command.

Bug fixes

  • Indent function fixed by @Bchass in #23
  • Typo by @Bchass in #24
  • fixed typo in line 44 by @TzviGreenfeld in #18
  • fixed today count in overview command
  • Fix bug: use pkgutil to load plugin config files

New Contributors

Full Changelog: v0.0.3...v0.0.4