Reversi Board with edax, which is the strongest reversi engine.

Overview

pedax_logo pedax

screenshot_macos



pedax is Board GUI with edax, which is the strongest reversi program.

pedax has 4 features.
  • Mac/Windows/Linux are supported. I distribute on Mac App Store and Microsoft Store.
  • Comfortably, you can see evaluation value, e.g. +4, -10.
  • Customizable important options, e.g. book file path, search level, advanced indicator.
  • 2 languages (English, Japanese) are supported.


Development

flutter-channel
Flutter CI Flutter Build Flutter Integration Test codecov

commands

format

flutter format -l 120 .

run

flutter run -d macos

test

widget test
flutter test --concurrency=1
integration test
flutter drive --driver integration_test/driver.dart --target integration_test/app_test.dart -d macos

linter

flutter analyze .

# auto fix
# See: https://flutter.dev/docs/development/tools/flutter-fix#applying-project-wide-fixes
dart fix --apply

fetch libedax assets as pedax assets

# Before runinning this, you should edit .libedax_assets_tag.
./scripts/fetch_libedax_assets.sh

release

  1. create new_release branch.
  2. create PR by https://github.com/sensuikan1973/pedax/compare/new_release?expand=1&template=new_release.md&title=release+%60X%2EY%2EZ%60.
  3. create release by https://github.com/sensuikan1973/pedax/actions/workflows/publish.yaml.
deloy apple store
REVISION=xxx
P8_PATH=xxx

ASC_KEY_ID=xxx \
ASC_ISSUER_ID=xxx \
APPLE_ID=xxx \
ITC_TEAM_ID=xxx \
./scripts/deploy_macos_app_to_app_store.sh -revision $REVISION -p8-file-path $P8_PATH

After that, submit Apple developer console.

deploy microsoft store
  1. download pedax.msix from the release.
  2. update and submit Microsoft developer console.

reference

