Skip to content

Commit

Permalink
Bump 1.8.0 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH committed Jan 8, 2022
1 parent 3f1c785 commit be4bf4a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Change Log for ykdl
===================

1.8.0 beta 1
------------

:warning: :warning: :warning: <lots of breaks except CLI>

- 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
-------------

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a copy of the MIT license.
Copyright (C) 2012 - 2016 Mort Yao <[email protected]>
Copyright (C) 2012 Boyu Guo <[email protected]>
Copyright (C) 2015 - 2021 Zhang Ning <[email protected]>
Copyright (C) 2017 - 2021 SeaHOH <[email protected]>
Copyright (C) 2017 - 2022 SeaHOH <[email protected]>

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
Expand Down
2 changes: 1 addition & 1 deletion ykdl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.8.0a2'
__version__ = '1.8.0b1'

0 comments on commit be4bf4a

Please sign in to comment.