Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # 1.0.0 - 2016-01-07
  2. - Removed: unused speed test
  3. - Added: Automatic routing between previously unsupported conversions
  4. ([#27](https://github.com/Qix-/color-convert/pull/27))
  5. - Removed: `xxx2xxx()` and `xxx2xxxRaw()` functions
  6. ([#27](https://github.com/Qix-/color-convert/pull/27))
  7. - Removed: `convert()` class
  8. ([#27](https://github.com/Qix-/color-convert/pull/27))
  9. - Changed: all functions to lookup dictionary
  10. ([#27](https://github.com/Qix-/color-convert/pull/27))
  11. - Changed: `ansi` to `ansi256`
  12. ([#27](https://github.com/Qix-/color-convert/pull/27))
  13. - Fixed: argument grouping for functions requiring only one argument
  14. ([#27](https://github.com/Qix-/color-convert/pull/27))
  15. # 0.6.0 - 2015-07-23
  16. - Added: methods to handle
  17. [ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors) 16/256 colors:
  18. - rgb2ansi16
  19. - rgb2ansi
  20. - hsl2ansi16
  21. - hsl2ansi
  22. - hsv2ansi16
  23. - hsv2ansi
  24. - hwb2ansi16
  25. - hwb2ansi
  26. - cmyk2ansi16
  27. - cmyk2ansi
  28. - keyword2ansi16
  29. - keyword2ansi
  30. - ansi162rgb
  31. - ansi162hsl
  32. - ansi162hsv
  33. - ansi162hwb
  34. - ansi162cmyk
  35. - ansi162keyword
  36. - ansi2rgb
  37. - ansi2hsl
  38. - ansi2hsv
  39. - ansi2hwb
  40. - ansi2cmyk
  41. - ansi2keyword
  42. ([#18](https://github.com/harthur/color-convert/pull/18))
  43. # 0.5.3 - 2015-06-02
  44. - Fixed: hsl2hsv does not return `NaN` anymore when using `[0,0,0]`
  45. ([#15](https://github.com/harthur/color-convert/issues/15))
  46. ---
  47. Check out commit logs for older releases