CHANGELOG 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 20231009 version 1.5 Fluorine
  2. * Maintenance release. Updated requirements to current versions if possible
  3. * New syntax in config file. Switched from define() to const syntax.
  4. Use config.default.php as a template to update your config.
  5. * Update requirements for server and webclient code to PHP 8.1
  6. * Changes to webclient:
  7. New syntax in config file. Switched from define() to const syntax.
  8. Use config.default.php as a template to update your config.
  9. * Licence change to GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
  10. 20220316 version 1.4 Oxygen
  11. * Using some more "default" branch names
  12. * New client added: Go client
  13. * Cleanups
  14. 202100321 version 1.3 Nitrogen
  15. * Added new default allowed file types
  16. * Cleanups
  17. 20200814 version 1.2 Carbon
  18. * Cleanup version only. No new features
  19. 20200530 version 1.1 Boron
  20. * House cleaning
  21. * Added a simple web client
  22. * Cleaned up the linux client written in c. See README for more details
  23. * Added a windows C client based on the linux version. See README for more details
  24. 20200426 version 1.0 Beryllium
  25. * final 1.0 working version
  26. * added perl as default allowed file
  27. * added shellscript to the default allowed files
  28. * added html and js to the default allowed files
  29. * added C source files to the default allowed files
  30. * added an example cronjob file which can be used
  31. to clean old pastes. See clean-cronjob.txt for more
  32. details
  33. * Multiple secrets are now supported
  34. * added a c client which can be build with the makefile
  35. 2020101 version 0.3-beta Lithium
  36. * Update information now included
  37. * Rewritten lifetime calculation
  38. * Ready for 2020
  39. * Lifetime in days now and not in seconds
  40. 20191223 version 0.2-beta Helium
  41. * First public beta release
  42. * Using https://www.jwz.org/base64-shortlinks/ more correctly
  43. * Simple flood protection
  44. * Lifetime for each paste.
  45. * Deletion of paste older than lifetime
  46. 20191221 version 0.1 Hydrogen
  47. * Initial creation. Not polished yet.
  48. * Basic functions working.
  49. * No release yet