Skip to content

Releases: QuintixLabs/Voux

v1.3.5

28 Dec 21:56

Choose a tag to compare

What's Changed:

  • Added new sorting options: oldest, most views, latest hit, and inactive only
  • Improved favicon handling for dark and light mode, with better SEO compatibility
  • Aligned inactive badge behavior and set inactive purge to 30 days

Full Changelog: v1.3.4...v1.3.5

v1.3.4

22 Dec 15:29

Choose a tag to compare

What's Changed

  • Added DELETE input confirmation for filtered delete actions
  • Fixed the logo hit area so only the logo itself is clickable
  • Added SVG favicon with ICO fallback for better browser and search support
  • Improved text selection colors to adapt to theme

Full Changelog: v1.3.3...v1.3.4

v1.3.3

21 Dec 14:51

Choose a tag to compare

What’s Changed

  • Polished guide open and close behavior on the homepage
  • Fixed API keys listing crash caused by BigInt serialization
  • Added DELETE input confirmations before deleting

Full Changelog: v1.3.2...v1.3.3

v1.3.2

17 Dec 07:22

Choose a tag to compare

What’s Changed

  • Added double confirmation when deleting inactive counters to prevent accidental data loss.
  • Improved branding settings with tooltips and a reset to defaults action.
  • Fixed dashboard selection checkmarks overlapping labels.

Full Changelog: v1.3.1...v1.3.2

v1.3.1

09 Dec 21:06

Choose a tag to compare

What’s Changed

  • Added editable tag chips using the Pickr color picker library with backend PATCH support.
  • Improved tag layout: long names wrap cleanly and icons stay visible on light tags.
  • Tweaked admin search clear button to a compact "×" with stable spacing.
  • Moved theme attribute to <html> for cleaner theme handling.
  • Other small UI/UX fixes and polish.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

05 Dec 16:03

Choose a tag to compare

What's Changed

  • Added new theme lineup (default, neutral, ocean, forest, ember, blush, crimson).
  • Dashboard UX: fixed pagination key-nav behavior, added top page indicator, and select-all now properly unselects
    current-page items.
  • Added noscript overlay/notice to all pages for users with JavaScript disabled.
  • chore(deps): bump express from 5.1.0 to 5.2.0 by @dependabot[bot] in #1

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

30 Nov 01:43

Choose a tag to compare

  • Added simple contributor/setup/project structure docs
  • Added a clearer delete-all warning with highlighted site URL
  • Added DEV_MODE to disable asset caching in dev and improved version injection for cache busting
  • Other small polish to caching and dev workflow

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Nov 03:56

Choose a tag to compare

  • Added cache-busting via versioned asset URLs and proper cache headers (no-store HTML, long-cache JS/CSS)
  • Stabilized admin pagination when page counts differ
  • Added SECURITY policy and bumped body-parser to patched version
  • Minor UI and documentation cleanups

Full Changelog: v1.1.1...v1.2.0

v1.1.1

22 Nov 22:38

Choose a tag to compare

  • Added comma formatting to view numbers in the embed script
  • Improved handling of very large numbers and fixed display issues
  • Other Misc stuff

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 Nov 21:02

Choose a tag to compare

  • UI fixes
  • Added note option label for private instance counter creation
  • Added per-counter JSON download
  • Added counter selection checkboxes
  • Added left/right key page navigation
  • Added tags with filtering

Full Changelog: v1.0.1...v1.1.0