File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Change logs
2
2
3
+ <details >
4
+ <summary >v1.7 - 28/07/2024</summary >
5
+
6
+ - Tiktok
7
+ - NEW batch download [ source] ( /scripts/tiktok_batchDownload.js )
8
+
9
+ - Google
10
+ - Download private video [ source] ( /scripts/ggdrive_downloadVideo.js )
11
+
12
+ - More
13
+ - Magnify image: support config min-size for hover [ source] ( /scripts/magnify_image.js )
14
+ - Fix Medium VIP [ source] ( /scripts/medium_readFullArticle.js )
15
+ - Guland VIP [ source] ( /scripts/guland_VIP.js )
16
+ - Picture in picture anything (beta) [ source] ( /scripts/pip_anything.js )
17
+ - Optimize performance UfsGlobal [ source] ( /scripts/content-scripts/ufs_global.js )
18
+
19
+ </details >
20
+
3
21
<details >
4
22
<summary >v1.69 - 14/07/2024</summary >
5
23
Original file line number Diff line number Diff line change @@ -438,6 +438,7 @@ export default {
438
438
const dir = await UfsGlobal . Utils . chooseFolderToDownload ( folderName ) ;
439
439
onProgressItem ?. ( 0 , data . length ) ;
440
440
441
+ UfsGlobal . Extension . trackEvent ( "tiktok_batchDownload-download" ) ;
441
442
for ( let i = 0 ; i < data . length ; ++ i ) {
442
443
try {
443
444
onProgressItem ?. ( i + 1 , data . length ) ;
You can’t perform that action at this time.
0 commit comments