Skip to content

Commit cc2e2d1

Browse files
committed
Bumped the version to 1.7 [CI SKIP]
1 parent c54ac60 commit cc2e2d1

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

aminet.readme

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Short: Stream video from major online platforms
22
Uploader: walkero@gmail.com (George Sokianos)
33
Author: walkero@gmail.com (George Sokianos)
44
Type: util/batch
5-
Version: 1.6.2
5+
Version: 1.7
66
Architecture: ppc-amigaos; ppc-morphos
77
Distribution: Aminet
88
Requires: dev/lang/Python_2.lha
@@ -62,6 +62,10 @@ https://github.com/walkero-gr/aiostreams/projects/1
6262

6363
Changelog
6464
-------------
65+
v1.7
66+
* Fixed skaitv live script
67+
* Removed Mixer.com script as it shut down
68+
6569
v1.6.2
6670
* Added automated release process to OS4Depot and Aminet
6771

cmn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
except ImportError:
88
pass
99

10-
aioVer = "1.6.2"
11-
aioReleaseDate = "2020-07-27"
10+
aioVer = "1.7"
11+
aioReleaseDate = "2021-01-15"
1212
userOS = sys.platform
1313

1414
class cmnHandler:

docs/aiostreams.guide

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@database "aiostreams.guide"
22
@author "George (walkero) Sokianos"
3-
@$VER: 1.6.2 (2020-07-27)
3+
@$VER: 1.7 (2021-01-15)
44
@wordwrap
55
@node "MAIN" "aiostreams"
66
@next "Requirements"
@@ -12,7 +12,7 @@
1212
/_/ \\_\\___\\___/|___/\\__|_| \\___|\\__,_|_| |_| |_|___/
1313

1414
@{b}All In One streams@{ub}
15-
@{i}v1.6.2 (2020-07-27)@{ui}
15+
@{i}v1.7 (2021-01-15)@{ui}
1616
@{jleft}@{lindent 3}@{rindent 3}
1717
All In One streams (aiostreams) is a pack of scripts, written in Python, that can be used to stream and watch videos from different online networks, like Twitch.tv and lbry.tv.
1818

@@ -564,6 +564,10 @@ If you have any websites that you would like to be supported, please contact me
564564
@{jleft}@{lindent 3}
565565
@{b}Changelog@{ub}
566566

567+
v1.7
568+
* Fixed skaitv live script
569+
* Removed Mixer.com script as it shut down
570+
567571
v1.6.2
568572
* Added automated release process to OS4Depot and Aminet
569573

os4depot.readme

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: aiostreams
22
description: Stream video from major online platforms
3-
version: 1.6.2
3+
version: 1.7
44
author: George Sokianos
55
submitter: George Sokianos
66
email: walkero@gmail.com
@@ -67,6 +67,10 @@ https://github.com/walkero-gr/aiostreams/projects/1
6767

6868
Changelog
6969
-------------
70+
v1.7
71+
* Fixed skaitv live script
72+
* Removed Mixer.com script as it shut down
73+
7074
v1.6.2
7175
* Added automated release process to OS4Depot and Aminet
7276

0 commit comments

Comments
 (0)