Releases: retypeapp/retype
Releases · retypeapp/retype
v3.6.0
v3.5.0
v3.4.1
v3.4.0
Version 3.4.0
There were 5 changes in Retype 3.4.0.
New
- New
hub
Project config with<
header link, see #592 - New
toc
Project and Page config and features, see #598 - Automatically scroll ToC with page content, see #375
Improved
- Upgrade Octicons icons library from v19.6.0 to v19.7.0
Fixed
- Tree nav
expanded
state not saving
v3.3.0
v3.2.0
Version 3.2.0
There were 9 changes in Retype 3.2.0.
New
- New Description List support
Improved
- Upgrade Octicons icons library from v19.4.0 to v19.5.0
- Upgrade Octicons icons library from v19.5.0 to v19.6.0
Fixed
- Custom attributes on an image cause Retype to skip handling of component as a figure image
- Custom css class not being applied correctly to table element
- Escaping single braces inside inline code within headings
- Adjust vertical alignment of Badge and Button components
- Anchor is removed from
redirect
if set to internal page with anchor - Render icon on outbound link only if link contains plain or basic Markdown text, see #589
v3.1.0
Version 3.1.0
There were 16 changes in Retype 3.1.0, including four new features.
New
- New
outbound
project config for outbound external link configuration, see #465 - New support for Armenian, Kannada, Sankrit, and Telugu languages
- The _includes/*.html files now have Templating support, see #282
- New folder level
visibility: private
andvisibility: protected
support
Improved
- Improved support for Cloudflare Rocket Loader, see #117, #380, and #580
- Hide Tabs until finished rendering to avoid flash of unstyled content, see #570
- Generated HTML syntax enhancements and clean up, see #583
- Update the RU translation file, see #586
- Upgrade to latest release of Mermaid, see #585
- Add cache buster to _watch scripts during
retype start
- Update client libraries including vue, monaco-editor, simplebar, katex, and lunr-languages
- Upgrade Octicons icons library from v19.1.0 to v19.3.0
- Upgrade Octicons icons library from v19.3.0 to v19.4.0
Fixed
v3.0.0
Version 3.0.0
There were 44 changes in Retype 3.0.0
New
- PRO New
visibility: private
andvisibility: protected
pages, see #341 - Multi-language interface support for 22 languages, see #18 and #24
- New
meta.title
page level config, see #346 and #350 - New CLI commands and flags, see #94 and #323
- Prevent default web browser from being opened, see #323
- Named regions with content, see #368
- New
{{ nonce }}
token that emits a unique value that can be used for cache busting URLs in templates, see #324 - Add
welcome.md
to the list of default page file names for the rootinput
folder, see #461 - New Inter and system based font-family, see #179
- New default Welcome page
- Change default search hotkey to
k
instead of/
- New
retype clean
CLI command - Sticky TOC button
- Context menu shortcuts for Retype components in Edit mode
- Custom same name default page for a directory, see #511
Improved
- Panel title missing from search index, see #363
- Nice looking prompt for password protected pages
-
- Upgrade client and server dependencies
- Upgrade to latest release of Turbo
- Updated all Prism languages and created new dependency tree process, see #446
- Argh... Poppins font doesn't support non-latin character glyphs (cyrillic), see #179
- Use Inter font
- Revise Plausible default script
plausible.js
toscript.js
- Remove Page
Edit
button on generated Welcome page - Links with icon that are images get empty alt attribute, see #523
- Rename
server
project config toserve
- Upgrade Octicons icons library from v17.2.0 to v17.3.0
- Upgrade Octicons icons library from v17.9.0 to v17.10.0
- Upgrade Octicons icons library from v17.10.0 to v17.10.1
- Upgrade Octicons icons library from v17.10.2 to v17.11.1
- Upgrade Octicons icons library from v17.11.1 to v17.12.0
- Upgrade Octicons icons library from v17.12.0 to v18.0.0
- Upgrade Octicons icons library from v18.2.0 to v18.3.0
- Upgrade Octicons icons library from v18.3.0 to v19.0.0
- Upgrade Octicons icons library from v19.0.0 to v19.1.0
Fixed
- JavaScript error if one stacked Panel is missing content, see #388
--override
command fails when used with a templating data object, see #509- Editor icons are not rendered after
monaco
has been upgraded - Propagate
visibility
to all nested pages inwatch
mode - Messed up meta tag content value generation with escaped sequence, see #513
mark-github
icon issue in ref and file components, see #517- Exception thrown if
:icon-:
is added to a page - Case-insensitive
in-memory
file system - Prism theme issues after update to latest
v2.4.0
Version 2.4.0
There were 12 changes in Retype 2.4.0.
New
trailingSlash
project config to instruct whether to add a trailing/
when constructing links.- New
generator.directoryIndex.append
project config. - New
host
config onintegrations.plausible
. See #272.
Improved
- Upgrade Octicons icons library from v17.0.0 to v17.2.0.
- Update
GetLicenseRequiredMessage
with descriptive message. See #362.
Fixed
- Extra phantom
index.md
file if Retype output path ends with a slash char. - Anchored links receive extraneous slash char when
generator.directoryIndex.append: true
. - Links to home page ignore
generator.trailingShash
setting. - Link at top-left logo has trailing slash when
generator.trailingSlash
is set tofalse
. - Pressing enter on search results creates invalid url. See #333.
- Parent folder prefixed with an
_
underscore do not build properly. See #336. - Broken link to same page when
generator.trailingSlash
isfalse
.
v2.3.0
Version 2.3.0
There were 19 changes in Retype 2.3.0.
New
- Full relative URL pathing support. See #14, #133, #163, #184, #194, #222, #233, #239, #276.
generator.trailingSlash
project config to instruct whether to add a trailing/
when constructing links.- New
search.preload
project config to instruct Retype to preload the search index instead of on demand load. - New
generator.directoryIndex.name
project config for setting the default document name. - New
RETYPE_DEFAULT_HOST
environment variable. See #239. - New self-referential canonical tag for all pages.
- Link to API pages using fully qualified class name path.
Improved
- Revised cache buster to include full version number.
Fixed
- Exclude files and pages within the _includes from the sitemap generation.
- Exclude all contents of _includes directory from deploy.
- Sidebar menu item is not highlighted when no trailing
/
. - Editor font request does not respect
base
path. See #318. - Syntax errors in yaml files results in corrupt category URLs. See #316.
links
to the index document in the mobile sidebar footer not being resolved..yml
files excluded from deploy even if explicitly declared ininclude
. See #311.og:url
andtwitter:url
paths incorrect for API generated pages.- Include full version in the generator meta tag version.
- Many
categories
extends beyond page width and does not wrap. See #316.
Breaking Changes
- Switch
generator.paths
default value torelative
.