agenda/node_modules/color-convert/CHANGELOG.md
Edward Betts ea4980a5d7 Fix European trip return heuristic for weekend location tracking
Adjust European short trip heuristic from >3 days to >1 day to correctly
detect when user has returned home from European trips. This fixes the
April 29-30, 2023 case where the location incorrectly showed "Sankt Georg, Hamburg"
instead of "Bristol" when the user was free (no events scheduled) after
the foss-north trip ended on April 27.

The previous logic required more than 3 days to pass before assuming
return home from European countries, but for short European trips by
rail/ferry, users typically return within 1-2 days.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-16 06:38:37 +02: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