Skip to content

Commit

Permalink
prepare for 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Oct 24, 2023
1 parent e54e791 commit 8a23ed1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes

## 0.7

- move to 4.08 as lower bound
- `preformatted` text style instead of global setting
- PrintBox_html:
* Optionally wrap text with the `<pre>` HTML element
* Output text consistently as `<span>`, not `<div>`
* Use `<details><summary>` for collapsible trees

- fix: Tree connectors touching frames (#26)

## 0.6.1

- compat with dune 3
Expand Down
2 changes: 1 addition & 1 deletion printbox-html.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
authors: ["Simon Cruanes" "Guillaume Bury"]
maintainer: "simon.cruanes.2007@m4x.org"
version: "0.6.1"
version: "0.7"
synopsis: "Printbox unicode handling"
description: """
Adds html output handling to the printbox package.
Expand Down
2 changes: 1 addition & 1 deletion printbox-text.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
authors: ["Simon Cruanes" "Guillaume Bury"]
maintainer: "simon.cruanes.2007@m4x.org"
version: "0.6.1"
version: "0.7"
synopsis: "Text renderer for printbox, using unicode edges"
build: [
["dune" "build" "@install" "-p" name "-j" jobs]
Expand Down
2 changes: 1 addition & 1 deletion printbox.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
authors: ["Simon Cruanes" "Guillaume Bury"]
maintainer: "simon.cruanes.2007@m4x.org"
version: "0.6.1"
version: "0.7"
synopsis: "Allows to print nested boxes, lists, arrays, tables in several formats"
build: [
["dune" "build" "@install" "-p" name "-j" jobs]
Expand Down

0 comments on commit 8a23ed1

Please sign in to comment.