TiddlyWiki 2.6.1 released

21 views
Skip to first unread message

Martin Budden

unread,
Aug 18, 2010, 9:02:11 AM8/18/10
to TiddlyWiki
We are pleased to announce the release of TiddlyWiki 2.6.1:
http://www.tiddlywiki.com/

This is a maintenance release, containing a variety of bugfixes and
enhancements, but no new major features, see:

http://trac.tiddlywiki.org/wiki/History


Many thanks to all the contributors!


-- Martin

FND

unread,
Aug 18, 2010, 11:47:00 AM8/18/10
to tiddl...@googlegroups.com
> We are pleased to announce the release of TiddlyWiki 2.6.1: [...]
> http://trac.tiddlywiki.org/wiki/History

FWIW, we've also updated TiddlyWebWiki and TiddlySpace to use this
latest version, and I expect that we will be taking advantage of the
subtle enhancements as we continue development of those platforms.


-- F.

RA

unread,
Aug 18, 2010, 11:38:29 PM8/18/10
to TiddlyWiki
> FWIW, we've also updated TiddlyWebWiki and TiddlySpace

And how is TiddlyHoster doing? Is it time to get out of it? It's
working well for me. Using it every day.

--R

FND

unread,
Aug 19, 2010, 3:22:32 AM8/19/10
to tiddl...@googlegroups.com
> And how is TiddlyHoster doing? Is it time to get out of it? It's
> working well for me. Using it every day.

Glad to hear that! TiddlyHoster continues to co-exist with TiddlySpace -
Chris has posted some thoughts here:
http://groups.google.com/group/tiddlyweb/browse_thread/thread/d760543fb820a4dc/5c8482eb2616c57b?#5c8482eb2616c57b

"""
In case there's concern, though I'm currently distracted from hoster
for work on tiddlyspace, I don't intend to see hoster fade away. My
expectation is that TiddlySpace and TiddlyHoster can live concurrently
and be mutually beneficial.
"""

We'll be upgrading hoster soon - thanks for the reminder!


-- F.

chris...@gmail.com

unread,
Aug 19, 2010, 6:31:04 AM8/19/10
to TiddlyWiki
I'm glad your are getting use out of hoster.

Development and maintenance on it is not dead, just resting while
tiddlyspace gets all the attention. I'm still committed to hoster so
when things lighten up on tiddlyspace (soon) it will get a tune up.

All the work on tiddlyspace has dramatically improved the code in
tiddlyweb, tiddlywebwiki and a bunch of plugins that tiddlyhoster can
also use, so once it does get the tune up it should speed up quite a
bit and be more interesting.

PMario

unread,
Aug 19, 2010, 10:17:50 AM8/19/10
to TiddlyWiki
On Aug 19, 12:31 pm, "cd...@peermore.com" <chris.d...@gmail.com>
wrote:
> Development and maintenance on it is not dead, just resting while
I can confirm this. Chris helped a lot (i guess in spare time) to get
my own version working. thx

> tiddlyspace gets all the attention. I'm still committed to hoster so
> when things lighten up on tiddlyspace (soon) it will get a tune up.
nice to here/read that

> All the work on tiddlyspace has dramatically improved the code in
> tiddlyweb, tiddlywebwiki and a bunch of plugins that tiddlyhoster can
> also use, so once it does get the tune up it should speed up quite a
> bit and be

> more interesting.
I also like hoster a lot. Some improvements, like the new ui would be
also cool there, when the fast improvements in tiddlyspace slow down a
little bit :)

I set up a hoster tw some time ago, with some wishes about the new
hoster interface. Comment plugin works there. But it seems nobody
cares, that's why here is the link again :))

http://hoster.peermore.com/recipes/HosterLayoutTest/tiddlers.wiki

kind regards
Mario

Ton van Rooijen

unread,
Aug 20, 2010, 10:10:38 AM8/20/10
to TiddlyWiki
Hi Martin,

Congratulations.
Since this is a maintenance release, is it correct to assume that
there are no consequences for translators c.q. TW translations?
I.e. there will be no changes in "locale.en.js"?

Thanks in advance for your reply.

Ton van Rooijen

FND

unread,
Aug 20, 2010, 10:29:23 AM8/20/10
to tiddl...@googlegroups.com
> Since this is a maintenance release, is it correct to assume that
> there are no consequences for translators c.q. TW translations?

There were two minor changes:

invalidCookie message was added:
http://trac.tiddlywiki.org/changeset/12283

unused openError message was removed:
http://trac.tiddlywiki.org/changeset/12046#file1

I expect Martin will release take care of the remaining details soon.


-- F.

Martin Budden

unread,
Aug 20, 2010, 10:54:15 AM8/20/10
to tiddl...@googlegroups.com
Ton,

there were two minor changes for translators, and stated by FND.

The locale.en.js file has now been updated. Sorry for the slight delay
in getting this updated.

Martin

> --
> You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
> To post to this group, send email to tiddl...@googlegroups.com.
> To unsubscribe from this group, send email to tiddlywiki+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
>
>

PMario

unread,
Aug 21, 2010, 11:30:54 AM8/21/10
to TiddlyWiki
2.6.1 releas message says:

*enhance toolbar macro syntax to render tiddler/slice/section content
inline (ticket #610)

[[ToolbarCommands]]:

|~ViewToolbar|ToolbarCommands::NewHere closeTiddler closeOthers
+editTiddler > fields syncing permalink references jump|
|~EditToolbar|+saveTiddler -cancelTiddler deleteTiddler|
|~NewHere|<<newTiddler label:"new here" tag:{{tiddler.title}}
text:"">>|

I downloaded a vanilla tw. I couldn't get it to work. Did I miss
something?
The ToolbarCommands tiddler rendering and the button does work. But
the toolbar wont.
-m

FND

unread,
Aug 23, 2010, 4:03:20 AM8/23/10
to tiddl...@googlegroups.com
> 2.6.1 releas message says:
> *enhance toolbar macro syntax to render tiddler/slice/section content
> inline (ticket #610)
> [...] I couldn't get it to work.

That entry is a bit misleading, due to it being copied verbatim from the
ticket. The solution we went with in the end was to provide a hook for
plugin authors like Eric:
http://trac.tiddlywiki.org/ticket/610#comment:7
http://trac.tiddlywiki.org/changeset/12296

I'll amended the changelog accordingly - thanks for noticing!


-- F.

Ton van Rooijen

unread,
Aug 24, 2010, 6:38:50 PM8/24/10
to TiddlyWiki
Hi Martin,

Thanks for the new "locale.en.js".
As far as I understand the mechanisms, I think this new version could
be backwards compatible with TW v2.6.0.
But it is not, only because it contains statement "|''~CoreVersion:''|
2.6.1|".
I tested it an by the looks of it, after changing back the CoreVersion-
stmt, it works well with TW v2.6.0.
If you agree, I would suggest you change your version as well, because
that would be benificial from a version-mgt. perspective to all
translators. If not, the translations for v2.6.1 need to become kind
of a new "branch".

Hope you understand my point. Thanks in advance and best regards,

Ton.

On 20 aug, 16:54, Martin Budden <mjbud...@gmail.com> wrote:
> Ton,
>
> there were two minor changes for translators, and stated by FND.
>
> The locale.en.js file has now been updated. Sorry for the slight delay
> in getting this updated.
>
> Martin
>

Martin Budden

unread,
Aug 25, 2010, 6:45:38 AM8/25/10
to tiddl...@googlegroups.com
Ton,

this is a good point, which I didn't consider when I upped the version
number. I'll reset it.

Martin

Reply all
Reply to author
Forward
0 new messages