Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Nov 4, 2021
1 parent 6ceaa5a commit 9deee83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "restream"
version = "1.1.0"
version = "1.2.0"
authors = ["Rien Maertens <[email protected]>"]
edition = "2018"

Expand Down
7 changes: 7 additions & 0 deletions reStream.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

# Current reStream.sh version
version="1.2.0"

# default values for arguments
remarkable="10.11.99.1" # remarkable connected through USB
landscape=true # rotate 90 degrees to the right
Expand All @@ -15,6 +18,10 @@ unsecure_connection=false # Establish a unsecure connection that is faster
# loop through arguments and process them
while [ $# -gt 0 ]; do
case "$1" in
-v | --version)
echo "reStream version: v$version"
exit
;;
-p | --portrait)
landscape=false
shift
Expand Down

0 comments on commit 9deee83

Please sign in to comment.