Skip to content

Commit

Permalink
Released v1.3.0-beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Dec 4, 2016
1 parent cbf4bf4 commit d0519dd
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 12 deletions.
6 changes: 3 additions & 3 deletions App/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.4.1")]
[assembly: AssemblyFileVersion("1.2.4.1")]
[assembly: AssemblyInformationalVersionAttribute("1.2.5-SNAPSHOT")]
[assembly: AssemblyVersion("1.3.0.2")]
[assembly: AssemblyFileVersion("1.3.0.2")]
[assembly: AssemblyInformationalVersionAttribute("1.3.0-beta2")]
4 changes: 2 additions & 2 deletions Console/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.0.2")]
[assembly: AssemblyFileVersion("1.3.0.2")]
[assembly: AssemblyInformationalVersionAttribute("1.3.0-beta2")]
4 changes: 2 additions & 2 deletions LibDmd/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.0.2")]
[assembly: AssemblyFileVersion("1.3.0.2")]
[assembly: AssemblyInformationalVersionAttribute("1.3.0-beta2")]
35 changes: 30 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ All options are documented in the tool.
```
C:\>dmdext
DMD Extensions v1.2.4
DMD Extensions v1.3.0-beta2
USAGE: dmdext <command> [<options>]
mirror Mirrors pixel data from the screen or memory to all available
Expand All @@ -118,7 +118,7 @@ USAGE: dmdext <command> [<options>]
```
C:\>dmdext mirror --help
DMD Extensions v1.2.4
DMD Extensions v1.3.0-beta2
USAGE: dmdext mirror --source=<source> [--destination=<destination>]
-s, --source Required. The source you want to retrieve DMD data
Expand Down Expand Up @@ -158,6 +158,10 @@ USAGE: dmdext mirror --source=<source> [--destination=<destination>]
the DMD window. Four values: <Left> <Top> <Right>
<Bottom>. Default: "12 8 8 12".
--propinball-args [propinball] Arguments send from the Pro Pinball
master process. Usually something like: "ndmd
w0_0_0_0_w m392".
-d, --destination The destination where the DMD data is sent to. One
of: [ auto, pindmdv1, pindmdv2, pindmdv3, pin2dmd,
virtual ]. Default: "auto", which outputs to all
Expand All @@ -181,10 +185,16 @@ USAGE: dmdext mirror --source=<source> [--destination=<destination>]
--use-gray4 Sends frames in 4-bit grayscale to the display if
supported. Default: false
-c, --color Sets the color of a grayscale source that is
rendered on an RGB destination. Default: ff3000
--flip-x Flips the image horizontally. Default: false.
--flip-y Flips the image vertically. Default: false.
-p, --port Force COM port for PinDMDv3 devices. Example:
"COM3".
-q, --quit-when-done Exit the program when finished, e.g. when Pinball
FX2 doesn't receive any frames anymore. Default:
false
Expand All @@ -198,11 +208,11 @@ USAGE: dmdext mirror --source=<source> [--destination=<destination>]
```
C:\>dmdext play --help
DMD Extensions v1.2.4
DMD Extensions v1.3.0-beta2
USAGE: dmdext play --file=<image path> [--destination=<destination>]
-f, --file Required. Path to the file to play. Currently
supported file types: PNG, JPG.
supported file types: PNG, JPG, BIN (raw).
-d, --destination The destination where the DMD data is sent to. One
of: [ auto, pindmdv1, pindmdv2, pindmdv3, pin2dmd,
Expand All @@ -227,10 +237,16 @@ USAGE: dmdext play --file=<image path> [--destination=<destination>]
--use-gray4 Sends frames in 4-bit grayscale to the display if
supported. Default: false
-c, --color Sets the color of a grayscale source that is
rendered on an RGB destination. Default: ff3000
--flip-x Flips the image horizontally. Default: false.
--flip-y Flips the image vertically. Default: false.
-p, --port Force COM port for PinDMDv3 devices. Example:
"COM3".
-q, --quit-when-done Exit the program when finished, e.g. when Pinball
FX2 doesn't receive any frames anymore. Default:
false
Expand All @@ -243,9 +259,12 @@ USAGE: dmdext play --file=<image path> [--destination=<destination>]
```
C:\>dmdext test --help
DMD Extensions v1.2.4
DMD Extensions v1.3.0-beta2
USAGE: dmdext test [--destination=<destination>]
-f, --file Required. Path to the file to play. Currently
supported file types: PNG, JPG, BIN (raw).
-d, --destination The destination where the DMD data is sent to. One
of: [ auto, pindmdv1, pindmdv2, pindmdv3, pin2dmd,
virtual ]. Default: "auto", which outputs to all
Expand All @@ -269,10 +288,16 @@ USAGE: dmdext test [--destination=<destination>]
--use-gray4 Sends frames in 4-bit grayscale to the display if
supported. Default: false
-c, --color Sets the color of a grayscale source that is
rendered on an RGB destination. Default: ff3000
--flip-x Flips the image horizontally. Default: false.
--flip-y Flips the image vertically. Default: false.
-p, --port Force COM port for PinDMDv3 devices. Example:
"COM3".
-q, --quit-when-done Exit the program when finished, e.g. when Pinball
FX2 doesn't receive any frames anymore. Default:
false
Expand Down

0 comments on commit d0519dd

Please sign in to comment.