Skip to content

Releases: retypeapp/retype

Retype 4.5.3

09 Apr 19:39

Choose a tag to compare

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

07 Apr 16:41

Choose a tag to compare

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

07 Apr 13:10

Choose a tag to compare

Version 4.5.0

There were 34 changes in Retype 4.5.0.

New

  1. Automatically output sanitized .md source files along side .html files for each page
  2. Expose sanitized markdown via rel="alternate" link tag
  3. New menu item separator configured using type: separator
  4. New page action button with Print, Copy, and other action options, see #761
  5. New tags in the left menu, see #791
  6. New handlers for executing basic client-side functionality
  7. New templating {{ page.md }} property to get file path to sanitized .md file
  8. Action plugins for buttons, menus, and links
  9. New signal Card layout
  10. New snap Card layout
  11. New table style options including clean, striped, and equal
  12. Support Instagram auto-embed from standalone Markdown links
  13. New Google Maps component support
  14. New llms.txt support for AI-friendly documentation discovery

Improved

  1. Tidy up html output of markdown lists containing block elements
  2. Ensure 100% CommonMark spec html output compliance
  3. Optimize Backlinks generation and page output
  4. Remove permalink from page primary H1 heading
  5. Copy permalink link to clipboard when permalink clicked
  6. New square button style for permalink
  7. Click on TOC column title scrolls page to top
  8. Upgrade Octicons icons library from v19.22.0 to v19.23.1
  9. Add sitemap.xml output and page-level sitemap discovery, see #590
  10. New git-based lastUpdated.date for sitemap lastmod
  11. Remove <priority> elements from sitemap.xml while preserving URL ordering
  12. Cache git last-modified metadata once per build

Fixed

  1. Fixed Steps component number to label alignment issue
  2. Fixed inline and block comments failing to be removed under some inline and block comment scenarios
  3. Headings should clear floated image alignments, see #343
  4. Clicking back-to-top button should remove #anchor
  5. Local server served sanitized .md files without UTF-8 charset
  6. Fix Octicons workflow run in the CI process
  7. Fix angle brackets stripped from breadcrumbs, TOC, and left nav when used in page titles, see #706
  8. Fix same-page anchor links not expanding collapsed Panels, see #822

Retype 4.5.0-preview6

05 Apr 22:29

Choose a tag to compare

Retype 4.5.0-preview6 Pre-release
Pre-release

Changes in v4.5.0-preview6

This is a prerelease.

Retype 4.5.0-preview5

04 Apr 08:09

Choose a tag to compare

Retype 4.5.0-preview5 Pre-release
Pre-release

Changes in v4.5.0-preview5

This is a prerelease.

Retype 4.5.0-preview4

04 Apr 00:22

Choose a tag to compare

Retype 4.5.0-preview4 Pre-release
Pre-release

Changes in v4.5.0-preview4

This is a prerelease.

Retype 4.5.0-preview3

02 Apr 04:56

Choose a tag to compare

Retype 4.5.0-preview3 Pre-release
Pre-release

Changes in v4.5.0-preview3

This is a prerelease.

Retype 4.5.0-preview2

01 Apr 06:21

Choose a tag to compare

Retype 4.5.0-preview2 Pre-release
Pre-release

Changes in v4.5.0-preview2

This is a prerelease.

Retype 4.5.0-preview

31 Mar 23:28

Choose a tag to compare

Retype 4.5.0-preview Pre-release
Pre-release

Changes in v4.5.0-preview

This is a prerelease.

Retype 4.4.0

24 Mar 01:07

Choose a tag to compare

Version 4.4.0

There were 21 changes in Retype 4.4.0.

New

  1. New robust anchor ID based {{ include }} content targeting
  2. New {{ include }} support for Obsidian style block identifiers
  3. New Obsidian style syntax for linking to and embedding block identifiers
  4. Custom icons, see #123 and #600

Improved

  1. New true Accordion mode for collapsed Panel groups
  2. Collapsible Callout component
  3. Improve auto-generated id values for components, see #815
  4. New fallback path finder for local images
  5. Support Obsidian-style nested heading links with multiple # segments
  6. Expand collapsed panel when a targeted anchor ID is inside, see #816
  7. Improve assistive technology support for outbound link elements
  8. Auto detection of logo file within expected resource directories, see #819
  9. Upgrade all retype packages and dependencies

Fixed

  1. Panel component truncates tab content when tabs have unequal height, see #395 653 and #813
  2. Panel component ignores loose list formatting and renders all lists as tight, see #813 and #814
  3. False anchor-not-found warnings for IDs on definition list terms, see #67 and #815
  4. Do not nest <figure> element inside of <p></p> tags
  5. Wikilinks resolve path-qualified duplicate filenames to the wrong page
  6. Remove link underline from superscript and subscript links
  7. Fix logo height and width regression introduced in v4.3.0, see #819
  8. Fix Mermaid Gantt chart max-width constraint, see #626