#v0.2.1 - v0.2.0
#0.2.1 2021-08-11
#fix
- timeout for websites with more than 30,000 sites to scan (database table could not be cleared correctly)
#0.2.0 2021-08-10
#chore
- translations into German internal reference #pb8dpn
#feat
- add new checklist item to scan the website internal reference #mk8ec0
- allow to fetch queue status and delete jobs by type internal reference #m57phr
- initial commit with working server-worker queue internal reference #kh49jp
- introduce client worker and localStorage restore functionality internal reference #kh49jp
- introduce new event to modify job delay depending on idle state
- introduce new JobDone event
- prepare new functionalities for the initial release internal reference #kh49jp
- proper error handling with UI when e.g. the Real Cookie Banner scanner fails internal reference #7mvhak
#fix
- automatically refresh jobs if queue is empty and there are still remaining items
- be more loose when getting and parsing the sitemap
- do not add duplicate URLs to queue
- do not enqueue real-queue on frontend for logged-in users
- localStorage per WordPress instance to be MU compatible
- only run one queue per browser session
- tab locking did not work as expected and introduced worker notifications
#perf
- speed up scan process by reducing server requests internal reference #nvafz0
#refactor
- split i18n and request methods to save bundle size