Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
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.

History.md 1.4KB

4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. 1.10.5 / 2018-04-04
  2. ==================
  3. * Fix callbacks not receiving errors (#72) [chadrickman]
  4. 1.10.4 / 2018-01-29
  5. ==================
  6. * Fix notifications on linux when using notify-send (#70) [hmshwt]
  7. 1.9.3 / 2016-09-05
  8. ==================
  9. * fixed command injection vulnerability
  10. 1.7.0 / 2012-12-30
  11. ==================
  12. * support transient notifications in Gnome
  13. 1.6.1 / 2012-09-25
  14. ==================
  15. * restore compatibility with node < 0.8 [fgnass]
  16. 1.6.0 / 2012-09-06
  17. ==================
  18. * add notification center support [drudge]
  19. 1.5.1 / 2012-04-08
  20. ==================
  21. * Merge pull request #16 from KyleAMathews/patch-1
  22. * Fixes #15
  23. 1.5.0 / 2012-02-08
  24. ==================
  25. * Added windows support [perfusorius]
  26. 1.4.1 / 2011-12-28
  27. ==================
  28. * Fixed: dont exit(). Closes #9
  29. 1.4.0 / 2011-12-17
  30. ==================
  31. * Changed API: `growl.notify()` -> `growl()`
  32. 1.3.0 / 2011-12-17
  33. ==================
  34. * Added support for Ubuntu/Debian/Linux users [niftylettuce]
  35. * Fixed: send notifications even if title not specified [alessioalex]
  36. 1.2.0 / 2011-10-06
  37. ==================
  38. * Add support for priority.
  39. 1.1.0 / 2011-03-15
  40. ==================
  41. * Added optional callbacks
  42. * Added parsing of version
  43. 1.0.1 / 2010-03-26
  44. ==================
  45. * Fixed; sys.exec -> child_process.exec to support latest node
  46. 1.0.0 / 2010-03-19
  47. ==================
  48. * Initial release