Skip to content

v0.4.0

Choose a tag to compare

@fuzionix fuzionix released this 01 Oct 05:46
· 67 commits to main since this release
Immutable release. Only release title and notes can be modified.
f9afbbf

DevTool+ v0.4.0 — Release Note

We’re excited to announce the v0.4.0 release of DevTool+!
This update introduces new tools, smarter editors with indentation controls, and quality-of-life improvements such as pinned tools and enhanced light/dark theme.


New Features

HTTP Status Code Tool

Browse and search through HTTP status codes (1xx–5xx) with detailed descriptions for each category. Expand/collapse items with an improved interactive UI.

image

Data Unit Convertor

Easily convert between bits/bytes across binary (KiB, MiB, …) and decimal (KB, MB, …) systems with a clear side-by-side result table.

image

Slug Generator

Quickly generate clean, URL-friendly slugs.
Supports - and _ separators with an option to preserve non-Latin characters.


Feature Enhancements

Data Format Convertor

  • Added TOML export support (full cycle: JSON ↔ YAML ↔ XML ↔ TOML).
  • Swapping between source/target formats now swaps content too.
  • Added indentation slider (0–10) to control output formatting.

JSON, YAML, HTML/XML Editors:

  • Each editor now includes an indentation control slider for customizable formatting output.

Tools Explorer:

  • Added pin/unpin support to keep frequently used tools at the top of the explorer.
  • New 📌 Pinned section displays your favorites.
image

Better Icons:

  • Tools now automatically load light/dark theme icons that adapt to your editor theme.

UI / UX Improvements

  • Streamlined inline styles into reusable private components for faster tool rendering.
  • Added smooth transitions on expand/collapse states for more polished interactions.
  • Improved consistency of color variables across components.

Bug Fixes

  • Fixed behavior of the Data Format Convertor when switching/saving indentation preferences.
  • Fixed minor styling inconsistencies across dark and light code editor panels.
  • Fixed icon rendering issues with missing visibility in light themes.

Installation

You can install this extension through the Visual Studio Code Marketplace / Cursor or run:

code --install-extension Fuzionix.devtool-plus

Support

If you enjoy using DevTool+, please ⭐ star us on GitHub or 💖 sponsor development.


Notes

  • The extension will keep evolving. Your feedback is invaluable in shaping its future. Feel free to share your thoughts and suggestions!
  • Contributions and feedback are always welcome!
    GitHub Issues | GitHub Discussions