Skip to content

Commit

Permalink
Version 1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
antisa committed Mar 6, 2021
1 parent 247d82b commit f588b44
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<img src="screenshots/main.png" width=200 height=400>
<img src="screenshots/browse.png" width=200 height=400>
<img src="screenshots/playback.png" width=200 height=400>
<img src="screenshots/playlists.png" width=200 height=400>
<img src="screenshots/Screenshot_20210306-113503.png" width=200 height=400>
<img src="screenshots/Screenshot_20210306-113510.png" width=200 height=400>
<img src="screenshots/Screenshot_20210306-114735.png" width=200 height=400>
<img src="screenshots/Screenshot_(Mar_6,_2021_12_40_49).png" width=200 height=400>

# Development Dependencies
## Linux
Expand Down
2 changes: 1 addition & 1 deletion android/client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = '0.8'
__version__ = 1.0

import socket
import pickle
Expand Down
2 changes: 1 addition & 1 deletion android/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = '0.19'
__version__ = 1.0

import threading
import os
Expand Down
2 changes: 1 addition & 1 deletion dalyinski/server/gui.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = '0.6'
__version__ = 1.0

import wx
import wx.adv
Expand Down
2 changes: 1 addition & 1 deletion dalyinski/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added screenshots/Screenshot_(Mar_6,_2021_12_40_49).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f588b44

Please sign in to comment.