Skip to content

Commit 4ce7bbc

Browse files
committed
chore: bump version to v0.2.23
1 parent 97d5001 commit 4ce7bbc

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
---
11+
12+
## [0.2.23] - 2026-02-02
13+
1014
### Added
1115

1216
- **Settings**: New "Embed Credentials in URL" toggle - allows disabling credential embedding in git remote URLs for environments that reject URLs with embedded tokens
1317

1418
### Changed
1519

16-
- **Profile Selection**: Converted from full-screen to popup dialog during onboarding. Features inline "Create New Profile" input (no nested popups), profile preview panel showing synced files, and cleaner UX
20+
- **Profile Selection**: Converted from full-screen to popup dialog during onboarding with inline profile creation and preview panel
1721

1822
### Fixed
1923

20-
- **Profile Selection**: Fixed text input where global keybindings (q, m, j, k, etc.) interfered with typing profile names
21-
- **Git Sync**: Fixed silent push failures - server-side rejections (e.g., pre-receive hooks, credential policies) are now properly captured and reported instead of showing false success
24+
- **Profile Selection**: Fixed text input where global keybindings interfered with typing
25+
- **Git Sync**: Fixed silent push failures - server-side rejections are now properly captured and reported
2226

2327
---
2428

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dotstate"
3-
version = "0.2.22"
3+
version = "0.2.23"
44
edition = "2021"
55
authors = ["Serkan Yersen"]
66
description = "A modern, secure, and user-friendly dotfile manager built with Rust"

0 commit comments

Comments
 (0)