Skip to content

Commit

Permalink
release doc; version bump; build sub
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Oct 18, 2024
1 parent 7d48459 commit 713c07b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [1.5] - 2024-10-18
### Added
- Support for LaTeX PDF export in the `org-export` flex compiler.

Expand Down Expand Up @@ -148,7 +150,8 @@ Major refactoring: cleaned up compilation and *package-lint* warnings.
First major release.


[Unreleased]: https://github.com/plandes/flex-compile/compare/v1.4...HEAD
[Unreleased]: https://github.com/plandes/flex-compile/compare/v1.5...HEAD
[1.5]: https://github.com/plandes/flex-compile/compare/v1.4...v1.5
[1.4]: https://github.com/plandes/flex-compile/compare/v1.3...v1.4
[1.3]: https://github.com/plandes/flex-compile/compare/v1.2...v1.3
[1.2]: https://github.com/plandes/flex-compile/compare/v1.1...v1.2
Expand Down
4 changes: 2 additions & 2 deletions flex-compile.el
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
;;; flex-compile.el --- Run, evaluate and compile across many languages -*- lexical-binding: t; -*-

;; Copyright (C) 2015 - 2023 Paul Landes
;; Copyright (C) 2015 - 2024 Paul Landes

;; Version: 1.4
;; Version: 1.5
;; Author: Paul Landes
;; Maintainer: Paul Landes
;; Keywords: compilation integration processes
Expand Down
2 changes: 1 addition & 1 deletion zenbuild
Submodule zenbuild updated 53 files
+0 −115 bin/betterbibdb.py
+0 −425 bin/mklatextbl.py
+3 −21 bin/pybuildinstall.sh
+2 −1 bin/pyconfdoc.py
+10 −0 bin/requirements-sphinx.txt
+4 −4 bin/requirements.txt
+0 −189 bin/showpreview.py
+0 −186 src/emacs/zb-org-mode.el
+3 −2 src/mk/content.mk
+52 −13 src/mk/docker.mk
+15 −24 src/mk/elisp.mk
+2 −3 src/mk/git-doc.mk
+88 −0 src/mk/markdown.mk
+4 −1 src/mk/orgmode-doc.mk
+21 −21 src/mk/orgmode-publish.mk
+1 −1 src/mk/python-doc-deploy.mk
+15 −10 src/mk/python.mk
+4 −0 src/mk/tex-bib.mk
+4 −0 src/mk/tex-biber.mk
+20 −5 src/mk/tex-bibstract.mk
+9 −9 src/mk/tex-eps-pdf.mk
+40 −9 src/mk/tex-export.mk
+2 −1 src/mk/tex-graffle.mk
+7 −0 src/mk/tex-images.mk
+4 −0 src/mk/tex-index.mk
+32 −0 src/mk/tex-qr.mk
+12 −6 src/mk/tex-table.mk
+98 −35 src/mk/tex.mk
+35 −0 src/proj/cl.mk
+0 −3 src/proj/docker.mk
+27 −0 src/proj/markdown.mk
+46 −25 src/proj/python.mk
+18 −2 src/proj/tex.mk
+3 −1 src/sty/zenacademic.sty
+23 −8 src/sty/zenacl.sty
+79 −15 src/sty/zenacro.sty
+66 −17 src/sty/zenfig.sty
+12 −9 src/sty/zenhref.sty
+5 −15 src/sty/zenlist.sty
+5 −7 src/sty/zenlisting.sty
+171 −88 src/sty/zenmath.sty
+121 −0 src/sty/zenposter.sty
+2 −0 src/sty/zenpronoun.sty
+4 −4 src/sty/zenreport.sty
+27 −6 src/sty/zensec.sty
+175 −39 src/sty/zenslides.sty
+84 −14 src/sty/zentable.sty
+81 −0 src/sty/zentacl.sty
+31 −0 src/sty/zenuncaption.sty
+118 −0 src/sty/zenunfloat.sty
+939 −0 src/template/markdown/github.css
+27 −7 src/template/python-doc/conf.py
+1 −1 src/template/python-doc/top.rst

0 comments on commit 713c07b

Please sign in to comment.