Skip to content

Commit 02d0942

Browse files
committed
Bump version to 1.0.1
1 parent 5020e20 commit 02d0942

File tree

2 files changed

+10
-104
lines changed

2 files changed

+10
-104
lines changed

CHANGELOG.md

Lines changed: 8 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,14 @@
11
# CHANGELOG
22

3-
### 1.0.0
3+
### [1.0.1] - 2025-08-11
4+
- 添加 `NTLMessagePacker` 用于 `AgoraSpecial`
5+
- 修复文档异步初始化时的数据竞争崩溃问题
6+
- 添加异步向量初始化的并发测试
7+
- 修改 Web 兼容性到 safari 12
8+
9+
### [1.0.0] - 2025-07-25
410
- 更新 `@netless/forge-room``1.0.0`
511
- 更新 `@netless/forge-whiteboard``1.0.0`
612
- 更新 `@netless/forge-imagery-doc``1.0.0`
713
- 更新 `@netless/forge-slide``1.0.0`
8-
- 修改 `windowPosition` 的默认值为 `0.05`
9-
10-
### 1.0.0-alpha.7
11-
12-
- 修复初始化的时候,Doc 可能交换不完全
13-
- 修复 LocalThrottler 线程不正确
14-
- 修复 Web 可放缩问题
15-
16-
### 1.0.0-alpha.5
17-
18-
- 优化日志系统
19-
- 优化离开房间时最后消息的发送行为,尽力而为的发送
20-
- 增加 window.__nativeTags.platform
21-
22-
### 1.0.0-alpha.4
23-
24-
- PreviewList 预览 ratio fix.
25-
- Conflict 机制优化, 使用 Throttler。
26-
27-
### 1.0.0-alpha.3
28-
29-
- 测试版本
30-
31-
### 1.0.0-alpha.2
32-
33-
- 测试版本
34-
35-
### 1.0.0-alpha.1
36-
37-
- 测试版本
38-
39-
### 0.1.34
40-
41-
@netless/forge-whiteboard@0.1.20
42-
43-
- 新增 `WhiteboardApplication.updateViewport` 方法
44-
45-
### 0.1.33
46-
47-
@netless/forge-whiteboard@0.1.18
48-
49-
- 新增 Application.performPrivateFunction(functionName, argument) 方法
50-
- 设置主画布可见性. NSNumber(true) 为可见,NSNumber(false) 为不可见
51-
app.performPrivateFunction("setMainCanvasVisible:", argument: NSNumber(true))
52-
- 设置画面隐藏延迟. NSNumber(1500) 为延迟时间,单位毫秒
53-
app.performPrivateFunction("setDelayTranslateOut:", argument: NSNumber(1500))
54-
55-
### 0.1.31
56-
57-
@netless/forge-room@0.1.12
58-
@netless/forge-whiteboard@0.1.16
59-
60-
#### Hide
61-
62-
- WindowManager
63-
- Slide / ImageDoc
64-
- @netless/forge-slide@0.1.1-alpha.9
65-
- @netless/forge-imagery-doc@0.1.3
66-
67-
### 0.1.30
68-
69-
@netless/forge-room@0.1.8
70-
@netless/forge-whiteboard@0.1.14
71-
72-
- 增加 snapshot http 状态码处理
73-
- 不允许加入多个房间
74-
- 支持不填 region
75-
- 历史记录 origin 优化
76-
- 优化 delete key 冲突处理
77-
- conflict 增加 debounce
78-
79-
### 0.1.26
80-
81-
@netless/forge-room@0.1.6
82-
@netless/forge-whiteboard@0.1.11
83-
84-
### 0.1.25
85-
86-
- Get AgoraSpecial version back.
87-
88-
### 0.1.22
89-
90-
- Update NTLBridge to 3.2.0.
91-
92-
### 0.1.21
93-
94-
- Join leave room pair detect with error logs.
95-
96-
### 0.1.20
97-
98-
- Add denpendencies value in pack script.
99-
- Fix default tool.
100-
- Fix js error context capture issue.
101-
102-
### 0.1.19
103-
104-
- Update log details.
105-
106-
### 0.1.3
107-
108-
- Init version.
14+
- 修改 `windowPosition` 的默认值为 `0.05`

ScribbleForge.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'ScribbleForge'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.summary = 'Interacetive whiteboard SDK.'
55
s.description = 'Next generation Interacetive whiteboard SDK.'
66
s.homepage = 'https://github.com/netless-io/scribble-forge-release'
77
s.author = { 'vince' => 'zjxuyunshi@gmail.com' }
88
s.platform = :ios, '11.0'
99
s.swift_versions = '5.0'
10-
s.source = { :http => "https://github.com/netless-io/scribbleforge-ios-release/releases/download/1.0.0/Build.zip" }
10+
s.source = { :http => "https://github.com/netless-io/scribbleforge-ios-release/releases/download/1.0.1/Build.zip" }
1111

1212
s.subspec 'Basic' do |s|
1313
s.vendored_frameworks = 'Build/ScribbleForge.xcframework'

0 commit comments

Comments
 (0)