Skip to content

Releases: jolars/moloch

v0.5.0

30 Oct 13:23
7605fc3
Compare
Choose a tag to compare

0.5.0 (2024-10-30)

Features

  • replace \vfill with \vfil in title frame (8f2a59e)
  • switch from fill to fil (#21) (873ae15)

Bug Fixes

  • remove duplicated footnote color specifications (#26) (1306af5)
  • remove extra space below progressbar section pages (#27) (e5be480)
  • set use=block title in block body for fill (e8921a6), closes #28
  • tag files with date (28003e7)

v0.4.0

09 Jul 18:50
ad1e733
Compare
Choose a tag to compare

0.4.0 (2024-07-09)

Features

  • add a small amount of vertical space before subtitle (b224a9b)
  • support memoize package (closes #16) (1ca26e8)
  • support title format modifications (#18) (46a4f49)

Bug Fixes

  • add % at the end of some commands (33b9833)
  • convert raw command in manual to text (ac305e9)

v0.3.0

06 Mar 19:26
17f71de
Compare
Choose a tag to compare

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)

v0.2.0

23 Jan 21:33
c8c063e
Compare
Choose a tag to compare

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)

v0.1.0

15 Jan 21:16
04f7112
Compare
Choose a tag to compare

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