Skip to content

Commit 1bc1e76

Browse files
committed
chore: Update version to 8.5.1, enhance Mac keyboard support, and update CHANGELOG
1 parent 1c22ca3 commit 1bc1e76

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,7 @@ This release establishes **CodeForge** as a powerful, production-ready code edit
331331

332332
## 8.5.0
333333
- FIX: [#47](https://github.com/heckmon/code_forge/issues/47)
334-
- FIX: [#41](https://github.com/heckmon/code_forge/issues/41)
334+
- FIX: [#41](https://github.com/heckmon/code_forge/issues/41)
335+
336+
## 8.5.1
337+
- FEATURE: Enhanced Mac keyboard support

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@
3838
> code_forge does **not** support Flutter web, as it relies on `dart:io` for core functionality. Use [code_forge_web](https://pub.dev/packages/code_forge_web) for web support.
3939
4040

41-
### What's new in 8.5.0
41+
### What's new in 8.5.1
4242
- FIX: [#47](https://github.com/heckmon/code_forge/issues/47)
4343
- FIX: [#41](https://github.com/heckmon/code_forge/issues/41)
44+
- FEATURE: Enhanced mac keyboard support.
4445

4546
## Why CodeForge?
4647
**Feature demos:** [CodeForge Features Showcase](https://heckmon.github.io/code_forge_demo/)
@@ -115,7 +116,7 @@ Add CodeForge to your `pubspec.yaml`:
115116

116117
```yaml
117118
dependencies:
118-
code_forge: ^8.5.0
119+
code_forge: ^8.5.1
119120
```
120121
121122
Then run:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: code_forge
22
description: "A sophisticated code editor package with AI completion, LSP support, syntax highlighting, and advanced editing capabilities."
3-
version: 8.5.0
3+
version: 8.5.1
44
homepage: https://github.com/heckmon/code_forge
55

66
environment:

0 commit comments

Comments
 (0)