diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 384a005..6e80c81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ on: # branches: [ dev ] env: - DALYINSKI_VERSION: 0.17 + DALYINSKI_VERSION: 1.0 # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/README.md b/README.md index ea59734..ed25638 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ You should now be able to browse videos with the Android app. **Make sure the Firefox window remains open while you are using the app!** # Screenshots - - - - + + + + # Development Dependencies ## Linux diff --git a/android/client.py b/android/client.py index cba6097..4f83a3f 100755 --- a/android/client.py +++ b/android/client.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -__version__ = '0.8' +__version__ = 1.0 import socket import pickle diff --git a/android/main.py b/android/main.py index f59ba70..d16e9c6 100755 --- a/android/main.py +++ b/android/main.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -__version__ = '0.19' +__version__ = 1.0 import threading import os diff --git a/dalyinski/server/gui.py b/dalyinski/server/gui.py index 3231b86..c762d8b 100755 --- a/dalyinski/server/gui.py +++ b/dalyinski/server/gui.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -__version__ = '0.6' +__version__ = 1.0 import wx import wx.adv diff --git a/dalyinski/server/server.py b/dalyinski/server/server.py index 0ce304b..22409bf 100755 --- a/dalyinski/server/server.py +++ b/dalyinski/server/server.py @@ -3,7 +3,7 @@ # BUG: Message: Browsing context has been discarded, when you switch tabs then return to youtube # BUG: Handle clicking immediately on fullscreen button # BUG: If the browser is minimized nothing gets sent to client -__version__ = 0.16 +__version__ = 1.0 import socket import time diff --git a/screenshots/Screenshot (Mar 6, 2021 12 29 12).png b/screenshots/Screenshot_(Mar_6,_2021_12_29_12).png similarity index 100% rename from screenshots/Screenshot (Mar 6, 2021 12 29 12).png rename to screenshots/Screenshot_(Mar_6,_2021_12_29_12).png diff --git a/screenshots/Screenshot_(Mar_6,_2021_12_40_49).png b/screenshots/Screenshot_(Mar_6,_2021_12_40_49).png new file mode 100644 index 0000000..6cadb71 Binary files /dev/null and b/screenshots/Screenshot_(Mar_6,_2021_12_40_49).png differ