Skip to content

Tags: TiddlyWiki/TiddlyDesktop

Tags

preview

Toggle preview's commit message
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

v0.0.22

Toggle v0.0.22's commit message
Mac fixes

v0.0.21

Toggle v0.0.21's commit message
Update version in Info.plist

v0.0.20

Toggle v0.0.20's commit message
Prepare for release of v0.0.20

v0.0.19

Toggle v0.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.0.18

Toggle v0.0.18's commit message
Prepare for v0.0.18

v0.0.17

Toggle v0.0.17's commit message
Update package-lock.json

v0.0.16

Toggle v0.0.16's commit message
Prepare for v0.0.16

v0.0.15

Toggle v0.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.0.15-prerelease.6

Toggle v0.0.15-prerelease.6's commit message
Add debugging instructions for Windows

Fixes #214