Skip to content

Commit

Permalink
chore(release): 1.27.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.27.0](v1.26.0...v1.27.0) (2024-05-08)

### Bug Fixes

* add "SettingsStatusLoadFingerprint" to fingerprints of `Hide Community Notes` and `Hide Live Threads` patch ([9c0232a](9c0232a))
* **Twitter:** Bookmark in nav bar dix ([03fb96c](03fb96c))
* **Twitter:** Bookmark nav bar fix ([a6e8ab9](a6e8ab9))
* Unescaped characters ([8e539df](8e539df))

### Features

* **Twitter:** Added `Ability to copy video media link` patch ([14bfdc7](14bfdc7))
* **Twitter:** Added `Patch info` section ([7f794c3](7f794c3))

### Updates

* Improve the retrieval of the patches version ([ba940da](ba940da))
* **Translations:** Update `Indonesian (Bahasa)` ([1442b6c](1442b6c))
* **Translations:** Update `japanese` ([9fce4a2](9fce4a2))
* **Translations:** update simplified chinese translation ([b24f7cc](b24f7cc))

### Refactors

* Add `enableSettings` helper function ([7d6ebd5](7d6ebd5))
* Add `SettingsPatch ` dependencies to patches ([6d252f8](6d252f8))
* Optimize imports ([2f42add](2f42add))
* **Twitter:** `Add ability to copy media link` patch ([e8ef551](e8ef551))
* **Twitter:** refactor default feature flag hook ([6fd6001](6fd6001))
  • Loading branch information
semantic-release-bot committed May 8, 2024
1 parent 2da2456 commit b1ffacd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,36 @@
## [1.27.0](https://github.com/crimera/piko/compare/v1.26.0...v1.27.0) (2024-05-08)


### Bug Fixes

* add "SettingsStatusLoadFingerprint" to fingerprints of `Hide Community Notes` and `Hide Live Threads` patch ([9c0232a](https://github.com/crimera/piko/commit/9c0232afd684024cc7028960aa2c65a82ce90cb7))
* **Twitter:** Bookmark in nav bar dix ([03fb96c](https://github.com/crimera/piko/commit/03fb96c485edb8931e9d37452f5a45c0b8a0103b))
* **Twitter:** Bookmark nav bar fix ([a6e8ab9](https://github.com/crimera/piko/commit/a6e8ab9c6817e15fa7c9ba182650f65ee2e65132))
* Unescaped characters ([8e539df](https://github.com/crimera/piko/commit/8e539dfd8c4e1ef6889357b9850a842db54a2a99))


### Features

* **Twitter:** Added `Ability to copy video media link` patch ([14bfdc7](https://github.com/crimera/piko/commit/14bfdc7d0b2d1fbf6644e496cbc186bd5ade3494))
* **Twitter:** Added `Patch info` section ([7f794c3](https://github.com/crimera/piko/commit/7f794c3cc88b1fd1170f43589aaff356532bb9e4))


### Updates

* Improve the retrieval of the patches version ([ba940da](https://github.com/crimera/piko/commit/ba940da7b84e52345533dd3802410811b7fa4cb7))
* **Translations:** Update `Indonesian (Bahasa)` ([1442b6c](https://github.com/crimera/piko/commit/1442b6c798f5fd58e1381f1e23581cc8f55ca0fc))
* **Translations:** Update `japanese` ([9fce4a2](https://github.com/crimera/piko/commit/9fce4a20d7db77992bd92eaa5ada75af8af56103))
* **Translations:** update simplified chinese translation ([b24f7cc](https://github.com/crimera/piko/commit/b24f7cca23c6b003c7246951de8a361ff5ef2dfb))


### Refactors

* Add `enableSettings` helper function ([7d6ebd5](https://github.com/crimera/piko/commit/7d6ebd579a32161bf782f2ce0843817dbbf8b69d))
* Add `SettingsPatch ` dependencies to patches ([6d252f8](https://github.com/crimera/piko/commit/6d252f84c6086b15e7be4a58676254748bd8ff73))
* Optimize imports ([2f42add](https://github.com/crimera/piko/commit/2f42add01463d36336423574b76670c6cbf2659a))
* **Twitter:** `Add ability to copy media link` patch ([e8ef551](https://github.com/crimera/piko/commit/e8ef5519abf64594676f0de1e0e3e01b06571079))
* **Twitter:** refactor default feature flag hook ([6fd6001](https://github.com/crimera/piko/commit/6fd60012c74c83944fd80b57e444c3f54da5823c))

## [1.27.0-dev.8](https://github.com/crimera/piko/compare/v1.27.0-dev.7...v1.27.0-dev.8) (2024-05-08)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 1.27.0-dev.8
version = 1.27.0

0 comments on commit b1ffacd

Please sign in to comment.