Skip to content

Commit c6fb9e6

Browse files
committed
bump buildnum
1 parent d03e3d4 commit c6fb9e6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/src/data/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Constants {
33

44
// TODO don't forget to update on every new release
55
static const String appVersion = '2.4.2';
6-
static const int appBuildNumber = 192;
6+
static const int appBuildNumber = 193;
77
//
88

99
static const int defaultItemLimit = 20;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: lolisnatcher
22
description: Booru Client with the ability to batch download Images.
33
publish_to: none
44

5-
version: 2.4.2+192 # remember to update the values in constants.dart after changing them here
5+
version: 2.4.2+193 # remember to update the values in constants.dart after changing them here
66

77
environment:
88
sdk: ">=3.5.4 <4.0.0"

update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version_name": "2.4.2",
3-
"build_number": 192,
3+
"build_number": 193,
44
"title": "2.4.2",
55
"changelog": "If you encounter any issues, please report them in github issues or in our discord server\n\n\nSmall release to fix problems with some boorus and add some QoL features and changes\n\n\nNew Features:\n- Added a button to viewer toolbar to select/deselect current item\n- Added a setting to change preload size limit (can be found in Settings->Viewer, 200mb by default)\n\n\nChanges:\n- App will now remember last used backup folder\n- Long tap on playback speed button will reset the speed\n- Mute button will now be colored if global mute is enabled\n- Search can be restarted by tapping on the message on the bottom if it takes too long or seems stuck\n\n\nFixes:\n- Fixed performance issues related to avif image decoding (mostly related to sankaku)\n- Fixed idol sankaku auth logic\n- Fixed comments on gelbooru\n- Fixed comments not loading on r34xxx if there are only one comment (may prompt you to complete captcha)\n- Fixed search on r34xyz/world if there are multiple tags in the query\n- Fixed items being sent to snatch queue twice when both 'Snatch on fav' and 'Fav on snatching' settings are enabled\n- Fixed download notifications spamming on every download, instead of at the end of each batch\n- Fixed text and icon colors on some buttons\n\n\nand other small fixes and changes...\n\n\nKnown Issues:\n- avif animated images may start animating even when gif thumbnails are disabled",
66
"is_in_store": false,

0 commit comments

Comments
 (0)