CHANGELOG 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 202100321 version 1.3 Nitrogen
  2. * Added new default allowed file types
  3. * Cleanups
  4. 20200814 version 1.2 Carbon
  5. * Cleanup version only. No new fetures
  6. 20200530 version 1.1 Boron
  7. * House cleaning
  8. * Added a simple web client
  9. * Cleaned up the linux client written in c. See README for more details
  10. * Added a windows C client based on the linux version. See README for more details
  11. 20200426 version 1.0 Beryllium
  12. * final 1.0 working version
  13. * added perl as default allowed file
  14. * added shellscript to the default allowed files
  15. * added html and js to the default allowed files
  16. * added C source files to the default allowed files
  17. * added an example cronjob file which can be used
  18. to clean old pastes. See clean-cronjob.txt for more
  19. details
  20. * Multiple secrets are now supported
  21. * added a c client which can be build with the makefile
  22. 2020101 version 0.3-beta Lithium
  23. * Update information now included
  24. * Rewritten lifetime calculation
  25. * Ready for 2020
  26. * Lifetime in days now and not in seconds
  27. 20191223 version 0.2-beta Helium
  28. * First public beta release
  29. * Using https://www.jwz.org/base64-shortlinks/ more correctly
  30. * Simple flood protection
  31. * Lifetime for each paste.
  32. * Deletion of paste older than lifetime
  33. 20191221 version 0.1 Hydrogen
  34. * Initial creation. Not polished yet.
  35. * Basic functions working.
  36. * No release yet