Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.22.1-b"
".": "3.22.2-b"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

This repository starts with the standalone codebase. Historical release notes are retained with the private archive of the previous repository. Future release entries are managed by release-please from Conventional Commits.

## [3.22.2-b](https://github.com/i99dev/ilink/compare/v3.22.1-b...v3.22.2-b) (2026-09-06)


### Bug Fixes

* **ci:** export the password vars before keytool reads them ([4c8ca27](https://github.com/i99dev/ilink/commit/4c8ca27442fae6860f9dca166e1e7dd4a2cbfb72))
* **ci:** locate keytool without relying on PATH, and reject WSL ([ac25d78](https://github.com/i99dev/ilink/commit/ac25d78e176b9e9ae98a1c9b0f79472cdca0330e))
* **ci:** pin CI to Flutter 3.47.2, the version this code actually builds on ([7e37123](https://github.com/i99dev/ilink/commit/7e37123b9f65dfaab23330deb9c2b1094f984966))
* **ci:** restore the blank-line layout Flutter 3.41.7's formatter expects ([65769a7](https://github.com/i99dev/ilink/commit/65769a795b9e3bb0c50f52d2cb04fedd4df066e5))
* **release:** tag releases v<version>, not ilink-v<version> ([965fa97](https://github.com/i99dev/ilink/commit/965fa975c7d2a9a5447eab5558ff517b021c9688))


### Dependencies

* bump com.android.application from 8.11.1 to 8.13.2 in /android ([ea07e2c](https://github.com/i99dev/ilink/commit/ea07e2c91724bf2c2ff6dc7c8de0577d491cd4c9))
* bump com.google.protobuf:protobuf-java in /android ([b648f45](https://github.com/i99dev/ilink/commit/b648f454cad9ed68832fdd2e29406035a8d5e88e))
* bump connectivity_plus from 7.1.1 to 7.3.1 ([865b791](https://github.com/i99dev/ilink/commit/865b791d4d692e7f07e49dc643ac9f579290b31d))
* bump flutter_cache_manager from 3.4.1 to 3.4.2 ([6a16532](https://github.com/i99dev/ilink/commit/6a16532508b19d7af7c8b792fd20586e626d5254))
* bump flutter_secure_storage from 10.3.0 to 10.3.1 ([760b30b](https://github.com/i99dev/ilink/commit/760b30b0ac907d810306b0b1a354f01ec49d78da))
* bump flutter_svg from 2.2.4 to 2.3.0 ([84c4bba](https://github.com/i99dev/ilink/commit/84c4bba829e7613a012cf5a4a4a97b51869480f7))
* bump just_audio from 0.10.5 to 0.10.6 ([4ea3720](https://github.com/i99dev/ilink/commit/4ea3720eb8765a5ace3b0bcba0afb26cf4052fba))

## [3.22.1-b](https://github.com/i99dev/ilink/compare/ilink-v3.22.0-b...ilink-v3.22.1-b) (2026-09-06)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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: 3.22.1-b+3022000
version: 3.22.2-b+3022000

environment:
sdk: ^3.10.8
Expand Down