2020-03-01 14:32:30 +01:00
|
|
|
# Migration of modules
|
|
|
|
|
|
|
|
- bumblebee.util.which has been replaced with shutil.which
|
|
|
|
- bumblebee.engine.Module has been replaced with core.module.Module
|
2020-03-05 21:13:48 +01:00
|
|
|
- module __init__ has less parameters
|
|
|
|
- super() works differently
|
2020-03-06 14:31:29 +01:00
|
|
|
- engine.input.register_callback is now core.input.register
|
2020-03-06 14:52:16 +01:00
|
|
|
- update() only has a single parameter (self) (no widgets anymore)
|
2020-03-06 14:52:54 +01:00
|
|
|
- bumblebee.util.format stuff moved into util.format (byte, aslist, asbool, etc.)
|
2020-03-07 13:33:28 +01:00
|
|
|
- util.format.duration -> shorten -> compact, suffix -> unit
|