Skip to content

Commit 8a23ed1

Browse files
committed
prepare for 0.7
1 parent e54e791 commit 8a23ed1

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changes
22

3+
## 0.7
4+
5+
- move to 4.08 as lower bound
6+
- `preformatted` text style instead of global setting
7+
- PrintBox_html:
8+
* Optionally wrap text with the `<pre>` HTML element
9+
* Output text consistently as `<span>`, not `<div>`
10+
* Use `<details><summary>` for collapsible trees
11+
12+
- fix: Tree connectors touching frames (#26)
13+
314
## 0.6.1
415

516
- compat with dune 3

printbox-html.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opam-version: "2.0"
22
authors: ["Simon Cruanes" "Guillaume Bury"]
33
maintainer: "simon.cruanes.2007@m4x.org"
4-
version: "0.6.1"
4+
version: "0.7"
55
synopsis: "Printbox unicode handling"
66
description: """
77
Adds html output handling to the printbox package.

printbox-text.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opam-version: "2.0"
22
authors: ["Simon Cruanes" "Guillaume Bury"]
33
maintainer: "simon.cruanes.2007@m4x.org"
4-
version: "0.6.1"
4+
version: "0.7"
55
synopsis: "Text renderer for printbox, using unicode edges"
66
build: [
77
["dune" "build" "@install" "-p" name "-j" jobs]

printbox.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opam-version: "2.0"
22
authors: ["Simon Cruanes" "Guillaume Bury"]
33
maintainer: "simon.cruanes.2007@m4x.org"
4-
version: "0.6.1"
4+
version: "0.7"
55
synopsis: "Allows to print nested boxes, lists, arrays, tables in several formats"
66
build: [
77
["dune" "build" "@install" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)