1.4.0-develop.9 (2026-04-14)
1.4.0-develop.8 (2026-03-08)
1.4.0-develop.7 (2026-03-08)
- tools: add Unix Timestamp Converter to development tools list (3fedf57)
1.4.0-develop.6 (2026-03-08)
1.4.0-develop.5 (2026-03-05)
- release: update GITHUB_TOKEN to use RELEASE_TOKEN for semantic release (be3a012)
1.4.0-develop.4 (2026-03-03)
- Add lockfile guard workflow to prevent unintended lockfile changes (aa20fb5)
1.4.0-develop.3 (2026-03-03)
- Add IPv4 Subnet Calculator Tool (ad1c03f), closes #33
- Add Smart Repair feature to JSON Validator (#41) (7a3c7a5), closes #38
1.4.0-develop.2 (2026-02-28)
1.4.0-develop.1 (2026-02-28)
1.3.2 (2026-02-16)
- update basePath and assetPrefix to use conditional logic for production (b487fef)
1.3.2-develop.1 (2026-02-16)
- update basePath and assetPrefix to use conditional logic for production (b487fef)
1.3.1 (2026-02-10)
- correct spelling and update descriptions for color conversion tools (70f373c)
1.3.0 (2026-02-09)
- add development tools API and enhance header components (8aaad6a)
1.2.0 (2026-02-07)
- enhance Discord notifications with author details and profile links (098aaeb)
1.1.0 (2026-02-07)
- add Discord notifications workflow for various GitHub events (66ad9ba)
- ci: update Node.js to 20 for semantic-release compatibility (34092b6)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Changelog is automatically maintained by Semantic Release. Do not edit this file manually.
This project uses Semantic Versioning:
- Major version (
X.0.0): Breaking changes - Minor version (
0.X.0): New features (backward compatible) - Patch version (
0.0.X): Bug fixes
- main: Stable releases (
1.2.3) - develop: Pre-release versions (
1.2.3-next.0)
Please follow Conventional Commits when making commits:
type(scope): subject
body
footer
feat: A new featurefix: A bug fixperf: A performance improvementrefactor: Code refactoringdocs: Documentation changesstyle: Code style changes (formatting, missing semicolons, etc.)test: Test-related changesci: CI/CD changeschore: Other changes that don't modify code or tests
To indicate a breaking change, add the following to the commit body:
BREAKING CHANGE: description of what broke
This will trigger a major version bump.
All releases are published to GitHub Releases.
This changelog is managed by Semantic Release. All entries below are automatically generated.