Skip to content

Commit 235744c

Browse files
committed
feat: Bump version to v0.4.2 for release
1 parent b9fe07e commit 235744c

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to Ripperdoc will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.2] - 2026-02-10
9+
10+
### Added
11+
- **Hide completed tasks** - Completed tasks are now hidden from UI output by default for cleaner display
12+
- **Display completed tasks option** - New opt-in option to show completed tasks when needed
13+
- **MCP stderr log inspection** - New `/mcp logs` command for inspecting MCP server stderr logs
14+
- **Thinking mode configuration** - Support for thinking mode configuration in model profiles
15+
- **Enhanced model configuration** - Separate max input/output tokens configuration for models
16+
17+
### Fixed
18+
- **Flaky async hook test** - Fixed flaky async hook test by increasing wait time
19+
- **Anthropic extended thinking signatures** - Properly handle Anthropic extended thinking signatures in streaming and message replay
20+
- **Token management** - Remove redundant context_window field and simplify token management
21+
22+
### Changed
23+
- **MCP runtime initialization** - Improved type safety and optimized MCP runtime initialization
24+
- **Plugin uninstall confirmation** - Added confirmation dialog for plugin uninstall operations
25+
- **Documentation sync** - Synced Chinese README with English version
26+
- **CLI alias removal** - Removed `rd` CLI alias for consistency
27+
28+
### Refactored
29+
- **Task ID display** - Removed "id:" prefix from task ID display for cleaner output
30+
- **Task ID separator** - Changed task ID separator from hyphen to colon for better display consistency
31+
832
## [0.4.1] - 2026-02-08
933

1034
### Added
@@ -356,6 +380,7 @@ This release includes major architectural changes that introduce **incompatible
356380
- Simple command execution
357381
- Basic project navigation
358382

383+
[0.4.2]: https://github.com/quantmew/Ripperdoc/compare/v0.4.1...v0.4.2
359384
[0.4.1]: https://github.com/quantmew/Ripperdoc/compare/v0.4.0...v0.4.1
360385
[0.4.0]: https://github.com/quantmew/Ripperdoc/compare/v0.3.3...v0.4.0
361386
[0.3.3]: https://github.com/quantmew/Ripperdoc/compare/v0.3.2...v0.3.3

ripperdoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Ripperdoc - AI-powered coding agent."""
22

3-
__version__ = "0.4.1"
3+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)