Mostly, we've concentrated on nailing a bunch of bugs. There's a full
list of changes at http://trac.tiddlywiki.org/wiki/History, and some
of the highlights include:
* Added sorting to tiddler filters (eg, you can do things like this in
DefaultTiddlers: "[tag[journal]] [sort[-modified]]")
* Added support for tiddler sections (similar to slices, but defined
by the headers within a tiddler and invoked with
TiddlerName##SectionName)
* Added basic support for theme switching
* Modified ImportTiddlers to remove the "choose workspace" step if not required
* Stripped some seldom used code into optional plugins (the crypto
functions, sparkline macro, and various deprecated functions)
Once again, this release is only possible because of the efforts of
many people in filing bugs, submitting patches, testing nightly builds
and all the myriad activities that are needed to keep a show like this
on the road. This time around, special thanks go to Martin Budden and
Saq Imtiaz.
If you've any comments or questions, please fire away here,
Cheers
Jeremy
--
Jeremy Ruston
mailto:jer...@osmosoft.com
http://www.tiddlywiki.com
Good job!
A quick observation:
> * Stripped some seldom used code into optional plugins (the crypto
> functions, sparkline macro, and various deprecated functions)
It seems that these things have indeed been stripped, but not replaced
with any plugins. (I can't find any mention of the respective functions
in the code.)
Also, the styles for the sparkline macro are still present in
StyleSheetLayout and StyleSheetColors.
I'll take a more detailed look later.
-- F.
Might be because the deprecated functions are missing.
-- F.
I'm afraid not, Martin:
http://www.tiddlywiki.com/empty.html
I've made sure it's not a caching issue on my side, and I've even copied
the source into my editor because I didn't trust Firefox's source view.
I've also reviewed the respective changeset.
However, there's no trace of either of those plugins in that file; maybe
the recipe didn't include them?
-- F.
Actually, the "official" location would be this:
http://svn.tiddlywiki.org/Trunk/core/js/Crypto.js
http://svn.tiddlywiki.org/Trunk/core/js/Deprecated.js
http://svn.tiddlywiki.org/Trunk/core/js/Sparkline.js
-- F.