Skip to content

Commit 63adc81

Browse files
committed
feat: versioning
1 parent 7956c82 commit 63adc81

File tree

6 files changed

+4411
-47
lines changed

6 files changed

+4411
-47
lines changed

.vscodeignore

Lines changed: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,20 @@
1-
.vscode/**
2-
.vscode-test/**
3-
src/**
4-
.gitignore
5-
.yarnrc
6-
vsc-extension-quickstart.md
7-
**/tsconfig.json
8-
**/.eslintrc.json
9-
**/*.map
10-
**/*.ts
11-
node_modules/**
12-
out-test/**
13-
frontend/**
14-
frontend-issues/**
15-
issue-details/**
16-
template-issues/**
17-
templates/**
18-
docs/**
19-
scripts/**
20-
ISSUES.md
21-
BUILD.md
22-
/stellar-suite
1+
.vscode/
2+
.vscode-test/
3+
out/
4+
src/
5+
node_modules/
236
*.vsix
24-
.git/**
25-
.eslintrc.json
26-
.prettierrc
27-
.prettierignore
28-
*.log
7+
scripts/
8+
tsconfig.json
9+
typedoc.json
10+
.github/
11+
.gitignore
2912
.DS_Store
30-
*.test.ts
31-
*.test.js
32-
**/test/**
33-
**/tests/**
34-
**/__tests__/**
35-
**/*.spec.ts
36-
**/*.spec.js
13+
assets/
14+
!assets/icon.png
15+
!assets/screenshot.png
16+
!assets/logo.png
17+
frontend/
18+
templates/
19+
!dist/
20+
!resources/

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,27 @@
22

33
All notable changes to the **Kit Studio** extension will be documented in this file.
44

5-
## [0.1.3] - 2026-03-09
5+
## [0.1.3] - 2026-03-12
6+
7+
### Added
8+
- **Performance Optimization:** Successfully bundled the extension into a single file, resulting in faster load times and a much smaller package.
9+
10+
### Changed
11+
- **Smart Function Selection:** You don't have to manually type function names anymore we now fetch the contract interface directly from the network, so you just pick the function you want to run or simulate
12+
- **Improved Argument Prompting:** After you pick a function we'll walk you through each parameter it needs showing you exactly what types it expects (like Symbols, Addresses or Vecs)
13+
- **Network Passphrase Support:** Added a "Network Passphrase" setting to fix RPC connection errors. Everything (Simulate, Run, Info) now works smoothly with custom RPC endpoints
14+
- **Cleaner Sidebar UI:** We decluttered the sidebar by removing the bulky functions list. All functions are now tucked into the "Simulate" and "Run" dropdowns. We also polished the layout with left-aligned buttons for a more professional feel
15+
- **Copy-to-Clipboard:** Click any Contract ID to copy it instantly. No more emojis—just a clean, functional UI
16+
17+
### Fixed
18+
- **Contract Optimization:** The "Optimize" button targets the right contract now.
19+
- **Deployment History:** The "Clear" button in deployments is working again, including a helpful confirmation modal so you don't delete history by accident
20+
21+
## [0.1.0] - 2026-03-09
622

723
### Changed
824
- **Rebranding:** Logo, theme system updated and backward compatibility maintained and extension renamed to Kit Studio while Stellar Kit remains the distributor
25+
[ext name was updated to stellar-kit-studio so version is reset to 0.1.0]
926

1027
## [0.1.2] - 2026-03-02
1128

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kit Studio by Stellar Kit
22

3-
[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/0xVida.stellar-kit?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=0xVida.stellar-kit-studio)
3+
[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/0xVida.stellar-kit-studio?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=0xVida.stellar-kit-studio)
44
[![License](https://img.shields.io/github/license/0xVida/stellar-suite?style=flat-square)](LICENSE.md)
55
[![Stellar](https://img.shields.io/badge/Stellar-Soroban-black?style=flat-square&logo=stellar)](https://stellar.org)
66

0 commit comments

Comments
 (0)