Skip to content

Commit bee85b9

Browse files
authored
Merge pull request #814 from live-codes/develop
release v45
2 parents a7b3431 + 5915be3 commit bee85b9

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file. See [standa
44

55
---
66

7+
## [v45](https://github.com/live-codes/livecodes/compare/sdk-v0.10.0...v45) (2025-04-25)
8+
9+
### Highlights for this release
10+
11+
- This release adds support for [csharp-wasm](https://livecodes.io/docs/languages/csharp-wasm) and [java](https://livecodes.io/docs/languages/java) languages.
12+
- The SDK now compresses and encodes SDK params.
13+
- In addition to some UI changes and bug fixes.
14+
15+
### Credits
16+
17+
- @Seth0x41 added [csharp-wasm](https://github.com/live-codes/livecodes/pull/798) and [java](https://github.com/live-codes/livecodes/pull/794) support
18+
19+
Thank you ❤️
20+
21+
### Features
22+
23+
- add Csharp-Wasm support ([63164e8](https://github.com/live-codes/livecodes/commit/63164e8eda6336434e2240e06f0b7fecc3cef4d8))
24+
- add Java language support with DoppioJVM ([0ecb6b3](https://github.com/live-codes/livecodes/commit/0ecb6b378b1f302794b32b2991015013936f31b3))
25+
- **UI:** make the script language menu wider with more columns ([2b3c2eb](https://github.com/live-codes/livecodes/commit/2b3c2eba59c43d93342a094d6e68041606367712))
26+
27+
### Bug Fixes
28+
29+
- **Editor:** fix Vue editor TS compiler options ([23b55ef](https://github.com/live-codes/livecodes/commit/23b55ef61f911b69fa056d6f9012ff0a3ddcdf07))
30+
- **Result:** fix clearing styles ([c5957ee](https://github.com/live-codes/livecodes/commit/c5957ee699814c7d0f23edd2fa4bde1a5696fd7b))
31+
- **ToolsPane:** fix console: copy errors, added string to variable names ([d858e4f](https://github.com/live-codes/livecodes/commit/d858e4f350766c1d653bd466d4f09f06de163d85))
32+
- **UI:** use notifications for loading message ([c5c49a2](https://github.com/live-codes/livecodes/commit/c5c49a2441e12ae8a4bd2e92ac2e1b9abf232792))
33+
34+
---
35+
736
## [sdk-v0.10.0](https://github.com/live-codes/livecodes/compare/sdk-v0.9.1...sdk-v0.10.0) (2025-04-25)
837

938
- encode & compress sdk params ([b49c1cb](https://github.com/live-codes/livecodes/commit/b49c1cb13642ce95f8d5a01214891b01261fc067))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A [feature-rich](https://livecodes.io/docs/features/), open-source, **client-sid
1313
[![LiveCodes: npm version](https://img.shields.io/npm/v/livecodes)](https://www.npmjs.com/package/livecodes)
1414
[![LiveCodes: npm downloads](https://img.shields.io/npm/dm/livecodes)](https://www.npmjs.com/package/livecodes)
1515
[![LiveCodes: jsdelivr downloads](https://data.jsdelivr.com/v1/package/npm/livecodes/badge?style=rounded)](https://www.jsdelivr.com/package/npm/livecodes)
16-
[![LiveCodes: languages](https://img.shields.io/badge/languages-94-blue)](https://livecodes.io/docs/languages/)
16+
[![LiveCodes: languages](https://img.shields.io/badge/languages-95-blue)](https://livecodes.io/docs/languages/)
1717
[![LiveCodes: docs](https://img.shields.io/badge/Documentation-575757?logo=gitbook&logoColor=white)](https://livecodes.io/docs/)
1818
[![LiveCodes: llms.txt](https://img.shields.io/badge/llms.txt-575757?logo=googledocs&logoColor=white)](https://livecodes.io/docs/llms.txt)
1919
[![LiveCodes: llms-full.txt](https://img.shields.io/badge/llms--full.txt-575757?logo=googledocs&logoColor=white)](https://livecodes.io/docs/llms-full.txt)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "livecodes",
33
"version": "0.0.0",
4-
"appVersion": "44",
4+
"appVersion": "45",
55
"description": "Code Playground That Just Works!",
66
"author": "Hatem Hosny",
77
"license": "MIT",

0 commit comments

Comments
 (0)