Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.28 KB

changelog.md

File metadata and controls

30 lines (21 loc) · 1.28 KB

0.0.12

🩹 Fixes

  • Fixed LRFutils.archive.new() without name leanding to "None" in the archive name.

🔧 Tweaks

  • Now, if any other parameter than name or verbose is given to the LRFutils.archive.ew() function, this parameter will be added to the name using LRFutils.archive.description() method.

0.0.11

Warning

This update include breaking changes 💥

📢 Announcements

➕ Additions

  • Added average_ETA parameter on progress bar to prevent variating ETA. By default, this parameter is set to 10

🔧 Tweaks

  • 💥 LRFutils.progress.Bar()'s duration parameter was renamed in show_duration to be more explicit.
  • 💥 LRFutils.log module was renamed LRFutils.logs in order to have a conveniant import line (from LRFutils import logs) while avoiding conflict with mathematical log function.
  • 💥 LRFutils.color.Color class, was removed. All the attribute are now directly in the module LRFutils.color (which allow to import the module on the same line than other ones from LRFutils import color, logs, archive [...])

0.0.10

🔎 Changelog doesn't go that far...