Skip to content

Commit 90c72fe

Browse files
committed
doc: add changes for release
1 parent 8c2f590 commit 90c72fe

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changes
2+
3+
## 0.0.1
4+
5+
Initial release for the 3 packages.
6+
7+
#### MintTea
8+
9+
* Let people create TUI apps using The-Elm-Architecture
10+
* Introduce basic events for KeyDown, Frame, and Timers
11+
* Introduce basic commands for setting timers, entering/exiting the AltScreen, exiting, and sequencing commands
12+
13+
#### Examples
14+
15+
* Add `views` example showcasing an application with multiples sections
16+
* Add `altscreen-toggle` example to showcase the AltScreen
17+
* Add `fullscreen` example with a timer
18+
* Add `stopwatch` example
19+
* Add `fps` counter example
20+
21+
#### Spices
22+
23+
* Introduce `color` and `style`
24+
* Support basic styles (bold, italic, underscore, etc) and layouting (padding)
25+
26+
#### Leaves
27+
28+
* Add a Checkbox leaf
29+
* Add a Progress bar leaf

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
(depends
2020
(ocaml (>= "5.1"))
2121
(dune (>= "3.11"))
22-
(riot (>= "0.0.4"))
22+
(riot (>= "0.0.5"))
2323
(tty (= :version)))
2424
(tags (tui "terminal-ui" framework riot)))
2525

minttea.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/leostera/minttea/issues"
1212
depends: [
1313
"ocaml" {>= "5.1"}
1414
"dune" {>= "3.11" & >= "3.11"}
15-
"riot" {>= "0.0.4"}
15+
"riot" {>= "0.0.5"}
1616
"tty" {= version}
1717
"odoc" {with-doc}
1818
]

0 commit comments

Comments
 (0)