diff --git a/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid b/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid index e4a8ee751..bb98ed84f 100644 --- a/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid +++ b/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid @@ -1,5 +1,5 @@ created: 20140126125259638 -modified: 20150412185515402 +modified: 20150427121710347 tags: Definitions Features Saving Configurations title: TiddlyDesktop type: text/vnd.tiddlywiki @@ -21,3 +21,4 @@ TiddlyDesktop is based on the OpenSource project [[NW.js]]. The source is on Git https://github.com/Jermolene/TiddlyDesktop/ +See [[TiddlyDesktop Releases]] diff --git a/editions/tw5.com/tiddlers/releasenotes/Releases.tid b/editions/tw5.com/tiddlers/releasenotes/Releases.tid index 40cc72270..c33908fde 100644 --- a/editions/tw5.com/tiddlers/releasenotes/Releases.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Releases.tid @@ -1,13 +1,7 @@ -created: 20131109105400007 -modified: 20150417163307227 +created: 20150419144523070 +modified: 20150420114530386 tags: About title: Releases type: text/vnd.tiddlywiki -Here are the details of recent releases of TiddlyWiki5. See [[TiddlyWiki5 Versioning]] for details of how releases are named. - -(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" /> - +<> \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/releasenotes/TiddlyWiki_Releases.tid b/editions/tw5.com/tiddlers/releasenotes/TiddlyWiki_Releases.tid new file mode 100644 index 000000000..b93744fba --- /dev/null +++ b/editions/tw5.com/tiddlers/releasenotes/TiddlyWiki_Releases.tid @@ -0,0 +1,14 @@ +caption: ~TiddlyWiki +created: 20131109105400007 +modified: 20150419163355790 +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. + +(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" /> + diff --git a/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.1.tid b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.1.tid new file mode 100644 index 000000000..46b0333ff --- /dev/null +++ b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.1.tid @@ -0,0 +1,13 @@ +caption: 0.0.1 +created: 20150419144925501 +modified: 20150419152103526 +tags: TiddlyDesktopReleaseNotes +title: TiddlyDesktop Release 0.0.1 +type: text/vnd.tiddlywiki +released: 20140108 + + +{{$:/core/images/github}} Download from ~GitHub + + +First release - use with extreme caution \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.2.tid b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.2.tid new file mode 100644 index 000000000..9ff1024ca --- /dev/null +++ b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.2.tid @@ -0,0 +1,21 @@ +caption: 0.0.2 +created: 20150419150123810 +modified: 20150419154256169 +tags: TiddlyDesktopReleaseNotes +title: TiddlyDesktop Release 0.0.2 +type: text/vnd.tiddlywiki +released: 20140118 + + +{{$:/core/images/github}} Download from ~GitHub + + +[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.1...v0.0.2]] + +This second version of TiddlyDesktop has the following fixes and improvements: + +*The saving mechanism is now TiddlyFox compatible, so TiddlyWiki5 wikis don't need a special plugin to work with TiddlyDesktop +*TiddlyDesktop is now compatible with TiddlyWiki Classic +*Chromium Developer Tools now accessible via a pulldown menu +*Each TiddlyWiki document is now sandboxed, so it isn't possible for malicious or buggy JavaScript to affect other documents +*Linux 32-bit and 64-bit builds \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.3.tid b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.3.tid new file mode 100644 index 000000000..bc67079d4 --- /dev/null +++ b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.3.tid @@ -0,0 +1,23 @@ +caption: 0.0.3 +created: 20150419150143521 +modified: 20150419154240713 +tags: TiddlyDesktopReleaseNotes +title: TiddlyDesktop Release 0.0.3 +type: text/vnd.tiddlywiki +released: 20140130 + + +{{$:/core/images/github}} Download from ~GitHub + + +[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.2...v0.0.3]] + +This third version of TiddlyDesktop has the following fixes and improvements: + +*Access Chromium developer tools with F12 +*No menu bars +*Fixed problem with paths containing spaces +*Enabled webkit experimental features +*Adjusted the main window toolbar to be position: sticky +*Fixed problem with relative inter-wiki links not working +*Add "file not found" error indication diff --git a/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.4.tid b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.4.tid new file mode 100644 index 000000000..fb780f47b --- /dev/null +++ b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Release_0.0.4.tid @@ -0,0 +1,44 @@ +caption: 0.0.4 +created: 20150419150210402 +modified: 20150419154800738 +tags: TiddlyDesktopReleaseNotes +title: TiddlyDesktop Release 0.0.4 +type: text/vnd.tiddlywiki +released: 20150111 + + +{{$:/core/images/github}} Download from ~GitHub + + +[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.3...v0.0.4]] + +This release includes a major reworking of the internals of TiddlyDesktop. It's really a bit early for general release, but we need feedback to improve it. Please use it with great caution, and consider reverting to v0.0.3 if you run into any problems. + +Please report any problems or suggestions via GitHub issues, or post to the TiddlyWiki discussion group: + +http://groups.google.com/group/TiddlyWiki + +!New Features +*Warning message when closing windows with unsaved changes (TWC and TW 5.1.8 and above only) +*Help window +*Toolbar for TiddlyWiki windows +*Reveal original file in Finder/Explorer +*Automatic backups +Note that there is currently no way to hide the toolbar for TiddlyWiki windows. This will be remedied soon! + +!New Architecture +TiddlyDesktop itself is now an instance of the Node.js edition of TiddlyWiki. TiddlyWiki HTML files are run within embedded, sandboxed iframes with the "backstage" TiddlyWiki providing services such as saving to the file system. + +The advantage of this approach is that the user interface and functionality of the desktop application can now be customised and extended with exactly the same techniques that are used in regular TiddlyWiki. + +!Coming Soon +The functionality of this release barely matches that of the previous v0.0.3 version, but it lays the groundwork for a number of other features such as: + +*Configurable toolbars +*Hyperbookmarklets +*Page zoom +*Creating new wikis from standard editions and custom templates +*Dragging _canonical_uri links from the file system +*Multiple languages +*One-click copying of text to the clipboard from within TiddlyWiki +*Global keyboard shortcut for clipping content etc. \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Releases.tid b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Releases.tid new file mode 100644 index 000000000..4edf16a57 --- /dev/null +++ b/editions/tw5.com/tiddlers/tiddlydesktop/TiddlyDesktop_Releases.tid @@ -0,0 +1,12 @@ +caption: ~TiddlyDesktop +created: 20150419144649101 +modified: 20150419153948247 +tags: Releases +title: TiddlyDesktop Releases +type: text/vnd.tiddlywiki + +Here are the details of recent releases of TiddlyDesktop + +<$list filter="[tag[TiddlyDesktopReleaseNotes]!sort[created]limit[1]]"> + <$macrocall $name="tabs" tabsList="[tag[TiddlyDesktopReleaseNotes]!sort[created]]"default={{!!title}} class="tc-vertical" template="ReleaseTemplate" /> + \ No newline at end of file