forked from themsaid/ibis
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daa1b5e
commit e1266ab
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## 1.0.2 - WIP | ||
- WIP Setting the content directory | ||
|
||
## 1.0.1 - 21th December 2023 | ||
- Welcome to EPUB generation | ||
|
||
## 1.0.0 - 17th December 2023 | ||
|
||
- upgrade and check with PHP 8.2 and PHP 8.3 | ||
- update support for Symfony 7 components | ||
- upgrade code using new renderer of CommonMark | ||
- upgrade GitHub Actions workflow | ||
- using Pint with PSR12 | ||
- added configuration for cover image (instead of using hard-coded cover.jpg, you can specify a new file name and format, for example, my-cover.png) | ||
- added the header config for the CSS style for the page header | ||
- added the front matter capabilities (the title front matter option will be used for the page header). |