mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.65.1
* Fixed: Issue with the IndexedDB storage provider sometimes failing to save values for Chromium users, notably when restoring a backup. This is due to a browser bug, where Chromium would fail to properly handle multiple simultaneous read/write transactions to an IndexedDB database. To prevent issues going forward, we now use a ticket lock to prevent more than one concurrent write transaction. TL;DR: You can restore your backups properly again. * Changed: Add Bluesky's new brand icon for use displaying embedded Bluesky content.
This commit is contained in:
parent
5bafc824b1
commit
786275e7d7
15 changed files with 167 additions and 53 deletions
Binary file not shown.
|
@ -166,6 +166,8 @@
|
|||
|
||||
<glyph glyph-name="discord" unicode="" d="M1118 766a1091 1091 0 0 1-272 84 748 748 0 0 1-35-71 1014 1014 0 0 1-302 0 751 751 0 0 1-35 71 1099 1099 0 0 1-273-84c-172-255-219-503-195-748h0a1097 1097 0 0 1 334-168 806 806 0 0 1 71 115 710 710 0 0 0-113 54c10 7 19 14 28 21a784 784 0 0 1 668 0c9-8 18-15 27-21a713 713 0 0 0-113-54 799 799 0 0 1 72-115 1092 1092 0 0 1 334 168h0c27 284-47 530-196 748z m-677-598c-65 0-119 59-119 132s52 132 118 132 120-59 119-132-52-132-118-132z m438 0c-65 0-119 59-119 132s52 132 119 132 120-59 119-132-53-132-119-132z" horiz-adv-x="1319" />
|
||||
|
||||
<glyph glyph-name="bluesky" unicode="" d="M563 406c-51 99-190 284-319 375-124 87-171 72-202 58-35-16-42-71-42-103 0-32 18-265 29-304 38-128 174-171 299-157 7 1 13 1 20 2-6-1-13-2-20-2-183-28-346-94-132-332 235-244 322 52 367 202 44-150 96-435 362-202 200 202 55 304-128 332-7 0-13 1-20 2 7-1 13-1 20-2 125-14 261 29 299 157 11 39 29 272 29 304 0 32-6 87-42 103-31 14-78 29-202-58-129-91-268-276-318-375z" horiz-adv-x="1125" />
|
||||
|
||||
<glyph glyph-name="move" unicode="" d="M1000 350q0-14-11-25l-142-143q-11-11-26-11t-25 11-10 25v72h-215v-215h72q14 0 25-10t11-25-11-25l-143-143q-10-11-25-11t-25 11l-143 143q-11 10-11 25t11 25 25 10h72v215h-215v-72q0-14-10-25t-25-11-25 11l-143 143q-11 11-11 25t11 25l143 143q10 11 25 11t25-11 10-25v-72h215v215h-72q-14 0-25 10t-11 25 11 26l143 142q11 11 25 11t25-11l143-142q11-11 11-26t-11-25-25-10h-72v-215h215v72q0 14 10 25t25 11 26-11l142-143q11-10 11-25z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="link-ext" unicode="" d="M786 332v-178q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h393q7 0 12-5t5-13v-36q0-8-5-13t-12-5h-393q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v178q0 8 5 13t13 5h36q8 0 13-5t5-13z m214 482v-285q0-15-11-25t-25-11-25 11l-98 98-364-364q-5-6-13-6t-12 6l-64 64q-6 5-6 12t6 13l364 364-98 98q-11 11-11 25t11 25 25 11h285q15 0 25-11t11-25z" horiz-adv-x="1000" />
|
||||
|
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue