File tree Expand file tree Collapse file tree 5 files changed +25
-4
lines changed
Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77
88## [ Unreleased]
99
10+ ## [ 0.1.43] - 2025-11-28
11+
12+ ### Added
13+
14+ - Add Tag feature frontend for document management in Workspaces by @yeonthusiast in https://github.com/yorkie-team/codepair/pull/548
15+ - Add Clipboard Copy Functionality For Code Blocks In View Mode by @Indigochi1d in https://github.com/yorkie-team/codepair/pull/513
16+ - Implement Workspaces Delete by @Banal972 in https://github.com/yorkie-team/codepair/pull/534
17+ - Add automatic redirect to last accessed workspace by @LeeWxx in https://github.com/yorkie-team/codepair/pull/539
18+
19+ ### Changed
20+
21+ - Replace deprecated ListItemSecondaryAction with simple box by @witch-factory in https://github.com/yorkie-team/codepair/pull/540
22+ - Bump up Yorkie to v0.6.39 by @kokodak in https://github.com/yorkie-team/codepair/pull/555
23+ - Hide workspace delete button in production mode by @kokodak in https://github.com/yorkie-team/codepair/pull/556
24+
25+ ### Fixed
26+
27+ - Fix workspace disappearing issue by @LeeWxx in https://github.com/yorkie-team/codepair/pull/547
28+ - Fix text selection issues with newline and split pane resizing by @ggyuchive in https://github.com/yorkie-team/codepair/pull/541
29+ - Prevent code highlighting if no language provided by @blurfx in https://github.com/yorkie-team/codepair/pull/552
30+
1031## [ 0.1.42] - 2025-09-02
1132
1233### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @codepair/backend" ,
3- "version" : " 0.1.42 " ,
3+ "version" : " 0.1.43 " ,
44 "description" : " CodePair Backend" ,
55 "author" : " yorkie-team" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @codepair/desktop" ,
33 "type" : " module" ,
4- "version" : " 0.1.42 " ,
4+ "version" : " 0.1.43 " ,
55 "main" : " out/main/index.js" ,
66 "description" : " Codepair Desktop" ,
77 "author" : " yorkie-team" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @codepair/frontend" ,
3- "version" : " 0.1.42 " ,
3+ "version" : " 0.1.43 " ,
44 "description" : " CodePair Frontend" ,
55 "type" : " module" ,
66 "author" : " yorkie-team" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codepair" ,
3- "version" : " 0.1.42 " ,
3+ "version" : " 0.1.43 " ,
44 "description" : " Build your own AI-powered collaborative markdown editor in just 5 minutes" ,
55 "keywords" : [],
66 "author" : " yorkie-team" ,
You can’t perform that action at this time.
0 commit comments