Skip to content

Releases: srbhr/Resume-Matcher

1.1 Voyager

10 Feb 13:32
679cb65

Choose a tag to compare

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 #599
  • docs: update Docker instructions in README and docker-compose by @srbhr in #600
  • fix(settings): OpenRouter test connection uses form values instead of… by @srbhr in #603
  • docs: localize setup guide and readme (EN/ES/zh-CN/ja) by @GwIhViEte in #612
  • fix(i18n): complete builder/enrichment localization by @GwIhViEte in #615
  • fix(backend): normalize llm api_base and harden response parsing by @GwIhViEte in #616
  • New Feature: Added support for draggable resume sections by @codedbymalik in #614
  • feat(prompts): add prompt selection and configuration by @srbhr in #617
  • Fix/pdf i18n build by @GwIhViEte in #618
  • feat(config): add kilo code configuration file by @srbhr in #623
  • feat: enhance LLM health check details and prevent output truncation by @GwIhViEte in #622
  • docs: update README files and sponsorship details by @srbhr in #625
  • Add Portuguese language support with content language awareness by @lucasalopess in #619
  • refactor: restructure agent documentation, consolidate design and arc… by @srbhr in #630
  • refactor: restructure agent documentation, consolidate design and arc… by @srbhr in #629
  • feat(tailor): implement fake content prevention and change diff system by @GwIhViEte in #627
  • chore(deps): bump esbuild, vite and vitest in /apps/frontend by @dependabot[bot] in #632
  • Add AGENT skills for non claude code agents by @srbhr in #634
  • style: improve styling and add gradient backgrounds by @srbhr in #635
  • feat: AI Regenerate functionality for Resume Builder by @GwIhViEte in #637
  • feat(docs): add comprehensive agent and skill documentation by @srbhr in #638
  • chore(deps): bump next from 16.1.1 to 16.1.5 in /apps/frontend by @dependabot[bot] in #642
  • feat(refinement): implement multi-pass resume refinement by @srbhr in #645
  • feat(builder): implement AI regeneration for experience, projects by @srbhr in #646
  • [WIP] WIP Address feedback on Voyager pull request by @Copilot in #648
  • fix: Use BACKEND_PORT variable in uvicorn command by @Copilot in #649
  • Voyager by @srbhr in #647
  • fix(i18n): add missing upload dialog keys for zh.json by @srbhr in #651
  • fix: LLM parsing errors and Docker config validation by @srbhr in #656
  • fix(settings): replace with next/image component by @srbhr in #659
  • feat(backend): add retry endpoint for failed resume processing by @srbhr in #660
  • feat(dashboard): enhance tailored resumes with job snippets by @srbhr in #661
  • feat: Implement master resume failure recovery by @srbhr in #663
  • feat(ui): update button styles and success modal behavior by @srbhr in #664
  • chore(deps): update dependencies for frontend package by @srbhr in #665
  • chore(config): split Claude Code settings into shared and local by @christian-deleon in #668
  • fix(ui): render dialog via portal to fix z-index stacking by @christian-deleon in #667
  • feat: AI-generated resume titles with inline editing by @christian-deleon in #669

New Contributors

Full Changelog: 1.0.0...1.1.0

v1.0.0

06 Jan 17:19
3928b83

Choose a tag to compare

Resume Matcher Release v1.0.0 - Aerodynamic

Hiya folks!

I'm really excited to bring you the first stable release for Resume Matcher.

Resume Matcher Demo

Features

  • Tailored Resume Creation
  • Multiple ATS Compatible Templates
  • Support for Multiple AI providers
  • Easy Docker Support
  • and more ... check : Features

New Contributors

Full Changelog: 0.1.2-old-resume-matcher...1.0.0

Thanks to Apideck for Sponsoring Resume Matcher. ✨

0.1.2-old-resume-matcher

26 May 06:29
41e1d0e

Choose a tag to compare

Old Resume Matcher

Saving this as a release if people want to try the old code and use that to build things.
Date: May 26, Monday, 2025

Use the branch old-resume-matcher-2025 as the one when using this repository.



What's Changed

New Contributors

Full Changelog: v0.1.1-alpha...0.1.2-old-resume-matcher

v0.1.1-alpha

25 Sep 10:53
e49b3e6

Choose a tag to compare

v0.1.1-alpha Pre-release
Pre-release

What's Changed

Fixed

  • Cohere and Qdrant URL API keys issue.
  • Added a Webapp in next js and FastAPI.
  • Minor bug fixes.
  • docs: Adding doc badge redirect folks to Resume Matcher Docs by @Shravan20 in #125
  • Setting minimal version of qdrant client to avoid url error issue by @gonchik in #124
  • Update README.md by @pragati2112 in #123
  • Fix: updated the readme with pyenv and docs links. by @srbhr in #127
  • Removed circular dependancy of qdrant-client by @sriramr244 in #129
  • Modify docker image WORKDIR to fix find_path() error by @yichao-cai in #131
  • Changes to be committed: Updated Streamlit descriptions: - Amended the descriptions of selecting a 'job descriptions'. by @dxxky in #132
  • Feat: Convert Linkedin job post data to pdf. by @ILB-96 in #84
  • Resolves issue #130 by @SubramanyamChalla24 in #133
  • Formatting: Initialize modules folders. by @ILB-96 in #126
  • Update requirements.txt by @admalekar in #145
  • NextJS Fullstack Webapp by @srbhr in #149
  • Update issue templates by @srbhr in #151
  • chore: add gif files of webapp ui demo and debugging by @Sayvai in #154
  • Updated the readme with GIF by @srbhr in #157
  • Updated the readme by @srbhr in #159
  • Updated the Readme file for HF and Bullets by @srbhr in #160
  • fix: webapp - wsl shell source not found by @Sayvai in #155

New Contributors

Full Changelog: v0.1.0-alpha.1...v0.1.1-alpha

v0.1.0-alpha.1 (20 Aug 23) First Alpha Release

20 Aug 07:42
cbc68ad

Choose a tag to compare

Releasing v0.1.0-alpha.1 First Alpha Release

Thanks a lot for the development of this project. I'm glad that we're getting lots of new users and contributors. There are a lot of things coming to this project. A full-fledged UI and React Dashboard.

We're able to do:

  1. Parse Resumes Successfully.
  2. Perform Semantic Similarity.
  3. Integrated Cohere and Qdrant with Resume Matcher.
  4. Improvements to the code done to parse only if a single resume is available.

What's Changed

New Contributors

Full Changelog: https://github.com/srbhr/Resume-Matcher/commits/v0.1.0-alpha.1