diff options
-rw-r--r-- | NEWS.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md index 72ccb19..55c612b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v0.8.2](https://git.vhack.eu/soispha/flake-templates/compare/9eea7b5a05ce7bb3c47084a7177f2f8b8efc4188..v0.8.2) - 2024-12-01 +#### Bug Fixes +- **(common/init)** Move the description to the copyright header - ([9eea7b5](https://git.vhack.eu/soispha/flake-templates/commit/9eea7b5a05ce7bb3c47084a7177f2f8b8efc4188)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(common/inits/latex)** Use `-` instead of `_` as separator in languages - ([2b4ce11](https://git.vhack.eu/soispha/flake-templates/commit/2b4ce11c8bb9e0d5a0e10947c1f3fc62efd2325e)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(common/latex/preamble/academia/theorems/definitions.tex)** Use expandable macro - ([752fc64](https://git.vhack.eu/soispha/flake-templates/commit/752fc6457da6a220f266fd5c553634ebcaec745d)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(common/scripts/latex/build.sh)** Rewrite `find` invocations with `fd` - ([5435cca](https://git.vhack.eu/soispha/flake-templates/commit/5435cca0f528c8ab485a86fe24143cc09918b3a4)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(common/scripts/optimize_images.sh)** Generate extension only on basename - ([a43b3fb](https://git.vhack.eu/soispha/flake-templates/commit/a43b3fba1342dea253aa1b9b8c2b07b17fe2fcd9)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(common/shell_line_editor.sh)** Mark as non-executable - ([7ff02f9](https://git.vhack.eu/soispha/flake-templates/commit/7ff02f973a5ed4e00ae2be28062878f7db11bfca)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(templates/latex/presentation/flake.nix)** Remove outdated follow - ([3c13ca3](https://git.vhack.eu/soispha/flake-templates/commit/3c13ca38b0dc191e3d18744947a0f7066c512739)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(templates/latex/static_content)** Include reference to the main file - ([64c59a0](https://git.vhack.eu/soispha/flake-templates/commit/64c59a02c2270a53754dbde668ba3fea39ebc061)) - [@bpeetz](https://git.vhack.eu/bpeetz) +#### Build system +- **(.envrc)** Denote the executing shell - ([bb99ed9](https://git.vhack.eu/soispha/flake-templates/commit/bb99ed9aedfd91257a1d3a1755006b4700d7f828)) - [@bpeetz](https://git.vhack.eu/bpeetz) +- **(flake)** Update - ([3f1ddc6](https://git.vhack.eu/soispha/flake-templates/commit/3f1ddc66baf5709dffd1f200ba5dbce06032cc00)) - [@bpeetz](https://git.vhack.eu/bpeetz) +#### Miscellaneous Chores +- **(build)** Re-generate - ([1519f60](https://git.vhack.eu/soispha/flake-templates/commit/1519f60dd0d6b2352c692f1edeedc29c533b752e)) - [@bpeetz](https://git.vhack.eu/bpeetz) +#### Style +- **(treewide)** Format - ([c1e3c15](https://git.vhack.eu/soispha/flake-templates/commit/c1e3c156525fc215810f19b0adbf3c893aea3fab)) - [@bpeetz](https://git.vhack.eu/bpeetz) + +- - - + ## [v0.8.1](https://git.vhack.eu/soispha/flake-templates/compare/b2d6005a8c62e88d26607329ab2831d2346d010b..v0.8.1) - 2024-10-04 #### Bug Fixes - **(common/.envrc)** Actually use and set a shebang - ([929d616](https://git.vhack.eu/soispha/flake-templates/commit/929d61610be078007cc55da3612c3e17840dfa9c)) - [@bpeetz](https://git.vhack.eu/bpeetz) |