-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
34 lines (28 loc) · 1.23 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## [2.0.2] - 2023-01-17
### Fixed
* Test passes again under Ventura
Apple changed something that affected the output of "man"
in some magical whitespace altering way. Modified test to test the
output of raku
* Specified Test::Output as a dependency
This is not new. It just slipped through the cracks before.
## [2.0.1] - 2022-12-06
### Fixed
* Fixed handling of Asciinema for small (normal) font users in md export. Requires updated tooloo_blank_site files.
## [2.0.0] - 2022-12-05
### Added
* Added an optional read-only REST API
* [\[6\]](https://github.com/corporate-runaways/TooLoo/issues/6) Added support for asciicasts (Asciinema)
* [\[9\]](https://github.com/corporate-runaways/TooLoo/issues/9) Added support for tags
* [\[5\]](https://github.com/corporate-runaways/TooLoo/issues/5) Can now export to Markdown
* Can now output JSON
* Added the ability to ingest all .toml files in a directory
### Changed
* New tables & columns in the db
* DB now lives under XDG_DATA_HOME
* Default Templates now suffixed with .toml instead of .meta.toml
* [\[11\]](https://github.com/corporate-runaways/TooLoo/issues/11) Changed license to AGPL
## [1.0.1] - 2022-10-05
### Fixed
* changed README markup format
## [1.0.0] - 2022-10-05