Releases: manjavacas/typslides
Releases · manjavacas/typslides
v1.2.3
This version includes improvements for bibliography management.
bibliography-slide
can now be used via API. See typst/packages#1381 (comment)- Footnote references are now coloured according to
theme-color
. - Updated docs.
v1.2.2
This new version includes the following changes:
- Added functions for colouring text with the different theme colours (i.e.,
bluey
,reddy
,greey
,yelly
,purply
,dusky
). - Added
template/main.typ
andthumbnail.png
to the project. - Minor documentation changes.
NOTE: bibliography-slide
is only usable when using Tysplides locally (see #2). It has been decided to keep this slide but leave it commented in the example code.
v1.2.1
This release includes several bug fixes and some new features.
- Corrected the spacing of
grayed
boxes. - Included the
blank-slide
, which does not include header bar vs. no-titled slides. - The background of all slides is now white-filled. Some were previously defined as transparent.
- Modified the separations between slides' text and header.
- Fixed bug that prevented correct text alignment (resolves #1). This is due to text wrapping inside a
box
. It has been corrected returning to the previous version format. Included changes in the header (now in the background). - Docs and README updated.
v1.2.0
This release includes several fixes and updates:
- Included
#grayed
command. - Fixed
#framed
inset and width. - Title sizes in the TOC are now static.
- Removed
#get-color
. - Fixed
#bibliography-slide
. - The
#slide
body is now stored in a#block
, eliminating the use of background for the header bar. This prevents a double-click from redirecting toutils.typ
. - Documentation and examples updated.
v1.1.1
- Minor fixes.
v1.1.0
- Updated project configuration.
- Applied
typstyle
code format. - Minor doc changes.
v1.0.0
This is the first major version of Typslides 😃
- Main slide types included:
front-slide
,table-of-contents
,title-slide
,focus-slide
,slide
,bibliography-slide
. - Included
example.typ
and sample slides. - Added package configuration.