Skip to content

Commit 53f0bd8

Browse files
committed
v1.13.3
1 parent a6d1ff7 commit 53f0bd8

16 files changed

+4695
-3060
lines changed

.github/FUNDING.yml

+16
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,19 @@ custom: [
77
"https://bit.ly/paypalbr-udeler",
88
"https://www.pixme.bio/heliomarpm"
99
]
10+
11+
# These are supported funding model platforms
12+
13+
# github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
14+
# patreon: # Replace with a single Patreon username
15+
# open_collective: # Replace with a single Open Collective username
16+
# ko_fi: # Replace with a single Ko-fi username
17+
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
18+
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
19+
# liberapay: # Replace with a single Liberapay username
20+
# issuehunt: # Replace with a single IssueHunt username
21+
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
22+
# polar: # Replace with a single Polar username
23+
# buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
24+
# thanks_dev: # Replace with a single thanks.dev username
25+
# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.prettierrc

+33-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,34 @@
11
{
2-
"arrowParens": "always",
3-
"bracketSameLine": false,
4-
"bracketSpacing": false,
5-
"embeddedLanguageFormatting": "auto",
6-
"htmlWhitespaceSensitivity": "css",
7-
"insertPragma": false,
8-
"jsxSingleQuote": false,
9-
"printWidth": 140,
10-
"proseWrap": "preserve",
11-
"quoteProps": "as-needed",
12-
"requirePragma": false,
13-
"semi": true,
14-
"singleAttributePerLine": false,
15-
"singleQuote": false,
16-
"tabWidth": 4,
17-
"trailingComma": "es5",
18-
"useTabs": true
19-
}
2+
"singleQuote": false,
3+
"trailingComma": "es5",
4+
"tabWidth": 2,
5+
"useTabs": true,
6+
"semi": true,
7+
"arrowParens": "always",
8+
"bracketSpacing": true,
9+
"bracketSameLine": false,
10+
"importOrder": ["^@core/(.*)$", "^@shared/(.*)$", "^@server/(.*)$", "^@app/(.*)$", "^[./]"],
11+
"importOrderSeparation": true,
12+
"importOrderCaseInsensitive": false,
13+
"importOrderSortAlphabetically": true,
14+
"importOrderSortSpecifiers": true,
15+
"singleAttributePerLine": false,
16+
"embeddedLanguageFormatting": "auto",
17+
"htmlWhitespaceSensitivity": "css",
18+
"proseWrap": "preserve",
19+
"printWidth": 140,
20+
"overrides": [
21+
{
22+
"files": "*.json",
23+
"options": {
24+
"printWidth": 200
25+
}
26+
},
27+
{
28+
"files": ["*.html", "*.css", "legacy/**/*.js"],
29+
"options": {
30+
"tabWidth": 4
31+
}
32+
}
33+
]
34+
}

CHANGE_LOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
# Change Log
22

3+
## Version [1.13.3](https://github.com/heliomarpm/udemy-downloader-gui/compare/v1.13.2...v1.13.3)
4+
##### Nov, 14 2024
5+
![](https://img.shields.io/github/downloads/heliomarpm/udemy-downloader-gui/v1.13.3/total)
6+
7+
8+
### Issues Fixed
9+
* Download preparer for new AssetType
10+
- [#202](https://github.com/heliomarpm/udemy-downloader-gui/issues/202)
11+
- [#213](https://github.com/heliomarpm/udemy-downloader-gui/issues/213)
12+
- [#218](https://github.com/heliomarpm/udemy-downloader-gui/issues/218)
13+
14+
### Update Packages
15+
316
## Version [1.13.2](https://github.com/heliomarpm/udemy-downloader-gui/compare/v1.13.1...v1.13.2)
417
##### Aug, 31 2024
518
![](https://img.shields.io/github/downloads/heliomarpm/udemy-downloader-gui/v1.13.2/total)
619

720

821
### Issues Fixed
922
* Download preparer for new AssetType
10-
- [#198](https://github.com/heliomarpm/udemy-downloader-gui/issues/198)
1123
- [#201](https://github.com/heliomarpm/udemy-downloader-gui/issues/201)
1224
- [#206](https://github.com/heliomarpm/udemy-downloader-gui/issues/206)
1325
- [#208](https://github.com/heliomarpm/udemy-downloader-gui/issues/208)
@@ -25,7 +37,7 @@
2537

2638
### Issues Fixed
2739
* Download preparer
28-
- [#198](https://github.com/heliomarpm/udemy-downloader-gui/issues/198)
40+
- [#198](https://github.com/heliomarpm/udemy-downloader-gui/issues/198)
2941
- [#201](https://github.com/heliomarpm/udemy-downloader-gui/issues/201)
3042
- [#206](https://github.com/heliomarpm/udemy-downloader-gui/issues/206)
3143
- [#207](https://github.com/heliomarpm/udemy-downloader-gui/issues/207)

0 commit comments

Comments
 (0)