Releases: matrix-org/rageshake
Releases · matrix-org/rageshake
v1.16.2
Bugfixes
cleanup.py
: Make resilient to malformed UTF-8 in the details file. (#95)
v1.16.1
Features
- Add
create_time
field to webhook payload and details.json
(#93)
v1.16.0
Features
- Write a file called
details.json
for each submission. (#92)
v1.15.0
Features
- The
/api/submit
endpoint responds with JSON when it encounters an error.
Please read the documentation in docs/api.md to learn more. (#90)
v1.14.0
Features
- Parse User-Agent into a human readable format and attach to the report alongside the raw UA string. (#86)
- Reject user text (problem description) matching a regex and send the reason why to the client-side. (#88)
v1.13.0
Features
- Add support for blocking specific app/version/label combinations. (#85)
v1.12.0
Features
- Allow configuration of the body of created Github/Gitlab issues via a template in the configuration file. (#84)
v1.11.0
Features
- Add a link to the archive containing all the logs in the issue body. (#81)
v1.10.1
1.10.1 (2023-05-04)
Bugfixes
- cleanup.py: Handle --repeat-delay-hours not being passed correctly, introduced in 1.10.0 (#78)
v1.10.0
1.10.0 (2023-05-02)
Features
- Add --repeat-delay-hours option to cleanup script to run persistently outside of a cronjob. (#72)
- Allow gzipped json & txt files to be uploaded as attachments to rageshakes. (#75)
Internal Changes
- Creates a new
rageshake/scripts
image with cleanup script, ensure latest
tag is correctly applied. (#71)
- Update README.md to include json as a valid extension for file uploads. (#74)