1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-26 03:46:19 +02:00
Commit Graph

1457 Commits

Author SHA1 Message Date
Elisabeth Henry 362196d1f8 Update ChangeLog 2017-03-19 06:52:34 +01:00
Elisabeth Henry cb13570a80 Change default infolevel
Warnings are now displayed by default. As a consequence, the
--verbose option is now equivalent to the old --debug option, which
is suppressed.
2017-03-19 06:50:12 +01:00
Elisabeth Henry 3b29a69b68 Revert some changes done to support pulldown-cmark 0.0.9
Downside: this revert will have to be reverted to actually support
tables alignment.

Upside: not sure this feature is really that useful for Crowbook's
needs, and it doesn't require a breaking API change.
2017-03-19 06:30:52 +01:00
Elisabeth Henry c8de4c2524 Fix typo in error message for link not found and move it to warning 2017-03-19 06:24:51 +01:00
Elisabeth Henry 3d7f26f135 Add categories to Cargo.toml 2017-03-16 23:47:39 +01:00
Elisabeth Henry 32d7d75df8 Fix table test 2017-03-16 15:33:04 +01:00
Elisabeth Henry 7f0579a3dd Make default alignment to None instead of Center (not used anyway though) 2017-03-16 15:09:01 +01:00
Elisabeth Henry 1a3206a516 Update semver-compatible dependencies 2017-03-14 19:49:55 +01:00
Elisabeth Henry bb5f9c2439 Preventively bump version to 0.12.0-pre 2017-03-14 19:40:08 +01:00
Elisabeth Henry b729d3eab7 Upgrade to pulldown-cmark 0.0.9
This is still a bit unsatisfactory as the alignment is not currently used
for tables.
2017-03-14 19:37:31 +01:00
Elisabeth Henry 78b3225c64 Bump version to 0.11.2 2017-03-05 14:58:28 +01:00
Elisabeth Henry a025ec536d Update dependencies 2017-03-05 14:57:30 +01:00
Elisabeth Henry 01d27af313 Update ChangeLog 2017-03-05 14:55:17 +01:00
Elisabeth Henry f77549f284 Update docs directory 2017-03-05 14:47:25 +01:00
Elisabeth Henry a665e6f980 Update README.md 2017-03-05 14:46:20 +01:00
Elisabeth Henry 619e481148 Use html.highlight.theme for HTML dir rendering (instead of epub.highlight.theme) 2017-03-05 14:46:09 +01:00
Elisabeth Henry e0c1bcb051 Fix french translation 2017-03-05 14:41:38 +01:00
Elisabeth Henry da9e901a94 Update french translation 2017-03-05 14:28:22 +01:00
Elisabeth Henry 91b2379f10 Revert appeyor.yml and Cargo.toml to a version that should build on windows (without syntect) 2017-03-05 12:29:48 +01:00
Elisabeth Henry 96e4a13942 Try to fix windows build... again 2017-03-05 04:49:20 +01:00
Elisabeth Henry e97350c089 One last try at fixing windows builds... 2017-03-05 04:32:47 +01:00
Elisabeth Henry 0a2be46afc Update Roadmap 2017-03-05 04:20:13 +01:00
Elisabeth Henry 5abf96bf96 Try (once again) to fix appveyor.yml 2017-03-05 04:18:33 +01:00
Elisabeth Henry bf46021fab Try (again) to fix appveyor.yml 2017-03-05 04:15:56 +01:00
Elisabeth Henry 232ce4a22d Try (again) to fix appveyor.yml 2017-03-05 04:12:39 +01:00
Elisabeth Henry 981de7d687 Update guide version 2017-03-05 04:09:52 +01:00
Elisabeth Henry ce43ed4801 Update config.md file 2017-03-05 04:09:24 +01:00
Elisabeth Henry 4d63e2bc61 Try to fix appveyor.yml 2017-03-05 03:54:25 +01:00
Elisabeth Henry f0be9479ce Try to build windows version with syntect option 2017-03-05 03:40:01 +01:00
Elisabeth Henry f17430e0bd Update guide.book file 2017-03-05 03:39:03 +01:00
Elisabeth Henry 8cf86ea9e1 Update ChangeLog 2017-03-04 15:18:07 +01:00
Elisabeth Henry f4217f30cb Avoid creating an empty file if a renderer fails
This fixes #36.
2017-03-04 15:16:16 +01:00
Elisabeth Henry bf29ff7639 Update crowbook-intl dependency to 0.2.1 2017-03-04 02:23:14 +01:00
Elisabeth Henry 6ca2c508c7 Update Caribon dependency to 0.8.1 2017-03-04 02:03:44 +01:00
Elisabeth Henry 9d17b11754 Update epub-builder dependency to latest version 2017-03-04 01:58:19 +01:00
Elisabeth Henry 67656ce280 Update dependencies 2017-03-04 01:50:15 +01:00
Elisabeth Henry 34c344a02c Update french translation 2017-01-23 04:50:16 +01:00
Elisabeth Henry 282d851610 Use crowbook-text-processing >= 0.2.6 2017-01-23 04:40:12 +01:00
Elisabeth Henry 37e67a53dd Make error message a bit clearer when running command in tmpdir fails.
Related to #35
2017-01-23 04:38:13 +01:00
Elisabeth Henry d2931af64c Update ChangeLog 2017-01-17 04:50:27 +01:00
Elisabeth Henry 4fb8562f49 Use epub-builder 0.2.x to fix mimetype bug 2017-01-17 04:50:21 +01:00
Elisabeth Henry bd3dcc00ac Fix html test 2017-01-16 00:22:59 +01:00
Elisabeth Henry c1a38751e2 Update ChangeLog 2017-01-15 23:30:14 +01:00
Elisabeth Henry a4b7594522 Remove code used with proofread.nb_spaces since option has been deprecated 2017-01-15 23:28:57 +01:00
Elisabeth Henry 3730f275a7 Add html.highlight.theme, tex.highlight.theme and epub.highlight.theme options 2017-01-15 23:28:10 +01:00
Elisabeth Henry 78ab7a886b Update ChangeLog 2017-01-15 04:17:30 +01:00
Elisabeth Henry 9301963616 Deprecate proofread.nb_spaces option 2017-01-15 04:16:01 +01:00
Elisabeth Henry cb9f4d590b Use the nnbsp escaping function of crowbook_text_processing instead of np_spaces 2017-01-15 04:10:05 +01:00
Elisabeth Henry 16aeb51b9f Continue when setting an option fails instead of aborting 2017-01-14 01:43:28 +01:00
Elisabeth Henry 16b0ebd79b Fix html test 2017-01-14 01:39:52 +01:00