Releases: fumiichan/asuka
Releases · fumiichan/asuka
1.2.0.0 Release
What's Changed
- chore(deps): bump ShellProgressBar from 5.1.0 to 5.2.0 by @dependabot in #76
- chore(deps): bump Sharprompt from 2.4.2 to 2.4.3 by @dependabot in #77
- chore(deps): bump Microsoft.Extensions.Http.Polly from 6.0.6 to 6.0.7 by @dependabot in #78
- 1.2.0.0 Release by @fumiichan in #102
Full Changelog: 1.1.0.0...1.2.0.0
1.1.0.0 Release
This is a recommended update. Any versions below this are literally broken due to Cloudflare checks.
This release breaks the following:
- This project is using .NET 6 since .NET 5 is already deprecated/out-of-support.
This release features following changes:
- Fixed issue where
--page
option in search won't change pages. --sort
won't use enums now.- Folder structure follows local manga directory structure for tachiyomi. Can be enabled globally by configuring
appsettings.json
by settingUseTachiyomiFolderStructure
totrue
or use--useTachiyomiLayout
at every download commands. - Implements cloudflare bypass by setting cookies set from browser and user agent to the client to bypass cloudflare checks.
1.1.0.0 Release Candidate 2
What's Changed
- chore(deps): bump Sharprompt from 2.2.1 to 2.3.7 by @dependabot in #36
- chore(deps): bump Microsoft.Extensions.DependencyInjection from 5.0.1 to 6.0.0 by @dependabot in #37
- chore(deps): bump Refit from 6.0.38 to 6.1.15 by @dependabot in #39
- chore(deps): bump FluentValidation from 10.2.3 to 10.3.4 by @dependabot in #34
- chore(deps): bump Microsoft.Extensions.Configuration.Json from 5.0.0 to 6.0.0 by @dependabot in #41
- chore(deps): bump Microsoft.Extensions.Http.Polly from 5.0.1 to 6.0.0 by @dependabot in #40
- chore(deps): bump Refit.HttpClientFactory from 6.0.38 to 6.1.15 by @dependabot in #38
- chore(deps): bump FluentValidation.DependencyInjectionExtensions from 10.2.3 to 10.3.4 by @dependabot in #35
- chore(deps): bump Refit.Newtonsoft.Json from 6.0.38 to 6.1.15 by @dependabot in #32
- Transition to .NET 6 by @aikoofujimotoo in #42
- chore(deps): bump Sharprompt from 2.3.7 to 2.4.0 by @dependabot in #49
- chore(deps): bump FluentValidation from 10.3.4 to 10.3.6 by @dependabot in #46
- chore(deps): bump Refit from 6.1.15 to 6.2.16 by @dependabot in #52
- chore(deps): bump FluentValidation.DependencyInjectionExtensions from 10.3.4 to 10.3.6 by @dependabot in #48
- chore(deps): bump Refit.HttpClientFactory from 6.1.15 to 6.2.16 by @dependabot in #50
- chore(deps): bump Refit.Newtonsoft.Json from 6.1.15 to 6.2.16 by @dependabot in #51
- chore(deps): bump Microsoft.Extensions.Http.Polly from 6.0.0 to 6.0.1 by @dependabot in #47
Full Changelog: 1.0.0...1.1.0.0rc2
1.1.0.0 Release Candidate 1
Changes
- feat: Tachiyomi style folder structure and metadata implemented.
- fix: Fixes issue where
--page
option insearch
command doesn't work. - change:
--sort
option won't useenum
s now. - docs: Updated
docs/USAGE.md
to reflect with new changes.
Under the Hood
- Revert commandline parser to Default. This fixes the issue where
--help
option without a command doesn't display list of commands supported. - Updated all dependencies thanks to @dependabot
- Added package information in project file and a little bit of cleanup.
1.0.0 Release
- Improved performance in downloading and more