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

1808 Commits

Author SHA1 Message Date
dependabot[bot] 84e991bd8d
Bump tokio from 1.20.1 to 1.25.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.25.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.1...tokio-1.25.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 00:41:22 +00:00
dependabot[bot] 52e6ede5f2
Bump bumpalo from 3.10.0 to 3.12.0
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.10.0...3.12.0)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20 22:14:35 +00:00
Geobert Quach 501b6aa06c chore: add doc 2023-01-03 21:47:39 +00:00
Geobert Quach 2e3b2e8c32 fix: End message was wrong
I found that `-t pdf -s story.md` was printing
`pdf: generated .\auto`
instead of
`pdf: generated .\story.pdf`

Bug introduced with the `indicatif` upgrade
2023-01-03 20:57:17 +00:00
Geobert Quach 6079c98658 feat: allow override of epub.titlepage.xhtml 2023-01-03 19:35:32 +00:00
Élisabeth Henry ad785c5b21
Merge pull request #104 from Geobert/update-clap
chore: update dependencies
2023-01-02 23:31:21 +01:00
Élisabeth Henry 19eaaf7cbb
Merge pull request #102 from Geobert/patch-1
Correct example for inline template
2023-01-02 23:31:07 +01:00
Geobert Quach 40ca4e9771 chore: fixes clippy 2023-01-02 12:54:36 +00:00
Geobert Quach cd1739382b chore: update dependencies
Mainly `indicatif` and `clap` needed work
2023-01-01 16:05:44 +00:00
Geobert Quach 9e6dcbfbb4
Correct example for inline template
The key used for `tex.template` was wrong and the `\` wasn't escaped
2022-12-28 11:34:51 +00:00
Elisabeth Henry 430749d47e Update guide 2022-07-26 14:03:17 +02:00
Elisabeth Henry db6715c52b Update ChangeLog 2022-07-26 14:02:59 +02:00
Elisabeth Henry 73045bf124 Update textwrap dependency 2022-07-26 14:02:19 +02:00
Elisabeth Henry dea04a210c Update indicatif dependency 2022-07-26 13:53:52 +02:00
Elisabeth Henry 9813e417cf Update console and epub-builder dependencies 2022-07-26 13:42:36 +02:00
Elisabeth Henry 1e67cc672f Update clap 2022-07-26 13:40:58 +02:00
Elisabeth Henry ef0de11f92 Update some dependencies 2022-07-26 13:21:20 +02:00
Elisabeth Henry 29817288df Update dependencies 2022-07-26 12:02:00 +02:00
Elisabeth Henry 64b8c66531 Add metadata to PDF 2022-07-26 11:39:28 +02:00
Lizzie Crowdagger 20b8f8568c Add forgotten file in previous commit 2022-07-22 02:07:24 +02:00
Lizzie Crowdagger fc166db979 Use Comrak’s frontmatter feature for YAML blocks
Instead of a dirty hack that didn’t work that well.

This should fix #99
(though it might bring others bugs -_-)
2022-07-22 01:59:04 +02:00
Lizzie Crowdagger ba93c9a442 Fix code to comrak 0.10 2022-07-22 00:48:44 +02:00
Lizzie Crowdagger 6c7ae2cf10 Update options to new comrak version 2022-07-21 12:50:42 +02:00
Élisabeth Henry 4ae2482d09
Merge pull request #95 from lise-henry/dependabot/cargo/crossbeam-utils-0.8.8
Bump crossbeam-utils from 0.8.6 to 0.8.8
2022-07-20 20:47:10 +02:00
Élisabeth Henry f0311d9231
Merge pull request #96 from lise-henry/dependabot/cargo/comrak-0.10.1
Bump comrak from 0.7.0 to 0.10.1
2022-07-20 20:17:47 +02:00
Élisabeth Henry a07f59b063
Merge pull request #98 from ar1ocker/Add-Deutsche-and-Russian-languages
Add Deutsche and Russian languages
2022-07-20 20:17:19 +02:00
ar1ocker a2980f5730
Add Deutsche and Russian languages 2022-07-19 17:52:20 +00:00
dependabot[bot] 2f86ab6ab6
Bump comrak from 0.7.0 to 0.10.1
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.7.0 to 0.10.1.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
- [Commits](https://github.com/kivikakk/comrak/compare/0.7.0...0.10.1)

---
updated-dependencies:
- dependency-name: comrak
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 20:01:39 +00:00
dependabot[bot] 8fbef84ca1
Bump crossbeam-utils from 0.8.6 to 0.8.8
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.6 to 0.8.8.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.6...crossbeam-utils-0.8.8)

---
updated-dependencies:
- dependency-name: crossbeam-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 19:03:04 +00:00
Élisabeth Henry 0d65363050
Merge pull request #94 from stefan0xC/make_clippy_happy
Some bugfixes and a bit of refactoring with clippy
2022-03-19 04:27:32 +01:00
stefan0xC 92e229b9cd some smaller changes 2022-03-01 18:37:58 +01:00
stefan0xC dd3bddb88c add some Default() implementations
https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default
2022-03-01 18:37:58 +01:00
stefan0xC e27403458c use matches! macro to simplify some matches
https://rust-lang.github.io/rust-clippy/master/index.html#match_like_matches_macro
2022-03-01 18:31:14 +01:00
stefan0xC 719639d93d use non-exhaustive attribute
https://rust-lang.github.io/rust-clippy/master/index.html#manual_non_exhaustive
2022-03-01 18:31:14 +01:00
stefan0xC 482cdd4046 no need to collect if it's not necessary
https://rust-lang.github.io/rust-clippy/master/index.html#needless_collect
2022-03-01 18:31:14 +01:00
stefan0xC b36070b3e3 run linter `cargo clippy --fix` 2022-03-01 18:31:14 +01:00
stefan0xC 86ca64ea0e fix empty warnings
in simplelog v0.8 the default padding that was introduced in v0.6
has been turned off again. see Drakulix/simplelog.rs#48
2022-03-01 18:31:14 +01:00
stefan0xC 2a698eb40a fix typo odt feature 2022-02-27 01:47:59 +01:00
Élisabeth Henry 4a7a433da6
Merge pull request #93 from stefan0xC/odt_feature
add odt feature flag
2022-02-24 12:07:22 +01:00
Élisabeth Henry e99f311619
Merge pull request #92 from stefan0xC/support_tectonic
add support for tectonic
2022-02-24 12:07:00 +01:00
Élisabeth Henry 15b25daaa4
Merge pull request #91 from stefan0xC/fix_references
Fix remaining references to guide
2022-02-24 12:06:01 +01:00
stefan0xC e6883109f3 add odt feature flag
closes #61 by making odt output optional
2022-02-24 10:01:35 +01:00
stefan0xC 8d1c931e9d debug output should display stderr not stdout
otherwise most errors from external commands will not be shown
2022-02-23 16:27:26 +01:00
stefan0xC 4d8afae890 run_command does not need to set the path again 2022-02-23 16:08:38 +01:00
stefan0xC 8eaad5b3cf zipper:run_command should not change the arguments
the passed command should already have all the needed argument
when they are generated in the respective calling functions
2022-02-23 15:34:36 +01:00
stefan0xC 08776edbf9 let tex.command `tectonic` behave like xelatex
tectonic is based on the XeTeX engine and would otherwise also
complain about the generated default (non-xelatex) template file.
2022-02-23 14:50:00 +01:00
stefan0xC ec288b1727 run `cargo fmt` on existing code base 2022-02-23 14:32:36 +01:00
stefan0xC 0ffc53646a fix remaining references to guide 2022-02-23 01:55:16 +01:00
stefan0xC 5f27005bb1 fix references to guide in README.md 2022-02-23 01:29:50 +01:00
Élisabeth Henry a45a1d53ec
Merge pull request #90 from seeseekey/master
Upgrade crowbook to Rust 2021
2022-01-16 23:38:32 +01:00