Skip to content

ResumeCraftr v0.4.0

Latest
Compare
Choose a tag to compare
@raestrada raestrada released this 04 Apr 17:44
· 6 commits to main since this release

ResumeCraftr v0.4.0 Release Notes

We're excited to announce the release of ResumeCraftr v0.4.0! This version brings significant improvements to the user experience, new features for CV creation and management, and enhanced PDF generation capabilities.

🚀 New Features

Interactive CV Creation

  • Create CVs from Scratch: Build your resume from the ground up with the new create-cv command
  • Section Management: Add, update, and view specific sections of your CV with the add-section command
  • CV Preview: View your CV structure with the show-cv command

Enhanced PDF Generation

  • Direct LaTeX to PDF: Generate PDFs directly from LaTeX files with the tex-to-pdf command
  • Extract to PDF: Create PDFs from extracted sections without optimization using extract-pdf
  • Configurable LaTeX Corrections: Set the maximum number of LaTeX error correction attempts in your configuration

Improved File Selection

  • Interactive File Selection: Select files from your workspace with an intuitive interface
  • Pattern-based Filtering: Filter files by pattern and exclude specific files
  • User-friendly Prompts: Clear prompts guide you through the file selection process

Better Error Handling

  • Detailed Error Messages: More informative error messages help you troubleshoot issues
  • Graceful Failure Handling: Better handling of missing files and configuration errors
  • XeLaTeX Installation Guide: Comprehensive installation instructions for XeLaTeX on different platforms

🔧 Improvements

  • Streamlined Commands: Simplified command structure for better usability
  • Consistent User Experience: Uniform interface across all commands
  • Enhanced Documentation: Updated README and getting started guide
  • Code Refactoring: Improved code organization and maintainability
  • Better Configuration Management: More flexible configuration options

🐛 Bug Fixes

  • Fixed issues with LaTeX compilation error handling
  • Resolved problems with file path handling on different operating systems
  • Corrected JSON response parsing for better reliability
  • Fixed issues with agent creation and management

📝 Documentation Updates

  • Added comprehensive getting started guide
  • Updated command documentation with new options
  • Improved installation instructions
  • Added examples for all new commands

🔄 Migration Notes

If you're upgrading from a previous version:

  1. Run resumecraftr init to update your configuration file with new options
  2. The max_latex_corrections parameter is now configurable in your resumecraftr.json file
  3. New commands are available for CV creation and management

🙏 Acknowledgments

Thank you to all contributors who helped make this release possible. Your feedback and contributions are greatly appreciated!

📥 Installation

Install the latest version with:

pipx install git+https://github.com/raestrada/[email protected]

🔜 What's Next

We're already working on the next release with more exciting features. Stay tuned for updates!


For more information, visit our GitHub repository or our documentation.