diff --git a/app/MiscUnit.js b/app/MiscUnit.js index 0672d68..b9e3051 100644 --- a/app/MiscUnit.js +++ b/app/MiscUnit.js @@ -35,7 +35,7 @@ class MiscUnit extends Unit { // do stuff here global.devbug = { - version: '0.5.1', + version: '0.6.0', code: { node: `require("devbugjs") dbsetup({ diff --git a/app/views/dash_v1/use/main.pug b/app/views/dash_v1/use/main.pug index e3fd8e1..9a9038d 100644 --- a/app/views/dash_v1/use/main.pug +++ b/app/views/dash_v1/use/main.pug @@ -25,11 +25,13 @@ block content ul li New navigation theme with sticky navigation bar to make the display cleaner li Separate "editor mode" layout for views using Ace.js - li Out viewer and snippet editor now use editor mode. + li Out viewer and snippet editor now use editor mode + li Navigation bar layout improvements + li Basic styles for embedding the editor inline h4 v0.5.1 - Use Ace.js for Outputs ul - li Switched over to use Ace.js to view development output. Might make this a user preference in the future. + li Switched over to use Ace.js to view development output. Might make this a user preference in the future. h4 v0.5.0 - Better Documentation and UI ul