Skip to content

Releases: ddddddO/gtree

v1.7.24

03 Jan 03:59
Compare
Choose a tag to compare

Full Changelog: v1.7.23...v1.7.24

v1.7.23

01 Jan 05:58
Compare
Choose a tag to compare

Full Changelog: v1.7.22...v1.7.23

v1.7.22

18 Dec 03:43
f291ff0
Compare
Choose a tag to compare

What's Changed

  • textarea内でtab key使ってインデントできるようにした by @ddddddO in #128

Full Changelog: v1.7.21...v1.7.22

v1.7.21

17 Dec 12:20
ac731a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.20...v1.7.21

v1.7.20

15 Nov 16:16
c8aa4ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.19...v1.7.20

v1.7.19

12 Nov 05:27
d482f01
Compare
Choose a tag to compare

What's Changed

support blank line

by @ddddddO in #109

Full Changelog: v1.7.18...v1.7.19

v1.7.18

05 Nov 06:29
55323a6
Compare
Choose a tag to compare

Enhanced docker image

What's Changed

Full Changelog: v1.7.17...v1.7.18

v1.7.17

04 Nov 19:40
03f4ec4
Compare
Choose a tag to compare
$ cat testdata/sample8.md 
# gtree
- Output tree🌳 or Make directories(files)📁 from Markdown or Programmatically.
- Provide CLI, Go Packages and Web.
## Web
* https://ddddddo.github.io/gtree/
        * This page calls a function that outputs tree. 
                * This function is a Go package compiled as WebAssembly.
        - You can change the branches like in the image below.
                + Also, once loaded, you can enjoy offline!
$ cat testdata/sample8.md | gtree output
gtree
├── Output tree🌳 or Make directories(files)📁 from Markdown or Programmatically.
└── Provide CLI, Go Packages and Web.
Web
└── https://ddddddo.github.io/gtree/
    ├── This page calls a function that outputs tree. 
    │   └── This function is a Go package compiled as WebAssembly.
    └── You can change the branches like in the image below.
        └── Also, once loaded, you can enjoy offline!

What's Changed

Full Changelog: v1.7.16...v1.7.17

v1.7.16

21 Oct 10:37
bd2e390
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/urfave/cli/v2 from 2.19.2 to 2.20.2 by @dependabot in #96

Full Changelog: v1.7.15...v1.7.16

v1.7.15

14 Oct 18:26
c45d926
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.14...v1.7.15