Releases: ProdriveTechnologies/bazel-latex
Releases · ProdriveTechnologies/bazel-latex
v1.2.1
Notes
- This release should be compatible with Bazel 6.0.0 when it comes out.
What's Changed
- Add the
mathastext
package by @Kernald in #101 - Run Buildifier on CI by @Kernald in #99
- Add
beamertheme-metropolis
and its dependencies by @Kernald in #103 - Pin Bazel version to 5.3.2 by @Kernald in #104
- Use the external
@platforms
repo by @Kernald in #105
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.2
Important notes
- This release will be the last on TeXLive 2019. The next one will use TeXLive 2022.
Change summaries
lm
,marginfix
,changepage
,titling
,contour
,ragged2e
,mdframed
,pgfplots
,babel_dutch
,hyph_utf8
,koma_script
,translations
andcooking-units
have been added- Support for DVI output has been added
- Errors should have more information
What's Changed
- Add lm by @Kernald in #69
- Add marginfix by @Kernald in #81
- Add changepage by @Kernald in #80
- Add titling by @Kernald in #79
- Add contour by @Kernald in #78
- Add ragged2e by @Kernald in #77
- Add mdframed and its dependencies by @Kernald in #76
- Add pgfplots by @Kernald in #75
- Add babel_dutch, hyph_utf8 and koma_script by @Kernald in #73
- Add the translations package by @Kernald in #74
- Fix spelling mistakes by @Vertexwahn in #83
- Refactor run_latex.py by @solsjo in #84
- Make _view and _view_output format-agnostic by @Kernald in #88
- Display the tool's stderr/stdout on build failure by @Kernald in #90
- Use GitHub Actions for CI by @Kernald in #91
- Disable Windows on CI by @Kernald in #95
- Disable Ubuntu on GitHub Actions by @Kernald in #96
- Ignore IntelliJ's .ijwb by @Kernald in #92
- Fix long filenames by @Kernald in #98
- Add the
cooking-units
package by @Kernald in #97 - Update the Docker image used by Cirrus CI by @Kernald in #100
New Contributors
- @Vertexwahn made their first contribution in #83
- @solsjo made their first contribution in #84
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1
v1.0
Version 1.0 of bazel-latex has arrived! Bug fixes and improvements in this release include:
- Support for BibLaTex: both
biber
andbibtex
are supported. - Addition of
csquotes
andxspace
packages. - Various bug fixes which make bazel-latex build with the latest version of bazel.
v0.19
v0.18
v0.17
- Upgrade to TeXLive 2019.
- Add many new packages:
currfile
,datatool
,filehook
,filemod
,fp
,gensymb
,gincltex
,glossaries
,ieeetran
,import
,mfirstuc
,standalone
,subcaption
,substr
,svn-prov
,textcase
, andxfor
.
v0.16
- Support multiple tests per package.
- Add missing tikz dependency to moderncv.
- Omit
BUILD.bazel
andWORKSPACE
files in input root to reduce build environment size. - Don't use hardlinks in
run_lualatex.py
.