Comments
  • edax isolate

    edax isolate

    • https://api.dart.dev/dev/dart-isolate/Isolate-class.html
    • https://api.dart.dev/dev/dart-isolate/Isolate/spawn.html
    • https://api.dart.dev/dev/dart-isolate/SendPort/send.html
    • https://api.dart.dev/dev/dart-isolate/Isolate/spawnUri.html
      • Error: UI actions are only available on root isolate dart 🆗
    • https://api.dart.dev/dev/dart-isolate/SendPort/send.html
      • https://github.com/flutter/samples/tree/master/isolate_example
    • https://api.flutter.dev/flutter/flutter_test/WidgetTester/runAsync.html
      • This is intended for callers who need to call asynchronous methods where the methods spawn isolates or OS threads and thus cannot be executed synchronously by calling pump.
    • https://flutter.dev/docs/development/packages-and-plugins/background-processes
      • https://medium.com/flutter/executing-dart-in-the-background-with-flutter-plugins-and-geofencing-2b3e40a1a124

    ref

    • https://github.com/flutter/flutter/issues/13937
      • https://pub.dev/packages/flutter_isolate
      • https://www.rm48.net/post/flutter_isolate%E3%81%AF%E4%BD%95%E3%82%92%E3%81%97%E3%81%A6%E3%81%84%E3%82%8B%E3%81%AE%E3%81%8B
    important 
    opened by sensuikan1973 14
  • Bump @mdx-js/react from 1.6.22 to 2.0.0 in /website

    Bump @mdx-js/react from 1.6.22 to 2.0.0 in /website

    Bumps @mdx-js/react from 1.6.22 to 2.0.0.

    Release notes

    Sourced from @​mdx-js/react's releases.

    2.0.0

    Welcome to MDX 2! See the of the website for everything:

    @mdx-js/mdx

    • 4a48f1f4 Fix custom elements (#1911)

    @mdx-js/react

    • 9ca9d404 Fix unnecessary top-level context changes (#1924)

    @mdx-js/loader

    • e0b697ab 9d5501b2 Add improved webpack cache (#1912, #1916)

    @mdx-js/esbuild

    • 5c61f577 Fix resolve base in esbuild loader (#1854)

    remark-mdx

    • a5daaad6 Update mdast-util-mdx (#1925)

    New Contributors

    Thanks @​redallen, @​lonyele, @​PaulieScanlon, @​pd4d10, @​Gowee, @​mskelton, @​ihupoo, @​remcohaszing, @​loreanvictor, @​ChrisChinchilla, @​glitteringkatie, @​mvasilkov, @​jablko, @​michaeloliverx, @​yordis, @​rodrez, @​imballinst, @​gaearon.

    Full Changelog: https://github.com/mdx-js/mdx/compare/v1.6.3...2.0.0

    2.0.0-rc.2

    Core

    • cd95df6d Add run, runSync exports (#1792)
    • 2f96fbae Add better errors when referencing missing components (#1811)
    • e86e9e8c Improve generated code (#1810)

    Types

    • 8a3eb15a Fix type of children prop for react provider (#1762)

    Docs

    • 0893c572 Add docs on run and compiling MDX on demand (#1813)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by wooorm, a new releaser for @​mdx-js/react since your current version.


    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    important website dependencies 
    opened by dependabot[bot] 9
  • fix windows compress script, file info, and so on.

    fix windows compress script, file info, and so on.

    See: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.archive/compress-archive?view=powershell-7.1#example-4--compress-a-directory-that-excludes-the-root-directory

    GitHub Actions windows 
    opened by sensuikan1973 8
  • responsive UI, show disc count

    responsive UI, show disc count

    • https://flutter.dev/docs/development/ui/layout/responsive
    • https://github.com/google/flutter-desktop-embedding/blob/master/plugins/window_size/lib/src/window_size_utils.dart
    opened by sensuikan1973 7
  • [App Store Review] crashed on launch on Mac running macOS 12.3.1

    [App Store Review] crashed on launch on Mac running macOS 12.3.1

    • https://appstoreconnect.apple.com/apps/1557500142/appstore/reviewsubmissions/details/9cf10b3f-3568-48ff-acc7-77e8d38b84a4
    • https://appstoreconnect.apple.com/apps/1557500142/appstore/reviewsubmissions/details/9cf10b3f-3568-48ff-acc7-77e8d38b84a4
    bug mac libedax important 
    opened by sensuikan1973 6
  • Board UI, first

    Board UI, first

    Note

    For now, board shows hint list synchronously.

    Reference

    • https://flutter.dev/docs/development/ui/assets-and-images
    • https://api.flutter.dev/flutter/widgets/Image/Image.asset.html
    • https://api.flutter.dev/flutter/widgets/State/setState.html
      • There's no need to use provider yet.
    • https://api.flutter.dev/flutter/widgets/debugDumpApp.html
    opened by sensuikan1973 5
  • Bump fastlane from 2.201.2 to 2.202.0 in /macos

    Bump fastlane from 2.201.2 to 2.202.0 in /macos

    Bumps fastlane from 2.201.2 to 2.202.0.

    Release notes

    Sourced from fastlane's releases.

    2.202.0 Deliver uses updated review submission API

    • [deliver] migrate to new App Store Connect API 1.7 review submission API (#19838) via Josh Holtz

    Notes

    • deliver's submit_for_review and reject_if_possible are updated to use App Store Connect API version 1.7
      • Migrates deliver to a new API endpoint for review submissions
        • However, deliver does not support submitting multiple items for review yet
      • Previous submission API is now deprecated

    Big thank you to @​valerio-castelli for preparing spaceship for these endpoints in #19751

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    mac dependencies 
    opened by dependabot[bot] 4
  • [Scheduled] `flutter pub upgrade --null-safety`

    [Scheduled] `flutter pub upgrade --null-safety`

    Auto-generated by create-pull-request


    See: https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs

    windows dependencies 
    opened by sensuikan1973 4
  • Bump font_awesome_flutter from 10.1.0 to 10.2.1

    Bump font_awesome_flutter from 10.1.0 to 10.2.1

    Bumps font_awesome_flutter from 10.1.0 to 10.2.1.

    Release notes

    Sourced from font_awesome_flutter's releases.

    10.2.1

    Fix:

    • Update font awesome version in readme

    10.2.0

    • Upgrade to Font Awesome 6.2.0
    • Remove duotone generator functionality from configurator
    Changelog

    Sourced from font_awesome_flutter's changelog.

    10.2.1

    • Update font awesome version in readme

    10.2.0

    • Remove duotone generator functionality from configurator
    • Upgrade to Font Awesome 6.2.0
    Commits
    • 5a9825a Bump version number, Add changelog item
    • c6039eb Update font awesome version in readme
    • 713183d Fix ProcessException: "File not found" in configurator
    • 8156614 Migrate android example app to embedding v2
    • 1391e13 Bump version number, add changelog item
    • f849fdd Upgrade icons to fa version 6.2.0
    • 61d4d59 Fix Markdown table compatibility with some readers
    • 1f4131f Merge pull request #223 from nohli/update-pub.dev-links
    • 3b61fb8 Update pub.dev links
    • d3f1f8e Fix #220 by removing first /
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 3
  • [Scheduled] `flutter pub upgrade --null-safety`

    [Scheduled] `flutter pub upgrade --null-safety`

    Auto-generated by create-pull-request


    See: https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs

    linux mac windows libedax dependencies 
    opened by sensuikan1973 3
  • when `auto-merge`, code quality check is insufficient

    when `auto-merge`, code quality check is insufficient

    https://github.com/sensuikan1973/pedax/pull/413 Although I want to confirm "website_build is OK", auto-merge do merge when a few required statuses.

    This is insufficient, I have to fix the flow. See: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks

    bug GitHub Actions important 
    opened by sensuikan1973 3
  • `PlatformException(UnexpectedError, Error while resolving bookmark Error Domain=NSCocoaErrorDomain Code=4

    `PlatformException(UnexpectedError, Error while resolving bookmark Error Domain=NSCocoaErrorDomain Code=4 "ファイルが存在しません。", null, null)`

    2.18.1

    PlatformException: PlatformException(UnexpectedError, Error while resolving bookmark Error Domain=NSCocoaErrorDomain Code=4 "ファイルが存在しません。", null, null)
      File "message_codecs.dart", line 653, in StandardMethodCodec.decodeEnvelope
      File "platform_channel.dart", line 296, in MethodChannel._invokeMethod
      File "<asynchronous suspension>"
      File "macos_secure_bookmarks.dart", line 31, in SecureBookmarks.resolveBookmark
      File "<asynchronous suspension>"
      File "book_file_option.dart", line 39, in BookFileOption.val
      File "<asynchronous suspension>"
      File "edax_asset.dart", line 72, in EdaxAsset._setupBookData
      File "<asynchronous suspension>"
      File "edax_asset.dart", line 24, in EdaxAsset.setupDllAndData
      File "<asynchronous suspension>"
      File "home.dart", line 59, in _HomeState._setUpEdaxServer
      File "<asynchronous suspension>"
      File "home.dart", line 54, in _HomeState.initState.<fn>
    

    https://sentry.io/organizations/naoki-shimizu/issues/3661681728/events/0b69140e77414804834f52df5b962c23/?project=6595416

    bug mac 
    opened by sensuikan1973 0
  • `PlatformException(InvalidArguments, expected file argument to be string., null, null)` in `macos_secure_bookmarks`

    `PlatformException(InvalidArguments, expected file argument to be string., null, null)` in `macos_secure_bookmarks`

    2.17.0

    PlatformException: PlatformException(InvalidArguments, expected file argument to be string., null, null)
      File "message_codecs.dart", line 607, in StandardMethodCodec.decodeEnvelope
      File "platform_channel.dart", line 167, in MethodChannel._invokeMethod
      File "<asynchronous suspension>"
      File "macos_secure_bookmarks.dart", line 46, in SecureBookmarks.stopAccessingSecurityScopedResource
      File "<asynchronous suspension>"
      File "book_file_option.dart", line 68, in BookFileOption.stopAccessingSecurityScopedResource
      File "<asynchronous suspension>"
      File "board_notifier.dart", line 276, in BoardNotifier._updateStateByEdaxServerResponse
    

    https://sentry.io/organizations/naoki-shimizu/issues/3501546350/?project=6595416&query=is%3Aunresolved#exception

    bug mac 
    opened by sensuikan1973 0
  • the logo on Microsoft Store is strange

    the logo on Microsoft Store is strange

    image

    https://www.microsoft.com/ja-jp/store/top-free/games/pc?category=Card+%26+board&s=store&skipitems=270

    logo has blue margin.... I don't expect this

    bug windows 
    opened by sensuikan1973 5
Releases(2.35.3+73)
  • 2.35.3+73(Jan 5, 2023)

    What's Changed

    • fastlane change export_compliance_is_exempt from false to true by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1173
    • Revert "set ITSAppUsesNonExemptEncryption true, e.g. HTTPS" by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1172
    • add fastlane labeling rule by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1175
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1176
    • Prepare for new Release 2.35.3+73 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1179
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1178

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.35.2+72...2.35.3+73

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.04 MB)
    pedax-macOS.zip(195.62 MB)
    pedax-Windows.zip(45.01 MB)
  • 2.35.2+72(Jan 5, 2023)

    What's Changed

    • mild refactoring main.dart by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1168
    • set ITSAppUsesNonExemptEncryption true, e.g. HTTPS by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1170
    • Prepare for new Release 2.35.2+72 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1171

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.35.1+71...2.35.2+72

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.04 MB)
    pedax-macOS.zip(195.62 MB)
    pedax-Windows.zip(44.99 MB)
  • 2.35.1+71(Jan 5, 2023)

    What's Changed

    • add comment multiple coverage report uploading by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1164
    • set ITSAppUsesNonExemptEncryption false by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1166
    • Prepare for new Release 2.35.1+71 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1167

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.35.0+70...2.35.1+71

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.04 MB)
    pedax-macOS.zip(195.62 MB)
    pedax-Windows.zip(45.00 MB)
  • 2.35.0+70(Jan 4, 2023)

    What's Changed

    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1148
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1149
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1150
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1151
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1152
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1153
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1154
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1155
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1156
    • use ref specification for window_size plugin by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1157
    • fix logging level for error by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1158
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1161
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1162
    • save user-customized window size and position by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1160
    • Prepare for new Release 2.35.0+70 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1163

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.34.0+69...2.35.0+70

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.04 MB)
    pedax-macOS.zip(195.62 MB)
    pedax-Windows.zip(45.02 MB)
  • 2.34.0+69(Dec 30, 2022)

    What's Changed

    • [fastlane] fix Use of Advertising Identifier (IDFA) is required to submit ERROR by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1144
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1145
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1146
    • Prepare for new Release 2.34.0+69 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1147

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.33.0+68...2.34.0+69

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.01 MB)
    pedax-macOS.zip(190.69 MB)
    pedax-Windows.zip(44.78 MB)
  • 2.33.0+68(Dec 28, 2022)

    What's Changed

    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1122
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1123
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1124
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1125
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1126
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1127
    • [Scheduled] upgrade nodejs version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1129
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1128
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1130
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1131
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1132
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1133
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1134
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1135
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1136
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1137
    • [Scheduled] upgrade ruby version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1138
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1139
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1140
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1141
    • Prepare for new Release 2.33.0+68 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1142

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.32.0+67...2.33.0+68

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.01 MB)
    pedax-macOS.zip(190.69 MB)
    pedax-Windows.zip(44.79 MB)
  • 2.32.0+67(Dec 16, 2022)

    What's Changed

    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1100
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1101
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1102
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1103
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1104
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1105
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1106
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1107
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1108
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1109
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1111
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1112
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1113
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1115
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1116
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1117
    • bump macos deployment target version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1119
    • bump SDK min version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1118
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1120
    • Prepare for new Release 2.32.0+67 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1121

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.31.0+66...2.32.0+67

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.01 MB)
    pedax-macOS.zip(190.69 MB)
    pedax-Windows.zip(44.78 MB)
  • 2.31.0+66(Dec 8, 2022)

  • 2.30.0+65(Dec 8, 2022)

  • 2.29.0+64(Dec 8, 2022)

    What's Changed

    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1081
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1082
    • disable pub dependabot.yml by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1087
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1089
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1090
    • run CodeQL on all PR by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1093
    • fix script to upgrade libedax4dart dylib by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1083
    • Prepare for new Release 2.29.0+64 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1095

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.28.0+63...2.29.0+64

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.01 MB)
    pedax-macOS.zip(190.69 MB)
    pedax-Windows.zip(44.79 MB)
  • 2.28.0+63(Dec 6, 2022)

    What's Changed

    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1073
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1074
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1076
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1077
    • remove ITSAppUsesNonExemptEncryption by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1079
    • Prepare for new Release 2.28.0+63 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1080

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.27.3+62...2.28.0+63

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.01 MB)
    pedax-macOS.zip(190.70 MB)
    pedax-Windows.zip(44.78 MB)
  • 2.27.3+62(Dec 4, 2022)

  • 2.27.2+61(Dec 4, 2022)

  • 2.27.1+60(Dec 4, 2022)

  • 2.27.0+59(Dec 4, 2022)

    What's Changed

    • mild rename shortcut file names by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1063
    • mild improve docs by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1064
    • run fastlane to publish on GitHub Actions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1065
    • Prepare for new Release 2.27.0+59 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1066

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.26.0+58...2.27.0+59

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.01 MB)
    pedax-macOS.zip(190.71 MB)
    pedax-Windows.zip(44.78 MB)
  • 2.26.0+58(Dec 4, 2022)

    What's Changed

    • enhance docs by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1056
    • add Architecture doc for users interested in internal system by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1057
    • mild update documentation by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1058
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1059
    • show application version and name on about dialog by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1060
    • add shortcut to report local info by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1061
    • Prepare for new Release 2.26.0+58 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1062

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.25.0+57...2.26.0+58

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.01 MB)
    pedax-macOS.zip(190.71 MB)
    pedax-Windows.zip(44.79 MB)
  • 2.25.0+57(Dec 3, 2022)

    What's Changed

    • Bump libedax4dart from 5.8.0 to 5.9.0 by @dependabot in https://github.com/sensuikan1973/pedax/pull/1046
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1047
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1048
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1049
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1050
    • bump min version of deps by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1051
    • enhance test of Bestpath Count by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1052
    • enhance test of copying board image by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1053
    • [internal mild refactoring] remove unused property by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1054
    • Prepare for new Release 2.25.0+57 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1055

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.24.0+56...2.25.0+57

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.00 MB)
    pedax-macOS.zip(190.69 MB)
    pedax-Windows.zip(44.77 MB)
  • 2.24.0+56(Dec 1, 2022)

    What's Changed

    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1040
    • [Scheduled] upgrade nodejs version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1042
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1041
    • enable to have Debug and Release macos app by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1043
    • migrate from runZonedGuarded to PlatformDispatcher by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1044
    • Prepare for new Release 2.24.0+56 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1045

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.23.2+55...2.24.0+56

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.00 MB)
    pedax-macOS.zip(190.65 MB)
    pedax-Windows.zip(44.77 MB)
  • 2.23.2+55(Nov 30, 2022)

  • 2.23.1+54(Nov 30, 2022)

    What's Changed

    • pedax don't use custom encryption by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1030
    • bump cmake_minimum_required version from 3.22.0 to 3.24.1 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1031
    • deprecate windows 7, 8.x by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1032
    • workaround to improve stability of Codecov upload in flutter ci workflow by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1033
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1034
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1035
    • integrate code changes for Release into Create Release workflow by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1036
    • Prepare for new Release by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1037
    • Prepare for new Release by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1038

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.22.0...2.23.1+54

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.00 MB)
    pedax-macOS.zip(190.66 MB)
  • 2.22.0(Nov 29, 2022)

    What's Changed

    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1023
    • sync edax eval dat file update by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1024
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1026
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1027
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1028
    • prepare for release 2.22.0 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1029

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.21.0...2.22.0

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.00 MB)
    pedax-macOS.zip(190.66 MB)
    pedax-Windows.zip(44.78 MB)
  • 2.21.0(Nov 25, 2022)

    What's Changed

    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1000
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1001
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1002
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1003
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1004
    • Bump file_selector_platform_interface from 2.3.0 to 2.4.0 by @dependabot in https://github.com/sensuikan1973/pedax/pull/1006
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1007
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1008
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1009
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1012
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1010
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1013
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1014
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1015
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1016
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1017
    • [Scheduled] upgrade ruby version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1018
    • fix bug of view step by step by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1019
    • remove wrong update command by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1020
    • bump MACOSX_DEPLOYMENT_TARGET by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1021
    • prepare for release 2.21.0 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/1022

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.20.1...2.21.0

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.00 MB)
    pedax-macOS.zip(190.55 MB)
    pedax-Windows.zip(44.76 MB)
  • 2.20.1(Nov 16, 2022)

  • 2.20.0(Nov 16, 2022)

    What's Changed

    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/950
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/951
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/953
    • change the branch of windows_size package by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/954
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/955
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/956
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/957
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/958
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/959
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/960
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/961
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/962
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/964
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/965
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/966
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/967
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/968
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/969
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/970
    • [Scheduled] upgrade nodejs version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/972
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/971
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/973
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/974
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/975
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/976
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/977
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/978
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/980
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/981
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/983
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/984
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/985
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/986
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/987
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/988
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/989
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/990
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/991
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/993
    • Bump fastlane from 2.210.1 to 2.211.0 in /macos by @dependabot in https://github.com/sensuikan1973/pedax/pull/992
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/994
    • [Scheduled] upgrade nodejs version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/996
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/995
    • prepare for release 2.20.0 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/997
    • bump macos target version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/998

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.19.2...2.20.0

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(18.99 MB)
    pedax-macOS.zip(190.36 MB)
    pedax-Windows.zip(44.76 MB)
  • 2.19.2(Oct 27, 2022)

  • 2.19.1(Oct 26, 2022)

  • 2.19.0(Oct 26, 2022)

    What's Changed

    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/863
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/864
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/865
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/866
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/867
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/868
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/869
    • Bump path_provider_platform_interface from 2.0.4 to 2.0.5 by @dependabot in https://github.com/sensuikan1973/pedax/pull/871
    • Bump url_launcher_platform_interface from 2.1.0 to 2.1.1 by @dependabot in https://github.com/sensuikan1973/pedax/pull/872
    • Bump file_selector_platform_interface from 2.1.0 to 2.1.1 by @dependabot in https://github.com/sensuikan1973/pedax/pull/873
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/874
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/875
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/877
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/878
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/876
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/879
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/880
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/881
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/882
    • improve the logic of searching nodenv/rbenv latest version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/883
    • [Scheduled] upgrade nodejs version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/884
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/886
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/887
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/888
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/889
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/890
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/891
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/892
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/893
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/894
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/895
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/896
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/897
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/899
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/900
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/901
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/902
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/903
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/904
    • Bump provider from 6.0.3 to 6.0.4 by @dependabot in https://github.com/sensuikan1973/pedax/pull/906
    • Bump msix from 3.6.3 to 3.6.6 by @dependabot in https://github.com/sensuikan1973/pedax/pull/908
    • Bump sentry_flutter from 6.12.0 to 6.12.1 by @dependabot in https://github.com/sensuikan1973/pedax/pull/907
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/909
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/910
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/911
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/912
    • Bump subosito/flutter-action from 2.7.1 to 2.8.0 by @dependabot in https://github.com/sensuikan1973/pedax/pull/913
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/914
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/915
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/916
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/917
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/918
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/919
    • [Scheduled] upgrade nodejs version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/920
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/921
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/923
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/924
    • Bump file_selector_platform_interface from 2.2.0 to 2.3.0 by @dependabot in https://github.com/sensuikan1973/pedax/pull/925
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/926
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/927
    • Bump sentry_flutter from 6.13.0 to 6.13.1 by @dependabot in https://github.com/sensuikan1973/pedax/pull/928
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/929
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/931
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/930
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/932
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/933
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/934
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/935
    • [Scheduled] upgrade nodejs version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/937
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/936
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/938
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/939
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/940
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/941
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/942
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/943
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/944
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/947
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/948
    • prepare for release 2.19.0 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/949

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.18.0...2.19.0

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(18.99 MB)
    pedax-macOS.zip(189.91 MB)
    pedax-Windows.zip(44.78 MB)
  • 2.18.0(Sep 25, 2022)

    What's Changed

    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/751
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/752
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/753
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/755
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/756
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/757
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/759
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/758
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/760
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/762
    • follow CocoaPods update on GitHub Actions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/763
    • change flutter_deps workflow rm Podfile.lock && pod install by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/765
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/767
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/770
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/771
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/773
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/772
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/774
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/775
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/776
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/779
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/780
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/781
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/782
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/783
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/784
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/787
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/786
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/788
    • Bump subosito/flutter-action from 2.6.1 to 2.6.2 by @dependabot in https://github.com/sensuikan1973/pedax/pull/785
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/789
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/790
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/791
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/794
    • [Scheduled] upgrade nodejs version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/795
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/793
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/796
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/801
    • follow flutter 3.3.0 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/803
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/804
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/805
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/806
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/807
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/808
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/809
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/810
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/811
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/812
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/813
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/815
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/816
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/817
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/818
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/819
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/822
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/823
    • Bump subosito/flutter-action from 2.6.2 to 2.7.0 by @dependabot in https://github.com/sensuikan1973/pedax/pull/820
    • Bump font_awesome_flutter from 10.1.0 to 10.2.1 by @dependabot in https://github.com/sensuikan1973/pedax/pull/821
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/824
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/825
    • [Scheduled] upgrade nodejs version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/826
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/827
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/828
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/829
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/830
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/831
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/832
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/833
    • Bump fastlane from 2.209.1 to 2.210.0 in /macos by @dependabot in https://github.com/sensuikan1973/pedax/pull/834
    • Bump plugin_platform_interface from 2.1.2 to 2.1.3 by @dependabot in https://github.com/sensuikan1973/pedax/pull/835
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/836
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/837
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/838
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/839
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/840
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/841
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/842
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/843
    • Bump subosito/flutter-action from 2.7.0 to 2.7.1 by @dependabot in https://github.com/sensuikan1973/pedax/pull/844
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/845
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/846
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/847
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/848
    • Bump fastlane from 2.210.0 to 2.210.1 in /macos by @dependabot in https://github.com/sensuikan1973/pedax/pull/849
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/850
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/851
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/853
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/854
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/855
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/856
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/858
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/857
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/859
    • [Scheduled] upgrade nodejs version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/861
    • [Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/860
    • prepare for release 2.18.0 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/862

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.17.0...2.18.0

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(18.99 MB)
    pedax-macOS.zip(192.06 MB)
    pedax-Windows.zip(44.77 MB)
  • 2.17.0(Aug 12, 2022)

    What's Changed

    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/696
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/697
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/698
    • Bump fastlane from 2.207.0 to 2.208.0 in /macos by @dependabot in https://github.com/sensuikan1973/pedax/pull/699
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/700
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/701
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/702
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/703
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/704
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/706
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/707
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/708
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/709
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/710
    • Bump subosito/flutter-action from 2.4.0 to 2.5.0 by @dependabot in https://github.com/sensuikan1973/pedax/pull/711
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/712
    • Bump subosito/flutter-action from 2.5.0 to 2.6.1 by @dependabot in https://github.com/sensuikan1973/pedax/pull/713
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/714
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/715
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/716
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/717
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/718
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/720
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/719
    • [Scheduled] upgrade nodejs version by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/722
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/721
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/723
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/724
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/725
    • Bump @docusaurus/preset-classic from 2.0.0-rc.1 to 2.0.1 in /website by @dependabot in https://github.com/sensuikan1973/pedax/pull/726
    • Bump @docusaurus/core from 2.0.0-rc.1 to 2.0.1 in /website by @dependabot in https://github.com/sensuikan1973/pedax/pull/727
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/728
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/729
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/730
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/731
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/732
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/733
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/734
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/735
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/736
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/737
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/738
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/740
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/739
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/741
    • Bump msix from 3.6.2 to 3.6.3 by @dependabot in https://github.com/sensuikan1973/pedax/pull/742
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/743
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/745
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/744
    • [Scheduled] upgrade macos gem dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/746
    • Bump fastlane from 2.208.0 to 2.209.0 in /macos by @dependabot in https://github.com/sensuikan1973/pedax/pull/747
    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/749
    • [Scheduled] flutter pub upgrade --null-safety by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/748
    • add Sentry by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/705
    • prepare for release 2.17.0 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/750

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.16.0...2.17.0

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(19.19 MB)
    pedax-macOS.zip(192.62 MB)
    pedax-Windows.zip(43.99 MB)
  • 2.16.0(Jul 17, 2022)

    What's Changed

    • [Scheduled] upgrade website dependencies by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/693
    • capture board image on clipboard by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/694
    • prepare for release 2.16.0 by @sensuikan1973 in https://github.com/sensuikan1973/pedax/pull/695

    Full Changelog: https://github.com/sensuikan1973/pedax/compare/2.15.0...2.16.0

    Source code(tar.gz)
    Source code(zip)
    pedax-Linux.zip(18.84 MB)
    pedax-macOS.zip(173.43 MB)
    pedax-Windows.zip(43.20 MB)
A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.

?? NEWS The new latest flutter gallery commit for flutter 2.2 is 633be8a There's now a #custom-embedders channel on the flutter discord which you can

Hannes Winkler 1.1k Jan 1, 2023
Yocto meta layer for recipes related to using Google Flutter Engine

meta-flutter Notice: Layer has moved to https://github.com/meta-flutter/meta-flutter. Redirection will be automatic in the next couple of weeks. Yocto

Joel Winarske 46 Dec 4, 2022
Android-Toolbox is a desktop app which enables the user to access android device features which are not accessible directly from the mobile device

Android-Toolbox is a desktop app which enables the user to access android device features which are not accessible directly from the mobile device. One of Android-Toolbox's special feature is to transfer files at the highest speed using ADB push and pull bypassing a lot of Android API overheads.

Sashank Visweshwaran 30 Dec 26, 2022
A macOS plugin which can register a callback for a global keyboard shortcut.

global_shortcuts A macOS plugin which can register a callback for a global keyboard shortcut. As the shortcut is global, the callback will be triggere

James Leahy 7 Jan 2, 2023
A package which provides most of the window decorations from linux themes.

Window Decorations A package which provides most of the window decorations from linux themes. Features Easier to use and implement Native looking wind

Prateek SU 20 Dec 21, 2022
Suwariyomi means to sit and read. Opposite of Tachiyomi which is to stand and read.

Suwariyomi Suwariyomi means to sit and read. Opposite of Tachiyomi which is to stand and read. Getting Started Install Android Studio (or any IDE you

Woon Eusean 5 Mar 24, 2022
Public repo for flutterflip, a reversi clone built with Flutter.

flutterflip A single-player reversi clone built with Flutter, which compiles for both Android and iOS. The user plays as black, and the CPU will make

Andrew Brogdon 247 Dec 28, 2022
Track your habits day by day and check your result like the GitHub's contributions board

Habits Diary Track your habits day by day and see your result like the GitHub's contributions board Download Support If you want to support this proje

Pigna 25 Oct 27, 2022
An application built using Flutter that can be used while playing board games if actual or physical dice is missing . This is a dual dice application.

diceee_utter A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

dev_allauddin 3 Feb 3, 2022
DEVS: Developer Board and Jobs Listing | For Developers, By Developers

devs Setup Currently, this DEVS project is using the master channel of the Flutter SDK. TODO: Migrate to beta Clone the project git clone https://gith

Flutter Philippines Community 40 Apr 16, 2022
Doctor Consultation App in Flutter containing splash screen on boarding screen Routing state management Dash board Bottom navigation Decorated Drawer and Doctors Screen in the last.

Online doctor Consultation App UI in Flutter Doctor Consultation App UI in Flutter Visit Website Features State Management Navigation Bar Responsive D

Habib ullah 14 Jan 1, 2023
A ludo board game developed in Flutter using canvas.

Fludo Fludo is a Flutter app which uses canvas and animations to build a Ludo board game. Features Roll dice & move your pawns Kill opponent's pawns P

Sumeet Rukeja 98 Dec 19, 2022
An example of using InteractiveViewer to build a go game board

Go An example of using InteractiveViewer to build a Go game board. Try the live demo. Usage Zoom using pinch on mobile or two-finger scroll on touchpa

Justin McCandless 56 Dec 30, 2022
Home Automation App using Flutter, Adafruit IO & Esp32 dev board.

A Home Automation app made using Flutter, Adafruit IO & ESP32 Dev Board. Getting Started This project is a starting point for a Flutter application. A

Jobin Biju 85 Dec 29, 2022
A Home Automation app made using Flutter, Adafruit IO & ESP32 Dev Board

A Home Automation app made using Flutter, Adafruit IO & ESP32 Dev Board. Getting

null 5 Apr 19, 2022
One piece snakes and ladders - Interactive mobile board game in Flutter

One Piece Snake And Ladders Seleção de Desenvolvedor de Software - Escribo Desaf

Raphael Meneses 1 Jan 21, 2022
Chess-game - Some simple lines of coding and made this awesome looking full functional chess board game

flutter simple chess game It's a flutter chess game application with fast code.

Munem Sarker 5 Jun 17, 2022
Fluboard - Calendar wall-board-display built with Flutter and ❤️

Fluboard Calendar wall-board-display built with Flutter and ❤️ Goals Build calendar board (DAKBoard alternative) which easy to install and easy to cus

iTeqno 10 Dec 27, 2022
Flutter Based Application For Task Organization ( KanBan Board ), Hacktober 2022 accepted.

Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a ⭐️ Flutter Based Application For Task Organization ( KanBan Board ), Hacktober 2022 accepted.

Naman mehta 13 Oct 27, 2022
A minimalist Flutter game engine

A minimalistic Flutter game engine. English | 简体中文 | Polski | Русский About 1.0.0 Our goal is to release v1 soon. We are periodically launching RCs (r

Flame Engine 7.3k Jan 8, 2023