This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
Releases: thediveo/ThirdFlow
Releases · thediveo/ThirdFlow
ThirdFlow plugin release 1.2.11
ThirdFlow plugin release 1.2.10
see plugin history tiddler
ThirdFlow plugin release 1.2.9
see plugin history tiddler
ThirdFlow plugin release 1.2.7
- changes plugin sources UI for plugin contents from list to tree view. This gives a cleaner and much more compact view.
- updates to TiddlyWiki 5.1.16 for development and Third Flow demo wiki.
- removes now stale local CodeMirror CSS and highlight current line "plugins" and replaces them with with the new modularized CodeMirror plugins from TiddlyWiki 5.1.16.
- uses the following CodeMirror plugins in this development/demo Wiki:
- add-ons:
- auto-close tags
- auto-completion
- close brackets
- search and replace
- keymap:
- sublime text
- modes:
- CSS highlighting
- Javascript highlighting
- XML highlighting
- add-ons:
- uses the following CodeMirror plugins in this development/demo Wiki:
ThirdFlow plugin release 1.2.6
- fixes long-standing quirk causing development tiddlers to get released into demo wikis as ordinary tiddlers, albeit correctly included in plugin, when no creation/modification data is present.
- improves release logging.
ThirdFlow plugin release 1.2.5
- adds new release feature that allows developers to specify additional tiddlers to be included in a plugin. The relase pane listing the plugins to be released now contains an additional row per plugin titled additional plugin tiddlers. The input field accepts both a list of titles as well as filter run expressions, such as
[prefix[$:/config/foo]]
. - suppresses duplicate display of plug-in related fields in the generic field edit template:
author
,core-version
,description
,plugin-priority
,plugin-type
,source
, andversion
. Please note thatlist
is not hidden, as it isn't exposed in the dedicated plugin edit template, but instead is a generic field used in many other situations.
ThirdFlow plugin release 1.2.3
- makes ThirdFlow plugin available as npm package
tw5-thirdflow
. - the development wiki now opens the "Plugin Sources" sidebar tab by default; this can be changed in the Control Panel "Settings" tab. Please note that TiddlyWiki 5.1.16+ will have this feature anyway.
Bugfix Release
- fixes a problem with the template for creating new plugins, which causes empty plugins to be released.
- improves error reporting during release.
New Automated Release Mechanism & Plugin Kickstarter
New Skeleton "Plugin Kickstarter":
New Automated Release Mechanism:
- brings a new automated release mechanism for plugins and plugin-demo wikis that simplifies maintaining what is to be released. The new system especially makes releasing multiple different plugins from the same development wiki much easier – because there is no more need to tweak the release tiddlywiki.info configuration (however, this old release mechanism is still available).
- new "Release" tab in control panel, which configures which plugin(s) to release under which name, as well as whether to additionally release a plugin-demo wiki.
- new commands --releaseplugins and --releasedemowiki which use the configuration set from the control panel to package your plugins, write them to files, as well as writing the plugin-demo wiki (when enabled in configuration).
- upgrades release/tiddlywiki.info to use the new automated release mechanism, so plugin developers don't need to edit this file anymore in the future. To upgrade an existing plugin development wiki, simply upgrade your local release/tiddlywiki.info with this new one: editions/release/tiddlywiki.info.
- upgrades skeleton release/tiddlywiki.info to also use the new automated release mechanism.
- refactors internal Javascript code.
- removes released(!) plugins from the "Plugin Sources" view, as well as from the "Releases" tab in the Control Panel. This keeps the display cleaner, avoiding confusion.
Bugfix Release
- fixes plugin tiddler templates incorrectly setting
moduleType
instead ofmodule-type
.