Skip to content

Commit

Permalink
chore: new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuadrini committed Jan 13, 2023
1 parent cba7369 commit 5bfa8b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes

## 1.5.0
Jan 13, 2023

- _Refactor module_; all business logic into functions: **make_playlist**, **write_playlist** and **add_extension**
- Add `-S` or `--split` cli argument: see issue #2
- Fix check image and append mode
- Fix _enabled_encoding_ when is just enabled

## 1.4.0
Nov 10, 2022

Expand Down
2 changes: 1 addition & 1 deletion __info__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

"""Information variable used by modules on this package."""

__version__ = '1.4.0'
__version__ = '1.5.0'
__author__ = 'Matteo Guadrini'
__email__ = '[email protected]'
__homepage__ = 'https://github.com/MatteoGuadrini/mkpl'
2 changes: 1 addition & 1 deletion mkpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# region globals
FILE_FORMAT = {'mp1', 'mp2', 'mp3', 'mp4', 'aac', 'ogg', 'wav', 'wma', 'm4a', 'aiff',
'avi', 'xvid', 'divx', 'mpeg', 'mpg', 'mov', 'wmv', 'flac', 'alac'}
__version__ = '1.4.0'
__version__ = '1.5.0'


# endregion
Expand Down

0 comments on commit 5bfa8b7

Please sign in to comment.