This commit is contained in:
Garrett Mills 2019-07-24 16:48:15 -05:00
parent 6db56297dd
commit dc577e167d
2 changed files with 5 additions and 3 deletions

View File

@ -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({

View File

@ -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. <strike>Might make this a user preference in the future.</strike>
h4 v0.5.0 - Better Documentation and UI
ul