Skip to content

Release v1.17.5-2#197

Closed
Copilot wants to merge 3 commits intomasterfrom
copilot/add-tag-v1175-2
Closed

Release v1.17.5-2#197
Copilot wants to merge 3 commits intomasterfrom
copilot/add-tag-v1175-2

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 8, 2026

Creates release tag v1.17.5-2 for the fix in commit f362c99 that corrects improper function invocation of React components in Settings.tsx.

Changes

  • Version: Bumped to 1.17.5-2 in package.json
  • Tag: Created annotated tag v1.17.5-2 on master (f362c99)
  • Changelog: Added v1.17.5-2 entry documenting the runtime fix

What's Fixed

The tagged commit changes React component invocations from incorrect function calls to proper JSX:

// Before (v1.17.5-1)
children: RoamingSetting({})

// After (v1.17.5-2)
children: <RoamingSetting />

This resolves runtime errors when rendering the settings tabs.


Note: Tag created locally. Push with git push origin v1.17.5-2 to publish.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits February 8, 2026 03:00
Co-authored-by: msojocs <20937135+msojocs@users.noreply.github.com>
Co-authored-by: msojocs <20937135+msojocs@users.noreply.github.com>
Copilot AI changed the title [WIP] Add tag v1.17.5-2 to master branch Release v1.17.5-2 Feb 8, 2026
Copilot AI requested a review from msojocs February 8, 2026 03:03
@msojocs msojocs closed this Feb 8, 2026
Copilot stopped work on behalf of msojocs due to an error February 8, 2026 03:06
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.

2 participants