Skip to content

Commit 8d2bd3e

Browse files
committed
final polish
1 parent 10b31e1 commit 8d2bd3e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ You can get the config.py path with `lash getconfig` command
5555

5656
# Release notes
5757

58+
## v1.2.4 - Media support
59+
60+
* Download musics/videos with `yt` command
61+
* Edit audio files with `audio` functions; cut, get
62+
* Edit/make video files with `video` functions; rec, make, resume, intro, end, cut
63+
* Monitore your system with `monitor` command (TUI dashboard)
64+
* New command to image: `make_video`
65+
* New command to web: `mail`
66+
* Commands stylezed with Rich lib
67+
* Web `ghscrape` bug fix
68+
5869
## v1.2.3 - Bug fix and math
5970

6071
* Handling errors in `spy injection`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'mss~=6.1.0',
4343
'python-opencv~=4.5.5.62',
4444
'pytube~=12.1.0',
45-
'moviepy~=1.0.3'
45+
'moviepy~=1.0.3',
4646
'matplotlib~=3.5.1',
4747
'numpy~=1.22.0',
4848
'tqdm~=4.62.3',

0 commit comments

Comments
 (0)