Skip to content

Releases: fumiichan/asuka

1.2.0.0 Release

12 Mar 10:06
f96e05a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0.0...1.2.0.0

1.1.0.0 Release

08 Jul 18:37
Compare
Choose a tag to compare

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 setting UseTachiyomiFolderStructure to true 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

31 Jan 16:14
4624092
Compare
Choose a tag to compare
Pre-release

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

15 Nov 05:46
Compare
Choose a tag to compare
Pre-release

Changes

  • feat: Tachiyomi style folder structure and metadata implemented.
  • fix: Fixes issue where --page option in search command doesn't work.
  • change: --sort option won't use enums 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

03 Jul 05:17
Compare
Choose a tag to compare
  • Improved performance in downloading and more