Skip to content

Commit

Permalink
FIRE: Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makyen committed Nov 23, 2021
1 parent b553047 commit 5e603e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions fire/README.md
Expand Up @@ -81,6 +81,10 @@ To open the reported post on its site:

# Version History

|1.4 ||
| --- |---
|1.4.0 |<ul><li>Have links in reports wrap anywhere</li><li>Don't allow the report cache to grow without bound</li><li>Fix the blur option so it doesn't cause the chat page to relayout</li><li>Allow the main and settings popups to be moved and resized.</li><li>Linkify some URLs in the why data</li><li>Use a more identifiable name for the fireChatListener</li><li>Always allow re-authorization with SE</li><li>Add room 129590</li><li>Due to HTTPS certificate issues change to via.placeholder.com</li><li>Spin the FIRE button when loading to indicate progress</li><li>Linkify the URLs in the blacklisted user reason.</li><li>Allow some tooltips (e.g. the why data) to lock open upon click</li><li>Trigger events with post data when opening and closing, to allow better integration with add-ons.</li><li>Various internal improvements</li><li>Better responsiveness</li><li>Move the CSS into the main script, rather than an external file.</li><li>Handle backoffs from the SE API</li><li>Format the why data</li><li>Better linking of username</li><li>Handle SE site-relative URLs</li><li>Support spoilers, blockquotes, tables, snippets (somewhat), H4-H6, embedded YouTube videos in iframes</li><li>Prevent display of HTML elements which SE doesn't support.</li><li>More accurately recover the original HTML from the SD processed report body.</li><li>Rewrite a considerable portion of generating the report body.</li><li>Adjust formatting of headers to more closely match SE presentation</li><li>xo 0.30.0 and eslint 6.8.0 changes</li><li>Formating and code style changes</li></ul>

|1.3 ||
| --- |---
|1.3.0 |Add recognition of the new user, "metasmoke", posting "feedback received" messages. Update list of rooms in which FIRE runs.
Expand Down
4 changes: 2 additions & 2 deletions fire/fire.meta.js
Expand Up @@ -5,7 +5,7 @@
// @author Cerbrus
// @contributor Makyen
// @attribution Michiel Dommerholt (https://github.com/Cerbrus)
// @version 1.3.0
// @version 1.4.0
// @icon https://raw.githubusercontent.com/Ranks/emojione-assets/master/png/32/1f525.png
// @updateURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fire/fire.meta.js
// @downloadURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fire/fire.user.js
Expand All @@ -25,7 +25,7 @@
// @match *://chat.stackoverflow.com/users/14262788?*
// @match *://chat.meta.stackexchange.com/users/848503/*
// @match *://chat.meta.stackexchange.com/users/848503?*
// @include /^https?://chat\.stackexchange\.com/(?:rooms/|search.*[?&]room=)(?:11|27|95|201|388|468|511|2165|3877|8089|11540|22462|24938|34620|35068|38932|46061|47869|56223|58631|59281|61165|65945|84778|96491|106445|109836|109841)(?:[&/].*$|$)/
// @include /^https?://chat\.stackexchange\.com/(?:rooms/|search.*[?&]room=)(?:11|27|95|201|388|468|511|2165|3877|8089|11540|22462|24938|34620|35068|38932|46061|47869|56223|58631|59281|61165|65945|84778|96491|106445|109836|109841|129590)(?:[&/].*$|$)/
// @include /^https?://chat\.meta\.stackexchange\.com/(?:rooms/|search.*[?&]room=)(?:89|1037|1181)(?:[&/].*$|$)/
// @include /^https?://chat\.stackoverflow\.com/(?:rooms/|search.*[?&]room=)(?:41570|90230|111347|126195|167826|170175|202954)(?:[&/].*$|$)/
// @require https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js
Expand Down
2 changes: 1 addition & 1 deletion fire/fire.user.js
Expand Up @@ -5,7 +5,7 @@
// @author Cerbrus
// @contributor Makyen
// @attribution Michiel Dommerholt (https://github.com/Cerbrus)
// @version 1.3.0
// @version 1.4.0
// @icon https://raw.githubusercontent.com/Ranks/emojione-assets/master/png/32/1f525.png
// @updateURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fire/fire.meta.js
// @downloadURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fire/fire.user.js
Expand Down
2 changes: 1 addition & 1 deletion fire/package.json
@@ -1,6 +1,6 @@
{
"name": "fire",
"version": "1.3.0",
"version": "1.4.0",
"description": "FIRE adds a button to SmokeDetector reports that allows you to provide feedback & flag, all from chat.",
"scripts": {
"test": "xo",
Expand Down

0 comments on commit 5e603e8

Please sign in to comment.