Tags: TiddlyWiki/TiddlyDesktop
Tags
Stop a missing version reading as a different one in the PluginChooser Every bundled plugin showed two radio buttons: one labelled "bundled" with no version, one with a version. All 75 bundled plugin.info files omit the version field -- TiddlyWiki stamps it in when the plugin is packed -- so the library scan reports "" while the copy embedded in the wiki reports e.g. "5.4.0". The chooser read that as "the wiki holds a version the library does not have" and synthesised a second row for it. An empty library version is missing information, not a different version, so the comparison is now made only when the library actually reports one. Reproduced against the real store from the device: 8 titles rendered two rows before, 1 after -- codemirror-6-collab-nwjs, 0.4.5 in the wiki against 0.4.1 in the library, which is a real difference and exactly what that row is for. The same comparison also drove the apply diff, so pressing Apply reinstalled every bundled plugin every time; that is fixed with it. Reinstalling a bundled plugin deliberately still works through the Reinstall button. The regression came in with 7126f67 and was invisible to the harness that verified it, because that harness built its synthetic library from the installed versions -- so the two sides always agreed and could not disagree. The harness now models bundled entries with no version, which reproduces the symptom. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017qfveHibtWB7FnXTMB4ntE
Add GitHub Actions workflow to build TiddlyDesktop (#289) * Add GitHub Actions workflow to build TiddlyDesktop * Build in parallel so it takes one-sixth as long * Add release workflow Creates draft releases so they can be edited (adding release notes, for example) before they become visible to the public.
Add search and tag support for the wikilist (#262) * Add search and tag support for the wikilist * Update WikiList SearchList Style.tid * updated class names to tiddlydesktop format * Corrected class names * corrected class names * Fix for duplicate results
PreviousNext