CHANGELOG 1.1 KB

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