Skip to content

Commit 17719da

Browse files
committed
Release v4.19.6
- Fixed clicking on the Following tab not working when you have a notification count in the title
1 parent 2f33494 commit 17719da

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.19.5",
7+
"version": "4.19.6",
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.19.5",
7+
"version": "4.19.6",
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
@@ -894,7 +894,7 @@
894894
</section>
895895
</section>
896896

897-
<div id="version">v4.19.5<span id="debugCountdown"></span></div>
897+
<div id="version">v4.19.6<span id="debugCountdown"></span></div>
898898
</form>
899899
<script src="options.js"></script>
900900
</body>

options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ let $showBlueReplyFollowersCountLabel = /** @type {HTMLElement} */ (document.que
339339
//#region Utility functions
340340
function exportConfig() {
341341
let $a = document.createElement('a')
342-
$a.download = 'control-panel-for-twitter-v4.19.5.config.txt'
342+
$a.download = 'control-panel-for-twitter-v4.19.6.config.txt'
343343
$a.href = URL.createObjectURL(new Blob([
344344
JSON.stringify(optionsConfig, null, 2)
345345
], {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 = 111;
643+
CURRENT_PROJECT_VERSION = 112;
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.19.5;
664+
MARKETING_VERSION = 4.19.6;
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 = 111;
706+
CURRENT_PROJECT_VERSION = 112;
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.19.5;
721+
MARKETING_VERSION = 4.19.6;
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.19.5",
7+
"version": "4.19.6",
88
"icons": {
99
"48": "icon48.png",
1010
"96": "icon96.png",

0 commit comments

Comments
 (0)