Releases: manjavacas/typslides
Releases · manjavacas/typslides
v1.3.0
What's Changed
- (v1.3.0) New features and major code refactoring by @manjavacas in #18
Full Changelog: v1.2.8...v1.3.0
v1.2.8
What's Changed
- [FEATURE] Added option to disable page numbering by @KobbalTTY in #17
Other changes
- Updated LICENSE in
typst.toml - Minor fixes
New Contributors
- @KobbalTTY made their first contribution in #17
Full Changelog: v1.2.7...v1.2.8
v1.2.7
v1.2.6
What's Changed
Typslides 1.2.6 brings many improvements thanks to the help of @Mambouna, improving the customization of theme colors, table of contents and links, among others.
- FIX #7 - Fixed reddy and greeny being swapped by @Mambouna in #12
- FEATURE: User settable theme besides base options by @Mambouna in #11
- FIX #8 - Option to mark slides to be included in TOC as subsections by @Mambouna in #9
- FEATURE: User settable font by @Mambouna in #10
- FEATURE: link styling option by @Mambouna in #13
- FIX #14 - Merge PRs for link stylings and subheadings in TOC by @Mambouna in #15
- Minor fixes and doc updated by @manjavacas
New Contributors
Full Changelog: v1.2.5...v1.2.6
v1.2.5
What's Changed
- Added cols function by @manjavacas in #5
Contributors
- @manjavacas contributed in #5
Full Changelog: v1.2.4...v1.2.5
v1.2.4
- Updated README.
- Updated Typst compiler version to
0.13.0.
v1.2.3
This version includes improvements for bibliography management.
bibliography-slidecan 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.typandthumbnail.pngto 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
grayedboxes. - 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
#grayedcommand. - Fixed
#framedinset and width. - Title sizes in the TOC are now static.
- Removed
#get-color. - Fixed
#bibliography-slide. - The
#slidebody 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.