Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jun 10, 2024
1 parent 140ad6d commit 6544089
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 31 deletions.
52 changes: 23 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
# Changelog

<!--ENTER CHANGELOG HERE-->

## 2.1.1-rc.3 (2024-06-10)

Nothing changed from the nightly build to the stable release.
<!--ENTER CHANGELOG HERE-->

## 2.1.1-rc.2 (2024-06-03)

See all changes since the last stable here: https://linwood.dev/butterfly/2.1.1

## 2.1.1-rc.2 (2024-06-03)

* Show no elements message when document search is empty
* Fix file changing in webdav on root folder ([#714](https://github.com/LinwoodDev/Butterfly/pull/714))
* Fix layer not set on automatic shapes ([#717](https://github.com/LinwoodDev/Butterfly/pull/717))
* Fix x icon button in navigator page on mobile
* Fix page not saved after creating a new page

Read more here: https://linwood.dev/butterfly/2.1.1-rc.2

## 2.1.1-rc.1 (2024-05-21)

Read more here: https://linwood.dev/butterfly/2.1.1-rc.2

## 2.1.1-rc.1 (2024-05-21)

* Add hide cursor while drawing
* Improve pdf import performance ([#702](https://github.com/LinwoodDev/Butterfly/pull/702))
* Reimplement quality in pdf import ([#702](https://github.com/LinwoodDev/Butterfly/pull/702))
Expand All @@ -45,10 +39,10 @@ Read more here: https://linwood.dev/butterfly/2.1.1-rc.2
* Fix linux screenshot appdata

Read more here: https://linwood.dev/butterfly/2.1.1-rc.1
Visit the new docs here: https://butterfly.linwood.dev

## 2.1.1-rc.0 (2024-05-14)

Visit the new docs here: https://butterfly.linwood.dev

## 2.1.1-rc.0 (2024-05-14)

* Make dav requests more performant ([#689](https://github.com/LinwoodDev/Butterfly/pull/689))
* Add icons to platform theme setting
* Enhance mobile home page
Expand All @@ -60,23 +54,23 @@ Visit the new docs here: https://butterfly.linwood.dev
* Fix no element on fetch in dav requests ([#695](https://github.com/LinwoodDev/Butterfly/pull/695))
* Fix context buttons in template dialog closes the dialog

Read more here: https://linwood.dev/butterfly/2.1.1-rc.0

## 2.1.0 (2024-05-10)

Read more here: https://linwood.dev/butterfly/2.1.1-rc.0

## 2.1.0 (2024-05-10)

Nothing changed from the nightly build to the stable release.

See all changes since the last stable here: https://linwood.dev/butterfly/2.1

## 2.1.0-rc.3 (2024-05-07)

See all changes since the last stable here: https://linwood.dev/butterfly/2.1

## 2.1.0-rc.3 (2024-05-07)

* Add button to check for updates instead of automatically checking on opening the settings ([#691](https://github.com/LinwoodDev/Butterfly/issues/691))
* Update android build files

Read more here: https://linwood.dev/butterfly/2.1.0-rc.3

## 2.1.0-rc.2 (2024-05-06)

Read more here: https://linwood.dev/butterfly/2.1.0-rc.3

## 2.1.0-rc.2 (2024-05-06)

* Reenable changing data directory on android ([#569](https://github.com/LinwoodDev/Butterfly/issues/569))
* Fix unknown import type shows euler number
* Fix unknown import type on images ([#679](https://github.com/LinwoodDev/Butterfly/issues/679))
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Version | Supported | |
| --------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| 2.1.1-dev | :warning: | [Docs](https://butterfly.linwood.dev/docs/2.1/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.1.1-rc.2) |
| 2.1.0 | :white_check_mark: | [Docs](https://butterfly.linwood.dev/docs/2.1/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.1.0) |
| 2.1.1 | :white_check_mark: | [Docs](https://butterfly.linwood.dev/docs/2.1/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.1.1) |
| 2.0.3 | :x: | [Docs](https://butterfly.linwood.dev/docs/2.0/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.0.3) |
| 1.6.1 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.6/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.6.1) |
| 1.5.1 | :x: | [Docs](https://butterfly.linwood.dev/docs/1.5/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.5.1) |
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.1.1-rc.3+108
version: 2.1.1+108

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

0 comments on commit 6544089

Please sign in to comment.