antosdk-apps/Booklet/README.md

31 lines
858 B
Markdown
Raw Normal View History

2019-11-24 20:33:14 +01:00
# Booklet
2021-01-17 09:22:17 +01:00
A back-end tool for my online document hub [https://doc.iohub.dev/antos/](https://doc.iohub.dev/)
2019-11-24 20:33:14 +01:00
2020-06-06 23:49:13 +02:00
## Change logs
### v0.2.5-a
* Use the new MDE library
2021-03-31 23:09:40 +02:00
### v0.2.3-a
* Chage app category name
2020-12-18 21:52:44 +01:00
### v0.2.1-a
2021-01-17 09:19:58 +01:00
* Chage libraries load order
### v0.2.1-a
2020-12-18 21:52:44 +01:00
* Add depends on the SimpleMDE package
2020-09-15 12:40:06 +02:00
### v0.2.0-a
* Book meta data is no longer depending on the absolute path
* Meta-data of Books created by Booklet v0.1.x needs to be modified (manually) to work properly on v0.2.x
### v0.1.0-a
* Add support to model/gltf-binary file
2020-07-10 14:01:52 +02:00
### v0.1.0-a: new feature
* Entries of the same parent now can go up and down
* Support drag and drop to move entries around
* Support assets such as image files can be uploaded and stored directly into the book structure
* Booklet can now render local image
2020-06-24 20:02:36 +02:00
### v0.0.3-a
* Clean up code
2020-06-06 23:49:13 +02:00
### v0.0.2-a
2020-07-10 14:01:52 +02:00
* First public release
2021-01-17 09:22:17 +01:00
*