CHANGELOG 2.0 KB

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