Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Releases: thediveo/ThirdFlow

ThirdFlow plugin release 1.2.11

20 Aug 15:04
Compare
Choose a tag to compare

see plugin history tiddler

ThirdFlow plugin release 1.2.10

17 Aug 15:13
Compare
Choose a tag to compare

see plugin history tiddler

ThirdFlow plugin release 1.2.9

17 Aug 15:13
Compare
Choose a tag to compare

see plugin history tiddler

ThirdFlow plugin release 1.2.7

26 Apr 19:03
Compare
Choose a tag to compare
  • 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

ThirdFlow plugin release 1.2.6

06 Apr 17:09
Compare
Choose a tag to compare
  • 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

02 Apr 16:40
Compare
Choose a tag to compare
  • 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, and version. Please note that list 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

29 Mar 11:11
Compare
Choose a tag to compare
  • 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

18 Feb 20:26
Compare
Choose a tag to compare
  • 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

17 Feb 21:35
Compare
Choose a tag to compare

New Skeleton "Plugin Kickstarter":
thirdflow plugin kickstarter

New Automated Release Mechanism:
thirdflow control panel release

  • 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

12 Feb 17:08
Compare
Choose a tag to compare
  • fixes plugin tiddler templates incorrectly setting moduleType instead of module-type.