From bed5a2025395ee6be26cfa5bda78179beea536d1 Mon Sep 17 00:00:00 2001 From: Belltown Date: Wed, 15 Mar 2017 16:56:48 -0700 Subject: [PATCH] v0.0.4.1 -- Fix GitHub breaking change in Markdown parser --- README.md | 4 +--- doc/BUILD.md | 6 +++--- doc/README.md.html | 6 ++---- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ac179c0..053fa9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -

![](https://raw.githubusercontent.com/belltown/violetbug/master/doc/icon.png) VioletBug — Roku Debugger Graphical Interface

- ---- +# ![](https://raw.githubusercontent.com/belltown/violetbug/master/doc/icon.png) VioletBug — Roku Debugger Graphical Interface ## Windows — macOS — linux diff --git a/doc/BUILD.md b/doc/BUILD.md index fc2e82b..df87519 100644 --- a/doc/BUILD.md +++ b/doc/BUILD.md @@ -17,7 +17,7 @@ *All builds must be run from the `violetbug/source` directory.* -||| +| | | |---|--- |`npm run build-mac` | Run on **linux or macOS** to generate `/builds/mac` | `npm run build-linux` | Run on **linux or macOS** to generate `/builds/linux` @@ -27,7 +27,7 @@ *All zips must be run from the `violetbug/source` directory, and require the corresponding build step above to have been run.* -||| +| | | |---|--- | `npm run zip-mac` | To generate `/dist/violetbug-mac.zip` | `npm run zip-linux` | To generate `/dist/violetbug-linux.zip` @@ -41,7 +41,7 @@ There is no installer implemented for macOS. For macOS, use the build/zip mechan The following commands are available to generate installers in `/dist`: -|| +| | |--- | `npm run dist-appimage` | `npm run dist-deb` diff --git a/doc/README.md.html b/doc/README.md.html index 93ccc81..21a2e2a 100644 --- a/doc/README.md.html +++ b/doc/README.md.html @@ -390,7 +390,7 @@ color: #61afef; } .syntax--markup.syntax--link { - color: #c678dd; + color: #56b6c2; } .syntax--markup.syntax--inserted { color: #98c379; @@ -484,9 +484,7 @@ } -

VioletBug — Roku Debugger Graphical Interface

- -
+

VioletBug — Roku Debugger Graphical Interface

Windows — macOS — linux

VioletBug is a cross-platform desktop application providing a graphical interface to the Roku Debugger as an alternative to Telnet. It is similar to PurpleBug, https://belltown-roku.tk/PurpleBug, which is still supported; however, PurpleBug only runs on Windows PCs, and is closed-source. VioletBug, in contrast, is open-source running under Electron and Node.js, written entirely in HTML, CSS and JavaScript. The source code can be found on GitHub.

Features