Skip to content

Commit 46b14fe

Browse files
committed
1.0.32
1 parent 0c1094f commit 46b14fe

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

‎build/props/Base.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<StudioVersion>1.0.31</StudioVersion>
4+
<StudioVersion>1.0.32</StudioVersion>
55
<CoreVersion>$(StudioVersion)</CoreVersion>
66
<UniversalFpgaProjectSystemVersion>$(StudioVersion)</UniversalFpgaProjectSystemVersion>
77
<EssentialsVersion>$(StudioVersion)</EssentialsVersion>

‎docs/changelog.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.0.32
2+
3+
- Added AI planning mode that proposes a plan for review before making changes
4+
- Added AI sub agents, including their own chat messages and progress display
5+
- Added /remote command to toggle a remote Copilot session
6+
- Added Python Pyrefly language server with automatic installation and workspace interpreter selection
7+
- Added Python indentation support
8+
- Reworked the Package Manager UI with featured packages, faster list updates and better filtering
9+
- Improved Git support: safer commit, discard and sync workflows, more reliable refresh and staged diffs
10+
- Improved the diff comparison control
11+
- Added Copy Path to the Project Explorer and document tabs
12+
- Open documents are now shown in the Copilot attachments by default
13+
- Refreshed icons and UI styling
14+
- More reliable language server auto downloads
15+
- Updated ONNX Runtime to 1.28, OpenCvSharp and Avalonia to 11.3.22
16+
- Fixed a possible crash when showing a message box
17+
118
## 1.0.31
219

320
- Fix preventing plugin updates forcing a restart

‎studio/OneWare.Studio.Desktop/com.one_ware.OneWare.metainfo.xml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
</provides>
6969
<content_rating type="oars-1.1"/>
7070
<releases>
71+
<release version="1.0.32" date="2026-09-21" type="stable"/>
7172
<release version="1.0.31" date="2026-09-10" type="stable"/>
7273
<release version="1.0.30" date="2026-09-10" type="stable"/>
7374
<release version="1.0.28" date="2026-08-24" type="stable"/>

0 commit comments

Comments
 (0)