1.1.0
docling-project/docling1.1.0Feb 10, 2026by srbhr
AI Summary
Version 1.1, titled 'Voyager,' introduces significant AI enhancements including multi-pass refinement and AI regeneration for resume sections, alongside UI improvements like draggable elements and inline editing of titles. The release also improves platform compatibility, specifically fixing Windows bugs and Docker configurations, and expands internationalization support to include Portuguese and several Asian languages.
Key Highlights
- Fixed Windows compatibility for asyncio event loops and Docker configurations
- Added draggable resume sections and AI-generated titles with inline editing
- Implemented multi-pass resume refinement and AI regeneration for experience and projects
- Added support for multiple languages (EN, ES, zh-CN, ja, PT)
- Enhanced LLM health checks and added a retry endpoint for failed processing
New Features
- Draggable resume sections
- Prompt selection and configuration
- AI Regenerate functionality
- Multi-pass resume refinement
- AI-generated resume titles with inline editing
- Retry endpoint for failed resume processing
- Master resume failure recovery
- Portuguese language support
Full Release Notes
# Resume Matcher's 1.1 Release - Title'd "Voyager" Fixes bugs, updates to the prompting structure, fixes windows bugs, and docker configs too. ## What's Changed * fix(main): improve Windows compatibility for asyncio event loop by @Itz-Viggy in https://github.com/srbhr/Resume-Matcher/pull/599 * docs: update Docker instructions in README and docker-compose by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/600 * fix(settings): OpenRouter test connection uses form values instead of… by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/603 * docs: localize setup guide and readme (EN/ES/zh-CN/ja) by @GwIhViEte in https://github.com/srbhr/Resume-Matcher/pull/612 * fix(i18n): complete builder/enrichment localization by @GwIhViEte in https://github.com/srbhr/Resume-Matcher/pull/615 * fix(backend): normalize llm api_base and harden response parsing by @GwIhViEte in https://github.com/srbhr/Resume-Matcher/pull/616 * New Feature: Added support for draggable resume sections by @codedbymalik in https://github.com/srbhr/Resume-Matcher/pull/614 * feat(prompts): add prompt selection and configuration by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/617 * Fix/pdf i18n build by @GwIhViEte in https://github.com/srbhr/Resume-Matcher/pull/618 * feat(config): add kilo code configuration file by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/623 * feat: enhance LLM health check details and prevent output truncation by @GwIhViEte in https://github.com/srbhr/Resume-Matcher/pull/622 * docs: update README files and sponsorship details by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/625 * Add Portuguese language support with content language awareness by @lucasalopess in https://github.com/srbhr/Resume-Matcher/pull/619 * refactor: restructure agent documentation, consolidate design and arc… by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/630 * refactor: restructure agent documentation, consolidate design and arc… by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/629 * feat(tailor): implement fake content prevention and change diff system by @GwIhViEte in https://github.com/srbhr/Resume-Matcher/pull/627 * chore(deps): bump esbuild, vite and vitest in /apps/frontend by @dependabot[bot] in https://github.com/srbhr/Resume-Matcher/pull/632 * Add AGENT skills for non claude code agents by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/634 * style: improve styling and add gradient backgrounds by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/635 * feat: AI Regenerate functionality for Resume Builder by @GwIhViEte in https://github.com/srbhr/Resume-Matcher/pull/637 * feat(docs): add comprehensive agent and skill documentation by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/638 * chore(deps): bump next from 16.1.1 to 16.1.5 in /apps/frontend by @dependabot[bot] in https://github.com/srbhr/Resume-Matcher/pull/642 * feat(refinement): implement multi-pass resume refinement by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/645 * feat(builder): implement AI regeneration for experience, projects by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/646 * [WIP] WIP Address feedback on Voyager pull request by @Copilot in https://github.com/srbhr/Resume-Matcher/pull/648 * fix: Use BACKEND_PORT variable in uvicorn command by @Copilot in https://github.com/srbhr/Resume-Matcher/pull/649 * Voyager by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/647 * fix(i18n): add missing upload dialog keys for zh.json by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/651 * fix: LLM parsing errors and Docker config validation by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/656 * fix(settings): replace <img> with next/image <Image> component by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/659 * feat(backend): add retry endpoint for failed resume processing by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/660 * feat(dashboard): enhance tailored resumes with job snippets by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/661 * feat: Implement master resume failure recovery by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/663 * feat(ui): update button styles and success modal behavior by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/664 * chore(deps): update dependencies for frontend package by @srbhr in https://github.com/srbhr/Resume-Matcher/pull/665 * chore(config): split Claude Code settings into shared and local by @christian-deleon in https://github.com/srbhr/Resume-Matcher/pull/668 * fix(ui): render dialog via portal to fix z-index stacking by @christian-deleon in https://github.com/srbhr/Resume-Matcher/pull/667 * feat: AI-generated resume titles with inline editing by @christian-deleon in https://github.com/srbhr/Resume-Matcher/pull/669 ## New Contributors * @Itz-Viggy made their first contribution in https://github.com/srbhr/Resume-Matcher/pull/599 * @GwIhViEte made their first contribution in https://github.com/srbhr/Resume-Matcher/pull/612 * @codedbymalik made their first contribution in https://github.com/srbhr/Resume-Matcher/pull/614 * @lucasalopess made their first contribution in https://github.com/srbhr/Resume-Matcher/pull/619 * @christian-deleon made their first contribution in https://github.com/srbhr/Resume-Matcher/pull/668 **Full Changelog**: https://github.com/srbhr/Resume-Matcher/compare/1.0.0...1.1.0