From 9372561bcab4fa96d688ab1cacce3fc8c2d556bd Mon Sep 17 00:00:00 2001 From: Wendy Liga Date: Fri, 1 Aug 2025 14:39:50 +0700 Subject: [PATCH] chore: update version to 3.1.0 and add changelog entries - Update podspec version to 3.1.0 - Add changelog entries for new features and fixes in 3.1.0 --- CHANGELOG.md | 6 ++++++ TPTweak.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 114350f..39a76f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.1.0 +- use flatten section on search +- add options to always show search bar +- fix wrong section name on setting, favourite and search +- sort cell inside flatten section by name + # 3.0.0 - Add new Flatten home design. - Expose TPTweakStore environment. diff --git a/TPTweak.podspec b/TPTweak.podspec index b398b36..c5723b4 100644 --- a/TPTweak.podspec +++ b/TPTweak.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "TPTweak" - spec.version = "3.0.1" + spec.version = "3.1.0" spec.summary = "TPTweak is a debugging tool to help adjust your iOS app on the fly without recompile" spec.license = { :type => "Apache 2.0", :file => "LICENSE.md" }