1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-29 03:51:17 +02:00
Commit Graph

1696 Commits

Author SHA1 Message Date
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
Florian Bottke
c2ebb8d5d6 Remove errors due migration to edition 2021. 2022-01-15 21:32:49 +01:00
Florian Bottke
44d914a2db Remove errors due migration to edition 2021. 2022-01-15 21:17:30 +01:00
Florian Bottke
b8d35ddc32 Update dependencies and formatting. 2022-01-15 19:21:03 +01:00
Élisabeth Henry
f84c98438e
Merge pull request #83 from steffahn/patch-1
Fix small typo in documentation.
2021-12-04 15:23:08 +01:00
Frank Steffahn
9f203a8502
Fix small docs typo. 2020-11-28 00:12:09 +01:00
Élisabeth Henry
53d6879a24
Merge pull request #81 from sigurdsvela/patch-1
Fix README links to *arguments* and *config*
2020-09-24 22:19:20 +02:00
Sigurd Svela
410d02fef8
Fix README links to *arguments* and *config*
Seems the name of these files where updated at some point, but the link in the read me was not updated to reflect the change.
2020-09-03 12:10:25 +02:00
Elisabeth Henry
be8c8826f3 Fix travis token? v0.15.2e 2020-07-07 14:07:32 +02:00
Elisabeth Henry
b10557979f Fix(?) travis config 2020-07-07 10:43:42 +02:00
Elisabeth Henry
3911155b2e Fix(?) travis config 2020-07-07 10:16:30 +02:00
Elisabeth Henry
e8d96e7e1a Update .travis.yml 2020-07-07 02:09:02 +02:00
Elisabeth Henry
11eacbbf44 Update .travis.yml 2020-07-07 02:01:24 +02:00