Skip to content

Commit ff593f5

Browse files
committed
Release v4.23.0
- Added an option to hide the new "Manage timelines" button - Added an option to hide "More From This Author" in focused Tweet threads
1 parent a5d9349 commit ff593f5

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

manifest.mv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "__MSG_extensionName__",
55
"description": "__MSG_extensionDescription__",
66
"homepage_url": "https://soitis.dev/control-panel-for-twitter",
7-
"version": "4.22.5",
7+
"version": "4.23.0",
88
"icons": {
99
"16": "icons/icon16.png",
1010
"32": "icons/icon32.png",

manifest.mv3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "__MSG_extensionName__",
55
"description": "__MSG_extensionDescription__",
66
"homepage_url": "https://soitis.dev/control-panel-for-twitter",
7-
"version": "4.22.5",
7+
"version": "4.23.0",
88
"icons": {
99
"16": "icons/icon16.png",
1010
"32": "icons/icon32.png",

options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@
938938
</section>
939939
</section>
940940

941-
<div id="version">v4.22.5<span id="debugCountdown"></span></div>
941+
<div id="version">v4.23.0<span id="debugCountdown"></span></div>
942942
</form>
943943
<script src="options.js"></script>
944944
</body>

options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ let $showBlueReplyFollowersCountLabel = /** @type {HTMLElement} */ (document.que
352352
//#region Utility functions
353353
function exportConfig() {
354354
let $a = document.createElement('a')
355-
$a.download = 'control-panel-for-twitter-v4.22.5.config.txt'
355+
$a.download = 'control-panel-for-twitter-v4.23.0.config.txt'
356356
$a.href = URL.createObjectURL(new Blob([
357357
JSON.stringify(optionsConfig, null, 2)
358358
], {type: 'text/plain'}))

safari/Control Panel for Twitter.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640
CLANG_WARN_UNREACHABLE_CODE = YES;
641641
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
642642
COPY_PHASE_STRIP = NO;
643-
CURRENT_PROJECT_VERSION = 122;
643+
CURRENT_PROJECT_VERSION = 123;
644644
DEAD_CODE_STRIPPING = YES;
645645
DEBUG_INFORMATION_FORMAT = dwarf;
646646
DEVELOPMENT_TEAM = 2RDKJDLNY8;
@@ -661,7 +661,7 @@
661661
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
662662
GCC_WARN_UNUSED_FUNCTION = YES;
663663
GCC_WARN_UNUSED_VARIABLE = YES;
664-
MARKETING_VERSION = 4.22.5;
664+
MARKETING_VERSION = 4.23.0;
665665
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
666666
MTL_FAST_MATH = YES;
667667
ONLY_ACTIVE_ARCH = YES;
@@ -703,7 +703,7 @@
703703
CLANG_WARN_UNREACHABLE_CODE = YES;
704704
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
705705
COPY_PHASE_STRIP = NO;
706-
CURRENT_PROJECT_VERSION = 122;
706+
CURRENT_PROJECT_VERSION = 123;
707707
DEAD_CODE_STRIPPING = YES;
708708
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
709709
DEVELOPMENT_TEAM = 2RDKJDLNY8;
@@ -718,7 +718,7 @@
718718
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
719719
GCC_WARN_UNUSED_FUNCTION = YES;
720720
GCC_WARN_UNUSED_VARIABLE = YES;
721-
MARKETING_VERSION = 4.22.5;
721+
MARKETING_VERSION = 4.23.0;
722722
MTL_ENABLE_DEBUG_INFO = NO;
723723
MTL_FAST_MATH = YES;
724724
SWIFT_COMPILATION_MODE = wholemodule;

safari/Shared (Extension)/Resources/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "__MSG_extensionName__",
55
"description": "__MSG_extensionDescriptionShort__",
66
"homepage_url": "https://soitis.dev/control-panel-for-twitter",
7-
"version": "4.22.5",
7+
"version": "4.23.0",
88
"icons": {
99
"48": "icon48.png",
1010
"96": "icon96.png",

0 commit comments

Comments
 (0)