1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Merge pull request #2184 from mdeabreu/patch-1

Add info about recent TiddlyDesktop releases
This commit is contained in:
Jeremy Ruston 2016-01-06 09:43:52 +00:00
commit e0c84ee85d
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,25 @@
caption: 0.0.7
created: 20160105190019710
modified: 20160105190302408
released: 20151205
tags: TiddlyDesktopReleaseNotes
title: TiddlyDesktop Release 0.0.7
type: text/vnd.tiddlywiki
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.7" class="tc-btn-big-green" target="_blank">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.6...v0.0.7]]
Please report any problems or suggestions via GitHub issues, or post to the TiddlyWiki discussion group:
http://groups.google.com/group/TiddlyWiki
* Experimental support for "wiki folders" (the Node.js format for TiddlyWiki, where each tiddler is a separate file), including the ability to serve wiki folders over HTTP so that you can use any browser or device to access them
* Switched from representing wikis as thumbnails to favicons
* New system tray/menu icon for quick access to TiddlyDesktop
* Fixed problem with restarting after quitting with minimised windows on Windows (#77)
* Added TiddlyDesktop version number to "Help" window
Note: Upgrading to this release will clear your list of loaded wiki files. The files themselves are not affected; you can re-add them by dragging and dropping them into the wiki list window.

View File

@ -0,0 +1,22 @@
caption: 0.0.8
created: 20160105190346176
modified: 20160105190448153
released: 20151206
tags: TiddlyDesktopReleaseNotes
title: TiddlyDesktop Release 0.0.8
type: text/vnd.tiddlywiki
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.8" class="tc-btn-big-green" target="_blank">
{{$:/core/images/github}} Download from ~GitHub
</a>
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.7...v0.0.8]]
A minor bug fix release.
Please report any problems or suggestions via GitHub issues, or post to the TiddlyWiki discussion group:
http://groups.google.com/group/TiddlyWiki
* Fixes crash when clicking on external links
* Added warning when attempting to remove a wiki folder window that has been opened

View File

@ -260,3 +260,5 @@ Soeren Enevoldsen, @senevoldsen90, 2015/10/09
Santiago Pelufo, @spelufo, 2015/12/18
Matthew Lauber, @mklauber, 2015/11/13
Matthew DeAbreu, @mdeabreu, 2016/01/05