Releases: retypeapp/retype
Releases · retypeapp/retype
Retype 4.5.3
Getting info about the 'v4.5.3' milestone: 1 open milestones, failed.
::error::No milestone matching version: 4.5.3
- Looked for: v4.5.3)
- List of available milestones:
v4.6.0
Aborting execution.
Retype 4.5.2
Getting info about the 'v4.5.2' milestone: 1 open milestones, failed.
::error::No milestone matching version: 4.5.2
- Looked for: v4.5.2)
- List of available milestones:
v4.6.0
Aborting execution.
Retype 4.5.0
Version 4.5.0
There were 34 changes in Retype 4.5.0.
New
- Automatically output sanitized .md source files along side .html files for each page
- Expose sanitized markdown via rel="alternate" link tag
- New menu item separator configured using
type: separator - New page action button with Print, Copy, and other action options, see #761
- New
tagsin the left menu, see #791 - New handlers for executing basic client-side functionality
- New templating
{{ page.md }}property to get file path to sanitized.mdfile - Action plugins for buttons, menus, and links
- New
signalCard layout - New
snapCard layout - New table style options including
clean,striped, andequal - Support Instagram auto-embed from standalone Markdown links
- New Google Maps component support
- New llms.txt support for AI-friendly documentation discovery
Improved
- Tidy up html output of markdown lists containing block elements
- Ensure 100% CommonMark spec html output compliance
- Optimize Backlinks generation and page output
- Remove permalink from page primary H1 heading
- Copy permalink link to clipboard when permalink clicked
- New square button style for permalink
- Click on TOC column title scrolls page to top
- Upgrade Octicons icons library from v19.22.0 to v19.23.1
- Add sitemap.xml output and page-level sitemap discovery, see #590
- New git-based lastUpdated.date for sitemap lastmod
- Remove
<priority>elements from sitemap.xml while preserving URL ordering - Cache git last-modified metadata once per build
Fixed
- Fixed Steps component number to label alignment issue
- Fixed inline and block comments failing to be removed under some inline and block comment scenarios
- Headings should clear floated image alignments, see #343
- Clicking back-to-top button should remove #anchor
- Local server served sanitized .md files without UTF-8 charset
- Fix Octicons workflow run in the CI process
- Fix angle brackets stripped from breadcrumbs, TOC, and left nav when used in page titles, see #706
- Fix same-page anchor links not expanding collapsed Panels, see #822
Retype 4.5.0-preview6
Changes in v4.5.0-preview6
This is a prerelease.
Retype 4.5.0-preview5
Changes in v4.5.0-preview5
This is a prerelease.
Retype 4.5.0-preview4
Changes in v4.5.0-preview4
This is a prerelease.
Retype 4.5.0-preview3
Changes in v4.5.0-preview3
This is a prerelease.
Retype 4.5.0-preview2
Changes in v4.5.0-preview2
This is a prerelease.
Retype 4.5.0-preview
Changes in v4.5.0-preview
This is a prerelease.
Retype 4.4.0
Version 4.4.0
There were 21 changes in Retype 4.4.0.
New
- New robust anchor ID based
{{ include }}content targeting - New
{{ include }}support for Obsidian style block identifiers - New Obsidian style syntax for linking to and embedding block identifiers
- Custom icons, see #123 and #600
Improved
- New true Accordion mode for collapsed Panel groups
- Collapsible Callout component
- Improve auto-generated
idvalues for components, see #815 - New fallback path finder for local images
- Support Obsidian-style nested heading links with multiple # segments
- Expand collapsed panel when a targeted anchor ID is inside, see #816
- Improve assistive technology support for outbound link elements
- Auto detection of
logofile within expected resource directories, see #819 - Upgrade all retype packages and dependencies
Fixed
- Panel component truncates tab content when tabs have unequal height, see #395 653 and #813
- Panel component ignores loose list formatting and renders all lists as tight, see #813 and #814
- False anchor-not-found warnings for IDs on definition list terms, see #67 and #815
- Do not nest
<figure>element inside of<p></p>tags - Wikilinks resolve path-qualified duplicate filenames to the wrong page
- Remove link underline from superscript and subscript links
- Fix logo height and width regression introduced in v4.3.0, see #819
- Fix Mermaid Gantt chart max-width constraint, see #626