Skip to content

Commit

Permalink
chore: Bump version to pre-v1.14.2+55
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesI23 committed Dec 23, 2024
1 parent ead04e0 commit 021f786
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 18 deletions.
28 changes: 28 additions & 0 deletions LICENSE_THIRDPARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -1266,3 +1266,31 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

## [DEV] msix

[Pub](https://pub.dev/packages/msix)

```text
MIT License
Copyright (c) 2022 Yehuda Kremer
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
22 changes: 5 additions & 17 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,9 @@
Title: Pre-Released or Released: v1.2.3+xx
-->

# Released v1.14.1+54
# Pre-Released

- Add Turkey translation, Thanks for S. Aydın's contribution on weblate.
- Bump Dependencies versions.
- `gradle` to 8.9
- `com.android.application` to 8.7.0
- `androidx.window:window` to 1.2.0
- `androidx.window:window-java` to 1.2.0
- `com.android.tools:desugar_jdk_libs` to 2.1.2
- change compatibile jave version from 1.8 to 17
- upgrade flutter package's major versions
- `fl_chart` to 0.69.0
- `flutter_local_notifications` to 17.2.3
- `flutter_markdown` to 0.7.3+2
- bump flutter package versions,
run `git diff 62317cd 0ef4434 -- "pubspec.lock"` see full changelog
- Keep `@mipmap/ic_notification` to prevent it from being removed by `shrinkResources`,
see [https://stackoverflow.com/a/50703322](https://stackoverflow.com/a/50703322).
## v1.14.2+55

- Fix Completer issues and Add a startup error screen (#201)
- Add windows installer (#202)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.14.1+54
version: 1.14.2+55

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

0 comments on commit 021f786

Please sign in to comment.