Skip to content

Commit 61147af

Browse files
committed
Update changelog for version 1.0.7
- Correct release date to 2025-09-25 - Add Docker development script and UI improvements - Document Docker shutdown optimization - Include npm script naming consistency fix
1 parent c9938e1 commit 61147af

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,23 @@ All notable changes to **takeCode** 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-
## [1.0.7] - 2025-01-09
8+
## [1.0.7] - 2025-09-25
99

1010
### Added
1111
- **Minimum Search Term Length**: Added `SEARCH_TERM_MIN_LENGTH` environment variable to set minimum character requirement for search terms (default: 0, no minimum)
12+
- **Docker Development Script**: Added `npm run docker:dev` script for easy development Docker Compose setup
13+
- **UI Feedback Improvements**: Added warning/info emojis to search feedback messages for better user experience
14+
15+
### Changed
16+
- **Docker Shutdown Optimization**: Improved container shutdown speed from ~10 seconds to ~0.5 seconds using signal handling
17+
- **NPM Script Consistency**: Fixed npm script naming to use `:` for namespacing (`build-css:prod`)
1218

1319
### Technical Details
1420
- Added configurable minimum search term length with validation and user feedback
1521
- Updated configuration system to support new environment variable across all deployment methods
1622
- Enhanced search input handler to enforce minimum length requirements
23+
- Added signal handling to entrypoint.sh for faster container shutdown using `nginx -s stop`
24+
- Fixed npm script naming consistency (build-css:prod, version:sync, docker:dev)
1725

1826
## [1.0.6] - 2025-09-20
1927

0 commit comments

Comments
 (0)