Skip to content

Commit 3f6e8b7

Browse files
committed
Bump to 2.6
1 parent d53a067 commit 3f6e8b7

4 files changed

Lines changed: 23 additions & 12 deletions

File tree

app/lib/main.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,12 +472,13 @@ class _WindowCloseGuardState extends State<_WindowCloseGuard> {
472472
const flavor = String.fromEnvironment('flavor');
473473
const isNightly =
474474
flavor == 'nightly' || flavor == 'dev' || flavor == 'development';
475-
const applicationVersionName = 'Crimson Red';
476475
const shortApplicationName = isNightly ? 'Butterfly Nightly' : 'Butterfly';
477476
const applicationName = 'Linwood $shortApplicationName';
478-
const applicationMinorVersion = '2.5';
479477
const logoAsset = isNightly ? 'images/nightly.png' : 'images/logo.png';
480478

479+
const applicationVersionName = 'Dreamy Duskywing';
480+
const applicationMinorVersion = '2.6';
481+
481482
Future<String> getCurrentVersion() async {
482483
const envVersion = String.fromEnvironment('version');
483484
if (envVersion.isNotEmpty) return envVersion;

app/pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -476,18 +476,18 @@ packages:
476476
dependency: "direct main"
477477
description:
478478
name: flutter_secure_storage
479-
sha256: "7686b1d6a29985dcbb808c59518226e603e3bfa7c0ddfd1a0d00e4cda77c868e"
479+
sha256: "380a129f7d5d25cdb560050ae23dd0cf74bf301f41c0241e4c59c9b55cb87ac0"
480480
url: "https://pub.dev"
481481
source: hosted
482-
version: "10.3.1"
482+
version: "11.0.0-beta.1"
483483
flutter_secure_storage_darwin:
484484
dependency: transitive
485485
description:
486486
name: flutter_secure_storage_darwin
487-
sha256: "82329fa5cdf343773b1b6897dea959105a29f092454259edff92f9f6637e8149"
487+
sha256: ac6d76a752de0cd738334eb4b21743fc4943f449f5b6e308f18838b048c02ac0
488488
url: "https://pub.dev"
489489
source: hosted
490-
version: "0.3.2"
490+
version: "0.4.0"
491491
flutter_secure_storage_linux:
492492
dependency: transitive
493493
description:
@@ -761,8 +761,8 @@ packages:
761761
dependency: "direct main"
762762
description:
763763
path: "packages/lw_file_system"
764-
ref: "687c9a21fbb45fe33aff6872838183af71e3c9c7"
765-
resolved-ref: "687c9a21fbb45fe33aff6872838183af71e3c9c7"
764+
ref: "4e752615dd91f264cca97bf6a5e95447d2bb3764"
765+
resolved-ref: "4e752615dd91f264cca97bf6a5e95447d2bb3764"
766766
url: "https://github.com/LinwoodDev/dart_pkgs.git"
767767
source: git
768768
version: "1.0.0"
@@ -818,7 +818,7 @@ packages:
818818
source: git
819819
version: "0.0.1"
820820
meta:
821-
dependency: "direct overridden"
821+
dependency: transitive
822822
description:
823823
name: meta
824824
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"

app/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies:
5050
json_annotation: ^4.12.0
5151
freezed_annotation: ^3.0.0
5252
http: ^1.2.1
53-
flutter_secure_storage: ^10.0.0-beta.2
53+
flutter_secure_storage: ^11.0.0-beta.1
5454
rxdart: ^0.28.0
5555
archive: ^4.0.0
5656
animations: ^2.0.11
@@ -92,7 +92,7 @@ dependencies:
9292
lw_file_system:
9393
git:
9494
url: https://github.com/LinwoodDev/dart_pkgs.git
95-
ref: 687c9a21fbb45fe33aff6872838183af71e3c9c7
95+
ref: 4e752615dd91f264cca97bf6a5e95447d2bb3764
9696
path: packages/lw_file_system
9797
keybinder:
9898
git:
@@ -120,7 +120,6 @@ dependencies:
120120
html: ^0.15.6
121121
#flutter_native_splash: ^2.4.7
122122
dependency_overrides:
123-
meta: 1.18.0
124123
phosphor_flutter:
125124
git:
126125
url: https://github.com/CodeDoctorDE/phosphor-flutter.git

metadata/en-US/changelogs/186.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* Add different eraser and selector modes ([#1111](https://github.com/LinwoodDev/Butterfly/issues/1111))
2+
* Add subtype tool switching for selection and spacer tools ([#1122](https://github.com/LinwoodDev/Butterfly/issues/1122))
3+
* Add property view position setting ([#1100](https://github.com/LinwoodDev/Butterfly/issues/1100))
4+
* Add bring moved elements to front option ([#1098](https://github.com/LinwoodDev/Butterfly/issues/1098))
5+
* Combine toolbar and zoom controls ([#1079](https://github.com/LinwoodDev/Butterfly/issues/1079))
6+
* Use Android SAF by default
7+
* Enable multi-tap input shortcuts by default
8+
* Improve clipboard and import handling ([#1103](https://github.com/LinwoodDev/Butterfly/issues/1103))
9+
* Define polygons as strokes ([#1111](https://github.com/LinwoodDev/Butterfly/issues/1111))
10+
11+
Read more here: https://linwood.dev/butterfly/2.6.0-rc.0

0 commit comments

Comments
 (0)