diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0573d3e1..bfe3f628 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,24 @@ Change Log for ykdl =================== +1.8.0 beta 1 +------------ + +:warning: :warning: :warning: + +- code clear and unified code style +- split JSEngine as standalone package +- refactor many core modules, now they become powerful and ease for use +- add support for persistent connection +- add support for crypto M3U +- add support for multi streams in same format, and lower quality fallback + for `--format` +- remove EOL sites: Bobo, Chushou, Huomao +- fix setup.py bug which wrong pack of wheel +- fixed many bugs +- updated some sites + + 1.8.0 alpha 2 ------------- diff --git a/LICENSE.txt b/LICENSE.txt index d4bed63e..8d4dfe58 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -4,7 +4,7 @@ This is a copy of the MIT license. Copyright (C) 2012 - 2016 Mort Yao Copyright (C) 2012 Boyu Guo Copyright (C) 2015 - 2021 Zhang Ning -Copyright (C) 2017 - 2021 SeaHOH +Copyright (C) 2017 - 2022 SeaHOH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/ykdl/version.py b/ykdl/version.py index cb8f8e39..5b25196e 100644 --- a/ykdl/version.py +++ b/ykdl/version.py @@ -1 +1 @@ -__version__ = '1.8.0a2' +__version__ = '1.8.0b1'