Skip to content

Commit

Permalink
Add changelog for cherry pick release, closes #777
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jan 7, 2025
1 parent ac4c287 commit fa1a6c0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
git:
url: https://github.com/LinwoodDev/dart_pkgs
path: packages/lw_file_system_api
ref: b9d6c6173bf75247ce5a4d47fab0e48b730a9696
ref: 5ab1b96bea6ef0e0c07629ff4e7152b4437cf8ee

dev_dependencies:
test: ^1.25.3
Expand Down
2 changes: 1 addition & 1 deletion app/lib/actions/svg_export.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SvgExportAction extends Action<SvgExportIntent> {
builder: (context) => BlocProvider.value(
value: bloc,
child: GeneralExportDialog(
preset: ExportTransformPreset.page,
preset: ExportTransformPreset.view,
options: getDefaultSvgExportOptions(
context,
transform: transform,
Expand Down
1 change: 1 addition & 0 deletions app/lib/models/viewport.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ class CameraViewport extends Equatable {
visibleElements: visibleElements,
aboveLayerImage: aboveLayerImage,
belowLayerImage: belowLayerImage,
resolution: resolution,
);

CameraViewport withUtilities(UtilitiesRenderer utilities) =>
Expand Down
8 changes: 4 additions & 4 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -782,17 +782,17 @@ packages:
dependency: "direct main"
description:
path: "packages/lw_file_system"
ref: f29b1ae0e338ec155e1c5b0a204c399232904540
resolved-ref: f29b1ae0e338ec155e1c5b0a204c399232904540
ref: "54f7ac141410938babff9539dca190f5d130a0db"
resolved-ref: "54f7ac141410938babff9539dca190f5d130a0db"
url: "https://github.com/LinwoodDev/dart_pkgs"
source: git
version: "1.0.0"
lw_file_system_api:
dependency: transitive
description:
path: "packages/lw_file_system_api"
ref: b9d6c6173bf75247ce5a4d47fab0e48b730a9696
resolved-ref: b9d6c6173bf75247ce5a4d47fab0e48b730a9696
ref: "5ab1b96bea6ef0e0c07629ff4e7152b4437cf8ee"
resolved-ref: "5ab1b96bea6ef0e0c07629ff4e7152b4437cf8ee"
url: "https://github.com/LinwoodDev/dart_pkgs"
source: git
version: "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies:
lw_file_system:
git:
url: https://github.com/LinwoodDev/dart_pkgs
ref: f29b1ae0e338ec155e1c5b0a204c399232904540
ref: 54f7ac141410938babff9539dca190f5d130a0db
path: packages/lw_file_system
flutter_localized_locales: ^2.0.5
dynamic_color: ^1.7.0
Expand Down
10 changes: 10 additions & 0 deletions metadata/en-US/changelogs/128.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This is a hotfix update, cherry picking some important fixes from the last 2.3.0-beta.0 nightly release.

* Fix default stroke width ([#779](https://github.com/LinwoodDev/Butterfly/issues/779))
* Fix svg export shows wrong initial preset
* Fix capture thumbnail uses wrong position
* Fix zoom slider is not centered
* Fix shape detection list tile not clickable
* Fix corrupting files when saving ([#777](https://github.com/LinwoodDev/Butterfly/issues/777))

Read more here: https://linwood.dev/butterfly/2.2.4

0 comments on commit fa1a6c0

Please sign in to comment.