mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-02 00:07:33 +00:00
20 lines
734 B
Plaintext
20 lines
734 B
Plaintext
caption: ~TiddlyWiki
|
|
created: 20131109105400007
|
|
modified: 20171113161419656
|
|
tags: Releases
|
|
title: TiddlyWiki Releases
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Here are the details of recent releases of TiddlyWiki5. See [[TiddlyWiki5 Versioning]] for details of how releases are named.
|
|
|
|
* An overview about all TW versions can be found at the [[TiddlyWiki Archive]].
|
|
|
|
* If you are using Node.js, you can also install ''prior'' versions like this:
|
|
|
|
*> npm install -g tiddlywiki@5.3.0
|
|
|
|
* BetaReleases and AlphaReleases are listed separately
|
|
|
|
<$list filter="[tag[ReleaseNotes]!sort[created]limit[1]]">
|
|
<$macrocall $name="tabs" tabsList="[tag[ReleaseNotes]!sort[created]]" default={{!!title}} class="tc-vertical" template="ReleaseTemplate" />
|
|
</$list> |