Skip to content

Commit

Permalink
bump version 3.8.8 (feeluown#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Aug 9, 2022
1 parent dfb4eac commit a0cdebf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
版本变更历史
----------------------
3.8.8 (2022-08-09)
""""""""""""""""""""""
- 缺陷修复

- 修复 macOS 环境下,歌曲表格序号和时长列宽度太窄的问题
- 修复歌曲不能拖动的问题

3.8.7 (2022-08-01)
""""""""""""""""""""""
Expand Down
2 changes: 1 addition & 1 deletion feeluown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .consts import LOG_FILE


__version__ = '3.8.7'
__version__ = '3.8.8'


dict_config = {
Expand Down

0 comments on commit a0cdebf

Please sign in to comment.