Skip to content

Commit 13a85e7

Browse files
chore: Release v3.0.0-dev.5 [skip ci]
# [3.0.0-dev.5](v3.0.0-dev.4...v3.0.0-dev.5) (2026-02-23) ### Features * **Twitter:** Add `Share Tweet as Image` ([e8d6321](e8d6321))
1 parent e8d6321 commit 13a85e7

4 files changed

Lines changed: 27 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.0.0-dev.5](https://github.com/crimera/piko/compare/v3.0.0-dev.4...v3.0.0-dev.5) (2026-02-23)
2+
3+
4+
### Features
5+
6+
* **Twitter:** Add `Share Tweet as Image` ([e8d6321](https://github.com/crimera/piko/commit/e8d6321cbb9d22d91702dfab583255dca0b7d99c))
7+
18
# [3.0.0-dev.4](https://github.com/crimera/piko/compare/v3.0.0-dev.3...v3.0.0-dev.4) (2026-02-21)
29

310

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.parallel = true
22
org.gradle.caching = true
33
kotlin.code.style = official
44
android.useAndroidX = true
5-
version = 3.0.0-dev.4
5+
version = 3.0.0-dev.5

patches-bundle.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"created_at": "2026-02-21T04:42:14",
3-
"description": "# [3.0.0-dev.4](https://github.com/crimera/piko/compare/v3.0.0-dev.3...v3.0.0-dev.4) (2026-02-21)\n\n\n### Bug Fixes\n\n* Use the original poster's username/name for retweet posts. ([1a1f818](https://github.com/crimera/piko/commit/1a1f818779d9c4359ca0574ff2bef1e6db525582))",
4-
"download_url": "https://github.com/crimera/piko/releases/download/v3.0.0-dev.4/patches-3.0.0-dev.4.mpp",
5-
"signature_download_url": "https://github.com/crimera/piko/releases/download/v3.0.0-dev.4/patches-3.0.0-dev.4.mpp.asc",
6-
"version": "3.0.0-dev.4"
2+
"created_at": "2026-02-23T10:00:19",
3+
"description": "# [3.0.0-dev.5](https://github.com/crimera/piko/compare/v3.0.0-dev.4...v3.0.0-dev.5) (2026-02-23)\n\n\n### Features\n\n* **Twitter:** Add `Share Tweet as Image` ([e8d6321](https://github.com/crimera/piko/commit/e8d6321cbb9d22d91702dfab583255dca0b7d99c))",
4+
"download_url": "https://github.com/crimera/piko/releases/download/v3.0.0-dev.5/patches-3.0.0-dev.5.mpp",
5+
"signature_download_url": "https://github.com/crimera/piko/releases/download/v3.0.0-dev.5/patches-3.0.0-dev.5.mpp.asc",
6+
"version": "3.0.0-dev.5"
77
}

patches-list.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-dev.4",
2+
"version": "3.0.0-dev.5",
33
"patches": [
44
{
55
"name": "Add ability to copy media link",
@@ -801,6 +801,19 @@
801801
},
802802
"options": []
803803
},
804+
{
805+
"name": "Share Tweet as Image",
806+
"description": "Share tweets as rendered image. Requires X 11.0.0-release.0 or higher.",
807+
"use": true,
808+
"dependencies": [
809+
"BytecodePatch",
810+
"BytecodePatch"
811+
],
812+
"compatiblePackages": {
813+
"com.twitter.android": null
814+
},
815+
"options": []
816+
},
804817
{
805818
"name": "Show changelogs",
806819
"description": "Shows changelogs when new a patch is installed.",

0 commit comments

Comments
 (0)