Skip to content

Latest commit

 

History

History
236 lines (139 loc) · 18.6 KB

File metadata and controls

236 lines (139 loc) · 18.6 KB

1.14.1 (2026-03-22)

📚 Documentation

1.14.0 (2026-01-19)

✨ Features

  • 🎨 ui: redesign color chips as grid cards with glasmorph effect (2ada6cf) by @Disane87

🐛 Bug Fixes

  • add connection checking for Spoolman URL with status indicators and localization updates (08c526b) by @Disane87
  • add word breaking to CORS configuration label for better readability (6774c65) by @Disane87
  • improve error handling in checkSpoolmanConnection function (24dd620) by @Disane87
  • update landing navigation links and remove ThemeSwitch component (7bdcf6e) by @Disane87

♻️ Code Refactoring

  • adjust card layout and styling for improved responsiveness in FilamentBoard component (2579cb6) by @Disane87
  • improve navigation layout and mobile menu functionality in MainApp component (da23de5) by @Disane87
  • simplify rendering logic and improve performance in FilamentBoard component (0a2691c) by @Disane87

🔧 Maintenance

1.13.1 (2026-01-19)

♻️ Code Refactoring

1.13.0 (2026-01-19)

✨ Features

  • add feedback and bug report sections with localization support (629eca9) by @Disane87
  • sponsor: add sponsor section and related translations for support (0ac4625) by @Disane87

🔧 Maintenance

  • workspace: add folders configuration to workspace settings (2aea0f1) by @Disane87

1.12.0 (2026-01-19)

✨ Features

  • 🎨 ui: add blur effect and overlay for offcanvas panels (e4c0211) by @Disane87

1.11.0 (2026-01-18)

✨ Features

  • add multi_color and single_color metadata files with PNG and XML content types (2611dac) by @Disane87

1.10.0 (2026-01-18)

✨ Features

  • rename project from "Spoolman Filament Swatch" to "Spool Swatch" and update related texts (e3b8b10) by @Disane87

1.9.0 (2026-01-18)

✨ Features

  • LandingPage: enhance interactivity and animations with mouse tracking and improved visual effects (3e327d3) by @Disane87

1.8.0 (2026-01-18)

✨ Features

  • router: add Vue Router setup with landing and main app routes (466bec9) by @Disane87

🐛 Bug Fixes

  • correct version number in package.json from 1.6.0 to 1.7.0 (259935f) by @Disane87

🔧 Maintenance

  • clean up whitespace in HTML, package.json, and screenshot script (b28218b) by @Disane87
  • update package.json with additional metadata and keywords (ca81961) by @Disane87

1.7.0 (2026-01-18)

✨ Features

  • enhance changelog modal with accordion for releases and improve release fetching logic (75080e6) by @Disane87

🔧 Maintenance

1.6.0 (2026-01-18)

chore

✨ Features

1.5.2 (2026-01-17)

🐛 Bug Fixes

  • ci: add email-to-username mapping to support both private and noreply emails in changelog (4715b9d) by @Disane87

1.5.1 (2026-01-17)

🐛 Bug Fixes

1.5.0 (2026-01-17)

feat

1.0.0 (2026-01-17)

✨ Features

1.4.3 (2026-01-17)

  • initial squashed state reset to 1.0.0 — all prior commits squashed into this single commit

fix

  • ci: update semantic-release config to use GitHub username from noreply email (0c89210) by @Disane87

test

1.4.2 (2026-01-17)

test

1.4.1 (2026-01-17)

fix

1.4.0 (2026-01-17)

fix

refactor

feat

1.3.0 (2026-01-17)

docs

  • add contributing guidelines to the repository (b016866) by @Marco Franke

feat

  • add GitHub username fetching for commits and update release configuration (dec35d8) by @Marco Franke
  • update package version to 1.2.0 and add @octokit/rest as a dev dependency (0fc9810) by @Marco Franke

1.2.0 (2026-01-17)

feat

  • add custom writer options for release notes generation (0dd24df) by @Marco Franke
  • add semantic release configuration with commit analyzer and release notes generator (0b7e1e1) by @Marco Franke
  • enhance release transform function with author name and refactor hash shortening (2b9923e) by @Marco Franke
  • replace .releaserc.json with .releaserc.js for semantic release configuration (8c683e9) by @Marco Franke

fix

  • streamline hash shortening in release transform function (da9e9fb) by @Marco Franke

1.1.0 (2026-01-17)

✨ Features

🐛 Bug Fixes

1.0.0 (2026-01-17)

✨ Features

  • add Badge, Button, Card, Dialog, Input, Select, and Toggle components with variants and utility functions (3245541)
  • add CNAME file for custom domain configuration (c8b34a7)
  • add CORS warning alert and update CORS configuration instructions in dialogs (a9f21f9)
  • add FiltersBar component for advanced filtering options (4a0d98a)
  • add FUNDING.yml to support various funding model platforms (1ccb852)
  • add FUNDING.yml to support various funding model platforms (f277b43)
  • add GitHub Actions workflow for deploying to GitHub Pages (2762ce5)
  • add initial README.md with project overview, features, and setup instructions (e21b584)
  • add Open Graph logo meta tag for improved social sharing (f0107d1)
  • add support for 'surl' parameter to set Spoolman URL from query string (9790f8f)
  • conditionally load external data sources based on filter settings (5ec96c1)
  • enhance FiltersBar and LocaleSwitch components with improved styling and functionality (ee60fae)
  • enhance Spoolman URL dialog with validation and localization updates (4d34bb4)
  • implement semantic release workflow, add changelog modal, and update permissions in deploy.yml (1c6fbb8)
  • improve HTML structure and enhance SVG assets for better branding and usability (d11929c)
  • improve styling and structure of Select component, add keyboard navigation and accessibility features (aaad562)
  • refactor header and navigation components, implement virtual scrolling in FilamentBoard, and update theme and locale switches (4cc4322)
  • update README and add favicon, manifest, and Open Graph images for improved branding and usability (30f627b)

🐛 Bug Fixes

  • improve CORS handling for local development in resolvedBaseUrl computation (0669bab)
  • remove unnecessary blank lines in readStored function for cleaner code (65344bd)
  • set base path to root for development environment (8b07d88)
  • simplify problemMatcher configuration in tasks.json and update viewport meta tag in index.html (3013690)
  • update @vitejs/plugin-vue to version 6.0.0 in package.json and package-lock.json (55cabd7)
  • update default source in useFilaments to 'spoolman' (ba1a3cf)
  • update live demo links and CORS configuration in documentation (3afdac8)
  • update Spoolman URL description to include CORS configuration instructions for deployed instances (98afa75)
  • update start_url and icon paths in manifest.json (4eca17f)

📦 Build

  • deps: bump esbuild and vite (c2ebbc7)