mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-30 06:28:31 +00:00
4.0.0-rc13.11
* Added: Debug Log generation and easy uploading for issue reports. * Fixed: Bug with chat lines not having a state causing rendering to crash. * Fixed: Add an error boundary around the custom FFZ Emote Menu to catch errors, displaying feedback and sending error reports rather than silently failing. * Fixed: Typo in Fine when logging errors. * Changed: Update chat types with the latest values from Twitch's source. * Changed: Update the GitHub issue template with instructions on uploading logs from v4.
This commit is contained in:
parent
cb2f2b19ee
commit
d6504757b3
18 changed files with 413 additions and 99 deletions
|
@ -57,6 +57,16 @@ export default class MainMenu extends Module {
|
|||
component: 'feedback-page'
|
||||
});
|
||||
|
||||
this.settings.addUI('feedback.log', {
|
||||
path: 'Home > Feedback >> Log @{"sort": 1000}',
|
||||
component: 'async-text',
|
||||
watch: [
|
||||
'reports.error.include-user',
|
||||
'reports.error.include-settings'
|
||||
],
|
||||
data: () => this.resolve('core').generateLog()
|
||||
})
|
||||
|
||||
this.settings.addUI('changelog', {
|
||||
path: 'Home > Changelog',
|
||||
component: 'changelog'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue