Skip to content

Commit 7b1f058

Browse files
(release) 0.4.1
1 parent f417f23 commit 7b1f058

File tree

9 files changed

+17
-10
lines changed

9 files changed

+17
-10
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.0",
2+
"version": "0.4.1",
33
"configurations": [
44
{
55
"name": "Run Extension",

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
<td style="border:0;padding:0;">
44
<a href="https://vscode.rayforcedb.com">
55
<picture>
6-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_light.svg">
7-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_dark.svg">
8-
<img src="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_dark.svg" width="200">
6+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_light.png">
7+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_dark.png">
8+
<img src="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/logo_dark.png" width="200">
99
</picture>
1010
</a>
1111
</td>
1212
<td style="border:0;padding:0;">
1313
<h1>A Complete Development Environment Embedded in VSCode for <a href="https://core.rayforcedb.com"><picture>
14-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/official_logo_light_full.svg">
15-
<img src="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/official_logo_full.svg" alt="RayforceDB" height="40" style="vertical-align: bottom;">
14+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/official_logo_light_full.png">
15+
<img src="https://raw.githubusercontent.com/RayforceDB/rayforce-vscode/refs/heads/master/docs/docs/assets/official_logo_full.png" alt="RayforceDB" height="40" style="vertical-align: bottom;">
1616
</picture></a></h1>
1717
</td>
1818
</tr>
1919
</table>
2020

21-
![Documentation](https://img.shields.io/website?url=https%3A%2F%2Fvscode.rayforcedb.com%2F) [![Version](https://img.shields.io/github/v/release/RayforceDB/rayforce-vscode)](https://github.com/RayforceDB/rayforce-vscode/releases) [![VS Code Marketplace](https://img.shields.io/badge/VS%20Code-Marketplace-blue)](https://marketplace.visualstudio.com/items?itemName=RayforceDB.rayforce-vscode) [![OpenVSX](https://img.shields.io/badge/OpenVSX-Registry-purple)](https://open-vsx.org/extension/RayforceDB/rayforce-vscode) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
21+
![Documentation](https://img.shields.io/website?url=https%3A%2F%2Fvscode.rayforcedb.com%2F) [![Version](https://img.shields.io/github/v/release/RayforceDB/rayforce-vscode)](https://github.com/RayforceDB/rayforce-vscode/releases) [![VS Code Marketplace](https://img.shields.io/badge/VS%20Code-Marketplace-blue)](https://marketplace.visualstudio.com/items?itemName=RayforceDB.rayforce-vscode) [![OpenVSX](https://img.shields.io/badge/OpenVSX-Registry-purple)](https://open-vsx.org/extension/RayforceDB/rayforce-vscode) [![License](https://img.shields.io/badge/license-MIT-green.png)](LICENSE)
2222

2323
A complete development environment for RayforceDB, right inside VS Code. Manage instances, execute commands via REPL, and enjoy full Rayfall language support.
2424

docs/docs/assets/logo_dark.png

49.9 KB
Loading

docs/docs/assets/logo_light.png

44.9 KB
Loading
9.71 KB
Loading
9 KB
Loading

docs/docs/content/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ All notable changes to RayforceDB VS Code Extension will be documented in this f
66
You can also subscribe for release notifications by joining our [:simple-zulip: Zulip](https://rayforcedb.zulipchat.com/#narrow/channel/549008-Discuss)!
77

88

9+
## **`0.4.1`**
10+
11+
- Visual improvements to the Marketplace page
12+
13+
2025-01-25 | **[🔗 VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=RayforceDB.rayforce-vscode)** | **[🔗 GitHub](https://github.com/RayforceDB/rayforce-vscode/releases/tag/0.4.1)**
14+
15+
916
## **`0.4.0`**
1017

1118
- Enhanced instance manager with folder organization for saved instances

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rayforce-vscode",
33
"displayName": "RayforceDB",
44
"description": "Runtime Manager for RayforceDB",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"publisher": "RayforceDB",
77
"icon": "assets/logo.png",
88
"repository": {

0 commit comments

Comments
 (0)