Skip to content

Commit 3d31e7a

Browse files
committed
V1.0.8
- Fixed telnet server logger format issue.
1 parent 57f5d8f commit 3d31e7a

13 files changed

Lines changed: 20 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## pcjbird 2025-11-24 Version:1.0.8 Build:20251124002
4+
5+
- Fixed telnet server logger format issue.
6+
37
## pcjbird 2025-11-24 Version:1.0.7 Build:20251124001
48

59
- Fixed an issue where `<` and `>` in log content were parsed as HTML tags by the browser; they are now escaped to `&lt;` and `&gt;`.

RELEASE_CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 版本更新日志
22

3+
## pcjbird 2025-11-24 Version:1.0.8 Build:20251124002
4+
5+
- 修复了 telnet 服务器日志格式的问题。
6+
37
## pcjbird 2025-11-24 Version:1.0.7 Build:20251124001
48

59
- 修复了日志内容中 `<``>` 被浏览器解析为 HTML 标签的问题,现在它们被转义为 `&lt;``&gt;`

RELEASE_EN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RELEASES
22

3+
## pcjbird 2025-11-24 Version:1.0.8 Build:20251124002
4+
5+
- Fixed telnet server logger format issue.
6+
37
## pcjbird 2025-11-24 Version:1.0.7 Build:20251124001
48

59
- Fixed an issue where `<` and `>` in log content were parsed as HTML tags by the browser; they are now escaped to `&lt;` and `&gt;`.

iOSLogBrowserSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "iOSLogBrowserSDK"
3-
s.version = "1.0.7"
3+
s.version = "1.0.8"
44
s.summary = "A real-time iOS log tracing tool that enables viewing iOS logs on a PC web browser within a local area network. The log display automatically scrolls similar to Xcode console."
55
s.description = <<-DESC
66
一个实时的iOS日志跟踪工具,让您在局域网内通过浏览器实时查看iOS应用日志。无需Mac电脑和数据线连接,支持多台设备同时监听,日志自动滚动显示,操作便捷,是移动测试人员的理想选择。

iOSLogBrowserSDK/iOSLogBrowserSDK.bundle/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.7</string>
18+
<string>1.0.8</string>
1919
<key>CFBundleSupportedPlatforms</key>
2020
<array>
2121
<string>iPhoneOS</string>
2222
</array>
2323
<key>CFBundleVersion</key>
24-
<string>20251124001</string>
24+
<string>20251124002</string>
2525
<key>DTCompiler</key>
2626
<string>com.apple.compilers.llvm.clang.1_0</string>
2727
<key>DTPlatformBuild</key>

iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// 一个实时的 iOS 日志追踪工具,可以在本地区域网络内通过 PC 网页浏览器查看 iOS 日志,他将类似 Xcode 控制台一样自动滚动显示日志。
1010
//
1111
// 构建版本:
12-
// pcjbird 2025-11-24 Version:1.0.7 Build:20251124001
12+
// pcjbird 2025-11-24 Version:1.0.8 Build:20251124002
1313

1414
#import <Foundation/Foundation.h>
1515
#import <iOSLogBrowserSDK/iOSLogBrowserSDKDefines.h>
Binary file not shown.
Binary file not shown.

iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework/ios-arm64_x86_64-simulator/iOSLogBrowserSDK.framework/Headers/iOSLogBrowserSDK.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// 一个实时的 iOS 日志追踪工具,可以在本地区域网络内通过 PC 网页浏览器查看 iOS 日志,他将类似 Xcode 控制台一样自动滚动显示日志。
1010
//
1111
// 构建版本:
12-
// pcjbird 2025-11-24 Version:1.0.7 Build:20251124001
12+
// pcjbird 2025-11-24 Version:1.0.8 Build:20251124002
1313

1414
#import <Foundation/Foundation.h>
1515
#import <iOSLogBrowserSDK/iOSLogBrowserSDKDefines.h>

0 commit comments

Comments
 (0)