Skip to content

Commit

Permalink
version: update version (1.26.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Jun 27, 2022
1 parent c5c313a commit 7778309
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 10 deletions.
43 changes: 43 additions & 0 deletions lib/pages/main/patchnote/patchnote_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,49 @@ class PatchModel {
}

final patches = [
PatchModel(
dateTime: DateTime(2022, 6, 27),
version: '1.26 Minor Update',
isMinor: true,
contents: [
'refactoring viewer code base',
'fix statistics act-log',
],
),
PatchModel(
dateTime: DateTime(2022, 6, 22),
version: '1.25 Minor Update',
isMinor: true,
contents: [
'apply flutter null safety',
'fix database dead-lock bug',
'fix theme switch not applied bug',
'fix related character count null ref bug',
'fix article item thumbnail area corner ui',
'fix exhentai throttling stuck when request fail',
'fix search/bookmark page caching error',
'add caching image x1.5 when using low performance mode',
'add bookmark scroll bar',
'add user statistics experimentally',
],
),
PatchModel(
dateTime: DateTime(2022, 6, 22),
version: '1.25 Minor Update',
isMinor: true,
contents: [
'apply flutter null safety',
'fix database dead-lock bug',
'fix theme switch not applied bug',
'fix related character count null ref bug',
'fix article item thumbnail area corner ui',
'fix exhentai throttling stuck when request fail',
'fix search/bookmark page caching error',
'add caching image x1.5 when using low performance mode',
'add bookmark scroll bar',
'add user statistics experimentally',
],
),
PatchModel(
dateTime: DateTime(2022, 6, 22),
version: '1.25 Minor Update',
Expand Down
2 changes: 1 addition & 1 deletion lib/version/update_sync.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UpdateSyncManager {

// Current version
static const int majorVersion = 1;
static const int minorVersion = 25;
static const int minorVersion = 26;
static const int patchVersion = 0;

static String get currentVersion =>
Expand Down
14 changes: 5 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Open Source Hentai Viewer App
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.25.0+0
version: 1.26.0+0

publish_to: none

Expand Down Expand Up @@ -130,8 +130,8 @@ dependencies:
octo_image: ^1.0.2
# archive:
# chunked_stream:
# cloud_firestore: ^0.13.0+1
# english_words:
# cloud_firestore: ^0.13.0+1
# english_words:
# extended_image:
# fading_edge_scrollview:
# flutter_advanced_networkimage:
Expand Down Expand Up @@ -173,13 +173,11 @@ dev_dependencies:
sqflite_common_ffi:
flutter_lints: ^2.0.1


# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:

# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
Expand Down Expand Up @@ -207,7 +205,7 @@ flutter:
- assets/rank/related.json

- assets/hisoki.json

# - assets/images/loading.gif

# - assets/test/001.jpg
Expand Down Expand Up @@ -241,13 +239,12 @@ flutter:
- assets/lottie/28446-floward-gift-box.json

- assets/icons/pixiv.ico

- assets/p7zip/arm64-v8a/lib7zr.so # @dependent: android
- assets/p7zip/armeabi-v7a/lib7zr.so # @dependent: android
- assets/p7zip/x86/lib7zr.so # @dependent: android
# - assets/p7zip/x86_64/lib7zr.so


# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.

Expand Down Expand Up @@ -290,4 +287,3 @@ flutter:
- family: CustomIcons
fonts:
- asset: assets/custom_icons.ttf

0 comments on commit 7778309

Please sign in to comment.