Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/LinwoodCloud/Butterfly i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
CodeDoctorDE committed Oct 20, 2023
2 parents d0c8f82 + 0ea9596 commit 2bd3dfa
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!--ENTER CHANGELOG HERE-->

## 2.0.0-beta.11 (2023-10-20)

* Add print as export option
* Add selected animation to color toolbar
* Use current view as default for pdf export option
* Improve performance of file fetching
* Improve home page header
* Improve slide transition
* Change user data directory for portable apps
* Fix leading icon on exact slider on larger screens
* Remove add connection button on web

View all changes in the blog: https://linwood.dev/butterfly/2.0.0-beta.11

## 2.0.0-beta.10 (2023-10-13)

* Add tooltips to icon buttons
Expand Down
2 changes: 1 addition & 1 deletion api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: butterfly_api
description: The Linwood Butterfly API
version: 2.0.0-beta.11
version: 2.0.0-beta.12

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion app/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AppDir:
id: dev.linwood.butterfly
name: Linwood Butterfly
icon: dev.linwood.butterfly
version: 2.0.0-beta.11
version: 2.0.0-beta.12
exec: butterfly
exec_args: $@
apt:
Expand Down
2 changes: 1 addition & 1 deletion app/linux/debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: linwood-butterfly
Version: 2.0.0-beta.11
Version: 2.0.0-beta.12
Section: base
Priority: optional
Homepage: https://github.com/LinwoodDev/butterfly
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ packages:
path: "../api"
relative: true
source: path
version: "2.0.0-beta.11"
version: "2.0.0-beta.12"
camera:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish_to: none
# 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: 2.0.0-beta.11+75
version: 2.0.0-beta.12+76

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 2bd3dfa

Please sign in to comment.