Skip to content

Bump to 0.2.0 and document the user-visible changes - #29

Open
Chirag6722 wants to merge 1 commit into
thegoodengineer:mainfrom
Chirag6722:chore/version-bump
Open

Bump to 0.2.0 and document the user-visible changes#29
Chirag6722 wants to merge 1 commit into
thegoodengineer:mainfrom
Chirag6722:chore/version-bump

Conversation

@Chirag6722

Copy link
Copy Markdown
Collaborator

The version bump you asked for, plus the README lines that go with it.

package.json still said 0.1.1 while main had picked up a new feature and two changes to what a user actually sees, so a build from main was indistinguishable from the released version. Minor rather than patch, since Copy as Markdown is new surface rather than a fix.

README

Three things changed underneath the docs:

That last one I put in Known limitations rather than in the feature list, because from the user's side it reads as a limitation: no exit code was ever reported and TruthLog is saying so. Without a line explaining it, a grey row appearing where nothing used to appear looks like a bug rather than the fix it is.

Also corrects the install example, which still named truthlog-0.1.1.vsix.

Not included, tell me if you want it

I did not add a CHANGELOG.md. The Marketplace renders one as its own tab and this release has enough in it to be worth reading, but you asked for a version bump and a README note, and inventing a release-notes format for your extension seemed like your call rather than mine. Say the word and it is a small PR.

One ordering note: this bumps to 0.2.0 on the assumption the four issue fixes (#25, #26, #27, #28) land in the same release. If any of them slip, the number is still right, since #22 alone justifies the minor.

package.json still said 0.1.1 while main had collected a new feature and
two changes to what a user sees, so anyone installing a build from main
had no way to tell it apart from the released version. Minor rather than
patch: "Copy as Markdown" is new surface, not a fix.

README gains the three things that changed underneath it:

- Copy as Markdown was shipped but never documented, so the only way to
  find it was to right-click and notice.
- Failures Only now lists non-zero exits only. An unknown exit code used
  to appear there, which said the opposite of the grey "unknown" icon on
  the same row.
- A command whose terminal is closed mid-run now leaves an unknown row
  where it previously left nothing at all. Worth stating plainly in
  Known limitations, since "no exit code was ever reported" is a real
  limitation and the row deserves an explanation rather than looking
  like a bug.

Also fixes the install example, which still named truthlog-0.1.1.vsix.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant