Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to the Second Life External Scripting Extension will be docu
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.5] - 2026-07-29

## What's Changed
* chore: prepare release v1.0.4 by @github-actions[bot] in https://github.com/secondlife/sl-vscode-plugin/pull/74
* Update README.md with marketplace url by @WolfGangS in https://github.com/secondlife/sl-vscode-plugin/pull/76
* Prim publishing by @Rider-Linden in https://github.com/secondlife/sl-vscode-plugin/pull/69


**Full Changelog**: https://github.com/secondlife/sl-vscode-plugin/compare/v1.0.4...v1.0.5


## [1.0.4] - 2026-05-27

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Enhance your Second Life scripting workflow with advanced preprocessing and external editing capabilities!**

[![Version](https://img.shields.io/badge/version-1.0.4-blue.svg)](https://github.com/secondlife/sl-vscode-plugin)
[![Version](https://img.shields.io/badge/version-1.0.5-blue.svg)](https://github.com/secondlife/sl-vscode-plugin)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![VS Code](https://img.shields.io/badge/VS%20Code-1.85.0%2B-red.svg)](https://code.visualstudio.com/)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sl-vscode-plugin",
"displayName": "Second Life VSCode Plugin",
"description": "Binding extension for external LSL and SLua editing from the Second Life viewer.",
"version": "1.0.4",
"version": "1.0.5",
"publisher": "lindenlab",
"icon": "sl-logo-vscode.png",
"extensionDependencies": [],
Expand Down
Loading