Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Release 0.22

Latest
Compare
Choose a tag to compare
@elrido elrido released this 29 Nov 17:38
· 2549 commits to master since this release
  • ADDED: Tab character input support
  • ADDED: Dark bootstrap theme
  • ADDED: Option to hide clone button on expiring pastes
  • ADDED: Option to set a different default language then English and/or enforce it as the only language
  • ADDED: Database now contains version to allow automatic update of structure, only if necessary; removing database structure check on each request
  • ADDED: Favicons
  • FIXING: Regressions in database layer, prohibiting pastes from being stored
  • FIXING: Fixing "missing" comments when they were posted during the same second to the same paste
  • FIXING: JS failing when password input disabled
  • CHANGED: Switching positions of "New" and "Send" button, highlighting the latter to improve workflow
  • CHANGED: Renamed config file to make updates easier
  • CHANGED: Switching to JSON-based REST-API
  • CHANGED: Database structure to store attachments, allowing larger attachments to be stored (depending on maximum BLOB size of database backend)
  • CHANGED: Refactored data model, traffic limiting & request handling