Files
lockbitchat 0f8399ec88 feat(security,ui): self-host React deps, Tailwind, fonts; strict CSP; local QR; better selection state
Replace CDN React/ReactDOM/Babel with local libs; remove Babel and inline scripts
Build Tailwind locally, add safelist; switch to assets/tailwind.css
Self-host Font Awesome and Inter (CSS + woff2); remove external font CDNs
Implement strict CSP (no unsafe-inline/eval; scripts/styles/fonts from self)
Extract inline handlers; move PWA scripts to external files
Add local QR code generation (qrcode lib) and remove api.qrserver.com
Improve SessionTypeSelector visual selection (highlighted background and ring)
Keep PWA working with service worker and offline assets
Refs: CSP hardening, offline-first, no external dependencies
2025-09-08 16:04:58 -04:00

1.4 KiB

1.0.0 - 2016-01-07

  • Removed: unused speed test
  • Added: Automatic routing between previously unsupported conversions (#27)
  • Removed: xxx2xxx() and xxx2xxxRaw() functions (#27)
  • Removed: convert() class (#27)
  • Changed: all functions to lookup dictionary (#27)
  • Changed: ansi to ansi256 (#27)
  • Fixed: argument grouping for functions requiring only one argument (#27)

0.6.0 - 2015-07-23

  • Added: methods to handle ANSI 16/256 colors:
    • rgb2ansi16
    • rgb2ansi
    • hsl2ansi16
    • hsl2ansi
    • hsv2ansi16
    • hsv2ansi
    • hwb2ansi16
    • hwb2ansi
    • cmyk2ansi16
    • cmyk2ansi
    • keyword2ansi16
    • keyword2ansi
    • ansi162rgb
    • ansi162hsl
    • ansi162hsv
    • ansi162hwb
    • ansi162cmyk
    • ansi162keyword
    • ansi2rgb
    • ansi2hsl
    • ansi2hsv
    • ansi2hwb
    • ansi2cmyk
    • ansi2keyword (#18)

0.5.3 - 2015-06-02

  • Fixed: hsl2hsv does not return NaN anymore when using [0,0,0] (#15)

Check out commit logs for older releases