Skip to content

Commit

Permalink
version: update version (1.26.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Jun 27, 2022
1 parent 67cbb83 commit 841aaf1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 35 deletions.
40 changes: 7 additions & 33 deletions lib/pages/main/patchnote/patchnote_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,45 +23,19 @@ class PatchModel {
final patches = [
PatchModel(
dateTime: DateTime(2022, 6, 27),
version: '1.26 Minor Update',
isMinor: true,
version: '1.26.1 Patch (HotFix)',
contents: [
'refactoring viewer code base',
'fix statistics act-log',
'fix viewer overlay not shown error',
'fix viewer timer reversing paging error',
],
),
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',
dateTime: DateTime(2022, 6, 27),
version: '1.26 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',
'refactoring viewer code base',
'fix statistics act-log',
],
),
PatchModel(
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 @@ -15,7 +15,7 @@ class UpdateSyncManager {
// Current version
static const int majorVersion = 1;
static const int minorVersion = 26;
static const int patchVersion = 0;
static const int patchVersion = 1;

static String get currentVersion =>
'$majorVersion.$minorVersion.$patchVersion';
Expand Down
2 changes: 1 addition & 1 deletion 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.26.0+0
version: 1.26.1+0

publish_to: none

Expand Down

0 comments on commit 841aaf1

Please sign in to comment.