Skip to content

Latest commit

 

History

History
86 lines (58 loc) · 5.46 KB

CHANGELOG.md

File metadata and controls

86 lines (58 loc) · 5.46 KB

Changelog

0.3.0 (2024-03-06)

Features

  • bring back the numbering option and deprecate it (9a013e4)
  • make framenumber slide numbering the default (54e0fce)
  • redesign title page (9e6506e)
  • reinstate support for block option (bf63dcd)
  • remove custom linespread setting (6a85ef4), closes #8
  • remove parskip setting (5477051), closes #9
  • support subtitles (1c49957)

Bug Fixes

  • apply upstream beamer fix for empty shortauthor (b8b2d10)
  • improve vertical centering of title slide (6a14981)
  • remove extraneous line space after minipage (c0b9826)
  • remove extraneous space in frametitle continuation template (66f7d83)
  • remove font configuration for bibliography; closes #5 (ccd19fe)

0.2.0 (2024-01-23)

⚠ BREAKING CHANGES

  • remove titleformat configuration
  • use beamer's own frame numbering template

Features

  • remove titleformat configuration (e19f93c)
  • use beamer's own frame numbering template (01b698c)

0.1.0 (2024-01-15)

⚠ BREAKING CHANGES

  • remove \plain macro
  • drop deprecated options
  • remove appendix redefinition
  • remove pgfplots theme
  • remove high-contrast theme
  • uncouple fira fonts from theme
  • simplify blocks and remove blocks with background

Features

  • disable hyphenation in frame titles (253234e)
  • drop deprecated options (548ede8)
  • group institute with author and subdue color (0f3f6da)
  • increase minipage width for section pages (160fe58)
  • modify bullet symbols for itemize lists (0042dcb)
  • modify example color to teal instead of light green (1a2f157)
  • remove \plain macro (95f24ae)
  • remove appendix redefinition (17edfad)
  • remove high-contrast theme (9932e55)
  • remove pgfplots theme (c2f1bef)
  • simplify blocks and remove blocks with background (d5317d4)
  • uncouple fira fonts from theme (f960aba)

Bug Fixes

  • avoid overflow warnings from titlepage definition (c1c5b85)
  • fix frametitle patchmd (a302893)
  • fix progress bar in inner theme too (47dcf8d)
  • fix reference to Knuth in demo (fbfcc0b)
  • insert missing parenthesis (e72eaa9)
  • metropolis -> moloch (24cbc04)
  • set maxium progressbar to 1 (b401410)

Reverts

  • "build: use alternative texlive action" (5d32f73)
  • "fix: avoid overflow warnings from titlepage definition" (24c5409)

Miscellaneous Chores