Skip to content

Commit 03438dd

Browse files
committed
Updated CHANGELOG and README
1 parent d5b3d22 commit 03438dd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.0
2+
-----
3+
4+
* Updated styling
5+
* Moved show script to bin/show
6+
* Flags disabled by default: blocks, experimental, and share
7+
18
0.1.0
29
-----
310

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ submodules::
2222

2323
Assuming you have Python 3 installed you can serve the editor like this::
2424

25-
$ ./show.sh
25+
$ ./bin/show.sh
2626
http://localhost:8000/editor.html
2727
Serving HTTP on 0.0.0.0 port 8000 ...
2828

editor.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15831,6 +15831,7 @@ <h2><i class="fa fa-unlock-alt"></i> <strong>{{ title }}</strong></h2>
1583115831
:020000040003F7
1583215832
:::::::::::::::::::::::::::::::::::::::::::
1583315833
:04000005000153EDB6
15834-
:00000001FF </div>
15834+
:00000001FF
15835+
</div>
1583515836
</body>
1583615837
</html>

0 commit comments

Comments
 (0)