File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ### 1.0.0-alpha.5
4
+
5
+ - 优化日志系统
6
+ - 优化离开房间时最后消息的发送行为,尽力而为的发送
7
+ - 增加 window.__ nativeTags.platform
8
+
3
9
### 1.0.0-alpha.4
4
10
5
11
- PreviewList 预览 ratio fix.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'ScribbleForge'
3
- s . version = '1.0.0-alpha.4 '
3
+ s . version = '1.0.0-alpha.5 '
4
4
s . license = { :type => 'MIT' , :text => 'Copyright netless 2024' }
5
5
s . summary = 'Interacetive whiteboard SDK.'
6
6
s . description = 'Next generation Interacetive whiteboard SDK.'
7
7
s . homepage = 'https://github.com/netless-io/scribble-forge-release'
8
8
s . author = { 'vince' => 'zjxuyunshi@gmail.com' }
9
9
s . platform = :ios , '11.0'
10
10
s . swift_versions = '5.0'
11
- s . source = { :http => "https://github.com/netless-io/scribbleforge-ios-release/releases/download/1.0.0-alpha.4 /Build.zip" }
11
+ s . source = { :http => "https://github.com/netless-io/scribbleforge-ios-release/releases/download/1.0.0-alpha.5 /Build.zip" }
12
12
13
13
s . subspec 'Basic' do |s |
14
14
s . vendored_frameworks = 'Build/ScribbleForge.xcframework'
You can’t perform that action at this time.
0 commit comments