Skip to content

Commit cbcd3eb

Browse files
committed
1.47 update
1 parent fb628b1 commit cbcd3eb

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "__MSG_app_name__",
33
"description": "__MSG_app_desc__",
4-
"version": "1.46",
4+
"version": "1.47",
55
"default_locale": "en",
66
"manifest_version": 3,
77
"icons": {

page/popup.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
'use strict'
33

44
const rawText = `
5+
1.47 [2026-01-16]:
6+
Major Update
7+
1. Added video first frame check when no poster image is available.
8+
2. Added chunked loading support when initializing the image viewer.
9+
3. Added insert throttling with automatic pause when crossing update boundaries.
10+
// useful for sites like Reddit where some images are after the main container
11+
// or when using custom scripts that insert new images in the middle of the page
12+
4. Added default CSS cleanup in image tab mode to prevent white flash.
13+
5. Added fetch control in download mode to prevent request bursts.
14+
6. Improved Folder mode to reduce initial time.
15+
7. Other bug fixes and improvements.
16+
517
1.46 [2026-01-01]:
618
Major Update
719
1. Added predictive image decoding to reduce lag.

version.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.47 [2026-01-16]:
2+
Major Update
3+
1. Added video first frame check when no poster image is available.
4+
2. Added chunked loading support when initializing the image viewer.
5+
3. Added insert throttling with automatic pause when crossing update boundaries.
6+
// useful for sites like Reddit where some images are after the main container
7+
// or when using custom scripts that insert new images in the middle of the page
8+
4. Added default CSS cleanup in image tab mode to prevent white flash.
9+
5. Added fetch control in download mode to prevent request bursts.
10+
6. Improved Folder mode to reduce initial time.
11+
7. Other bug fixes and improvements.
12+
113
1.46 [2026-01-01]:
214
Major Update
315
1. Added predictive image decoding to reduce lag.

0 commit comments

Comments
 (0)