CHANGELOG 1.2 KB

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