Releases: QuintixLabs/Voux
Releases · QuintixLabs/Voux
v1.3.5
What's Changed:
- Added new sorting options:
oldest,most views,latest hit, andinactive 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
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
What’s Changed
- Polished guide open and close behavior on the homepage
- Fixed API keys listing crash caused by BigInt serialization
- Added
DELETEinput confirmations before deleting
Full Changelog: v1.3.2...v1.3.3
v1.3.2
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
What’s Changed
- Added editable tag chips using the Pickr color picker library with backend
PATCHsupport. - 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
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
noscriptoverlay/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
- @dependabot[bot] made their first contribution in #1
Full Changelog: v1.2.1...v1.3.0
v1.2.1
- Added simple contributor/setup/project structure docs
- Added a clearer delete-all warning with highlighted site URL
- Added
DEV_MODEto 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
- Added cache-busting via versioned asset
URLsand 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
- 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
- UI fixes
- Added note option label for private instance counter creation
- Added per-counter
JSONdownload - Added counter selection checkboxes
- Added
left/rightkey page navigation - Added tags with filtering
Full Changelog: v1.0.1...v1.1.0