Skip to content

Commit

Permalink
chore(release): 1.31.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.31.0](crimera/piko@v1.30.2...v1.31.0) (2024-06-11)

### Bug Fixes

* Fix crash when opening feature flags ([2b1484d](crimera@2b1484d))

### Features

* **all:** Added `Export all activities` patch from ReVanced ([7cc405f](crimera@7cc405f))
* **Twitter:** Added `Delete from database` patch ([d785660](crimera@d785660))
* **Twitter:** Added tab redirects hook (for Bookmark Navbar) ([f01b418](crimera@f01b418))

### Updates

* Enable `Customize profile tabs` patch by default ([a8543bf](crimera@a8543bf))
* Enable `Hide Live Threads` patch by default ([b9862b5](crimera@b9862b5))

### Refactors

* **Twitter:** Major string changes ([f22fdf0](crimera@f22fdf0))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent e69d90e commit ca5535d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [1.31.0](https://github.com/crimera/piko/compare/v1.30.2...v1.31.0) (2024-06-11)


### Bug Fixes

* Fix crash when opening feature flags ([2b1484d](https://github.com/crimera/piko/commit/2b1484d6c291a997283d98358cff98b0195acfed))


### Features

* **all:** Added `Export all activities` patch from ReVanced ([7cc405f](https://github.com/crimera/piko/commit/7cc405f7e900b85aaa172e8693cd4ca2e790451d))
* **Twitter:** Added `Delete from database` patch ([d785660](https://github.com/crimera/piko/commit/d7856602786d3fb9d7a8721f05d80be97bc4fd3b))
* **Twitter:** Added tab redirects hook (for Bookmark Navbar) ([f01b418](https://github.com/crimera/piko/commit/f01b418fcc13e9fe54d845eab3bea1cd62687f9f))


### Updates

* Enable `Customize profile tabs` patch by default ([a8543bf](https://github.com/crimera/piko/commit/a8543bf0d2eebe8a1580870b95c75a890e845ff4))
* Enable `Hide Live Threads` patch by default ([b9862b5](https://github.com/crimera/piko/commit/b9862b50b97741721448c0ea667769b0024961c9))


### Refactors

* **Twitter:** Major string changes ([f22fdf0](https://github.com/crimera/piko/commit/f22fdf086184f71447d2696461d76914dbef731d))

## [1.31.0-dev.6](https://github.com/crimera/piko/compare/v1.31.0-dev.5...v1.31.0-dev.6) (2024-06-11)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 1.31.0-dev.6
version = 1.31.0

0 comments on commit ca5535d

Please sign in to comment.