Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ccac7c

Browse files
faiyaz26Copilot
andcommitted
chore(release): bump version to 0.3.1
Co-authored-by: Copilot <[email protected]>
1 parent 54ed613 commit 1ccac7c

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.3.0"
13+
version = "0.3.1"
1414
edition = "2021"
1515
license = "AGPL-3.0"
1616
repository = "https://github.com/codelane/codelane"

changelogs/v0.3.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Features
2+
- Git blame annotations in the source file viewer — toggle per-file via the "Blame" button in the file info bar
3+
- Resizable blame column — drag the handle at the gutter edge to adjust width (80–400px)
4+
- Open file on remote — right-click any line in the file viewer to open that exact line on GitHub, GitLab, or Bitbucket (current branch or main branch)
5+
- Open on Remote in file tab context menu — alongside existing copy-path items
6+
7+
### Bug Fixes
8+
- Fixed "Open on Remote (Main Branch)" generating an incorrect URL with `origin/main` as the branch name instead of `main`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codelane",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"description": "Agentic Development Environment - Build multiple features in parallel with AI agents, human-in-the-loop code review, and intelligent multi-lane project management",
66
"scripts": {

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Codelane",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"identifier": "com.codelane.desktop",
66
"build": {
77
"beforeDevCommand": "cd frontend && pnpm dev",

0 commit comments

Comments
 (0)