Skip to content

Commit

Permalink
v1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed Nov 15, 2024
1 parent a6d1ff7 commit 53f0bd8
Show file tree
Hide file tree
Showing 16 changed files with 4,695 additions and 3,060 deletions.
16 changes: 16 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,19 @@ custom: [
"https://bit.ly/paypalbr-udeler",
"https://www.pixme.bio/heliomarpm"
]

# These are supported funding model platforms

# github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
# patreon: # Replace with a single Patreon username
# open_collective: # Replace with a single Open Collective username
# ko_fi: # Replace with a single Ko-fi username
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
# liberapay: # Replace with a single Liberapay username
# issuehunt: # Replace with a single IssueHunt username
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
# polar: # Replace with a single Polar username
# buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
# thanks_dev: # Replace with a single thanks.dev username
# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
51 changes: 33 additions & 18 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,34 @@
{
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": false,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 140,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleAttributePerLine": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": true
}
"singleQuote": false,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": true,
"semi": true,
"arrowParens": "always",
"bracketSpacing": true,
"bracketSameLine": false,
"importOrder": ["^@core/(.*)$", "^@shared/(.*)$", "^@server/(.*)$", "^@app/(.*)$", "^[./]"],
"importOrderSeparation": true,
"importOrderCaseInsensitive": false,
"importOrderSortAlphabetically": true,
"importOrderSortSpecifiers": true,
"singleAttributePerLine": false,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"proseWrap": "preserve",
"printWidth": 140,
"overrides": [
{
"files": "*.json",
"options": {
"printWidth": 200
}
},
{
"files": ["*.html", "*.css", "legacy/**/*.js"],
"options": {
"tabWidth": 4
}
}
]
}
16 changes: 14 additions & 2 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# Change Log

## Version [1.13.3](https://github.com/heliomarpm/udemy-downloader-gui/compare/v1.13.2...v1.13.3)
##### Nov, 14 2024
![](https://img.shields.io/github/downloads/heliomarpm/udemy-downloader-gui/v1.13.3/total)


### Issues Fixed
* Download preparer for new AssetType
- [#202](https://github.com/heliomarpm/udemy-downloader-gui/issues/202)
- [#213](https://github.com/heliomarpm/udemy-downloader-gui/issues/213)
- [#218](https://github.com/heliomarpm/udemy-downloader-gui/issues/218)

### Update Packages

## Version [1.13.2](https://github.com/heliomarpm/udemy-downloader-gui/compare/v1.13.1...v1.13.2)
##### Aug, 31 2024
![](https://img.shields.io/github/downloads/heliomarpm/udemy-downloader-gui/v1.13.2/total)


### Issues Fixed
* Download preparer for new AssetType
- [#198](https://github.com/heliomarpm/udemy-downloader-gui/issues/198)
- [#201](https://github.com/heliomarpm/udemy-downloader-gui/issues/201)
- [#206](https://github.com/heliomarpm/udemy-downloader-gui/issues/206)
- [#208](https://github.com/heliomarpm/udemy-downloader-gui/issues/208)
Expand All @@ -25,7 +37,7 @@

### Issues Fixed
* Download preparer
- [#198](https://github.com/heliomarpm/udemy-downloader-gui/issues/198)
- [#198](https://github.com/heliomarpm/udemy-downloader-gui/issues/198)
- [#201](https://github.com/heliomarpm/udemy-downloader-gui/issues/201)
- [#206](https://github.com/heliomarpm/udemy-downloader-gui/issues/206)
- [#207](https://github.com/heliomarpm/udemy-downloader-gui/issues/207)
Expand Down
Loading

0 comments on commit 53f0bd8

Please sign in to comment.