Skip to content

docs: align release documentation#119

Merged
JellyBellyDev merged 2 commits into
masterfrom
docs/documentation-alignment
May 28, 2026
Merged

docs: align release documentation#119
JellyBellyDev merged 2 commits into
masterfrom
docs/documentation-alignment

Conversation

@JellyBellyDev
Copy link
Copy Markdown
Collaborator

Summary

This PR aligns the documentation with the features released in v3.4.0.

It documents the new badge customization options introduced by #117:

  • labelColor
  • logo
  • logoColor
  • social style
  • 3-digit hex colors

It also updates the changelog with the missing v3.3.0 release notes and completes the v3.4.0 entry based on the published GitHub release notes.

Custom Template Migration

v3.4.0 changed the SVG template placeholders:

  • vendorStartPosition -> vendorStartX
  • valueStartPosition -> valueStartX

This PR documents that migration path for users maintaining custom SVG templates.

Closes #118.

/cc @aptyp4uk1337 @GregOriol

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates repository documentation to match the features and breaking changes released in v3.4.0, including new badge customization query parameters and the SVG template placeholder migration noted in issue #118.

Changes:

  • Document the newly supported badge styles and URI query options (labelColor, logo, logoColor, social, 3-digit hex colors) in README.md.
  • Add missing v3.3.0 notes and complete the v3.4.0 changelog entry, including template placeholder migration notes.
  • Introduce AGENTS.md with repository structure, commands, CI expectations, and testing notes for coding agents.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
README.md Expands user-facing docs for styles, badge customization options, and custom-template migration guidance.
CHANGELOG.md Adds v3.4.0 and missing v3.3.0 release notes plus version reference links.
AGENTS.md Adds contributor/agent guidance covering repo structure, commands, CI, style, and testing practices.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread AGENTS.md Outdated
@JellyBellyDev JellyBellyDev merged commit f229e5b into master May 28, 2026
6 checks passed
@JellyBellyDev JellyBellyDev deleted the docs/documentation-alignment branch May 28, 2026 09:43
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.

Breaking change of vendorStartPosition and valueStartPosition in v3.4

3 participants