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 thewatch
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
- @RishiKumarRay made their first contribution in #11
- @Bchass made their first contribution in #15
- @TzviGreenfeld made their first contribution in #18
Full Changelog: v0.0.3...v0.0.4