Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented May 25, 2025

🤖 I have created a release beep boop

1.0.0 (2025-05-25)

⚠ BREAKING CHANGES

  • Force 1.0

Features

  • Add command line argument parsing and installation target. (be7e012)
  • Add detailed catalog information using backstage.io/v1alpha1 model (2723d67)
  • add fix-release workflow for handling failed releases - Created comprehensive fix-release.yaml workflow with validation and safety checks - Added options to selectively republish package, container, or both - Included dry-run mode for testing without actual publishing - Added checks for existing versions on PyPI and container registry - Fixed PYPI_PASSWORD -> PYPI_TOKEN in manual release workflow - Provides detailed summary of fix operations (431c91f)
  • Add release-please for automated releases (#19) (e9cd3d8)
  • Add release-please manifest and fix config (9821a64)
  • Added publish GitHub Action (2b2a7d6)
  • configure automatic package and container publishing on release - Modified release-please workflow to trigger publishing when release is created - Added publish-package and publish-image jobs that run after successful release - Changed existing release.yaml to manual workflow to avoid conflicts - Publishing now happens automatically when release-please PR is merged (4752f75)
  • configure release-please to force initial version 1.0.0 (bd4cc4b)
  • Enhance user experience with colorful output and messaging (f842ee6)
  • Enhance user experience with improved messages (7bc483a)
  • Force 1.0 (ffd86b2)
  • Implement timestamped file archiving feature (c83bd2c)
  • Implement transcription and summarization Python script (bd1ad1b)
  • Improve audio transcription accuracy via new config. (9413b3d)
  • Improve file processing flow in main script (827d9de)
  • Improve reliability with retry logic and exponential backoff (9c00b0f)
  • Improve user input and YAML key sorting in main.py (102a8eb)
  • Integrate AssemblyAI for transcription services (690c376)
  • Optimize performance by refactoring key components (d26512e)
  • Refactor generate_summary function for platform argument. (56fb0f2)
  • Refactor calculation of max_tokens in main.py (4244f39)
  • Refactor file handling for audio transcriptions (eec6cc9)
  • Refactor file handling in main script (eafe976)
  • Refactor project structure and workflow. (3abd4b6)
  • Refactor release process in Makefile (a33ccb5)
  • Refactor transcription options and key phrase extraction (96e8c22)
  • Standardize default paths and config file creation (4db8972)
  • Update get_changelog function to include cz version -p command (63de359)
  • Update API key instructions and configurations. (6382e50)
  • Update calculation of max_tokens using model_config value (94b3aa7)
  • Update file formats and installation instructions (522fb84)
  • Update version handling and validation in transcribe_me module (a293bcb)

Bug Fixes

  • Add additional workflow permissions for GitHub Actions (b05946e)
  • Add id-token permission for GitHub Actions workflow (7350930)
  • add issues write permission to release-please workflow (6d224bd)
  • Ask for confirmation before modifying shell profile files (fixes #14) (#18) (fa32ccd)
  • Dockerfile setup (bd9f05a)
  • Dockerfile to reduce vulnerabilities (#16) (9837a82)
  • Dockerfile to reduce vulnerabilities (#3) (016a874)
  • Dockerfile to reduce vulnerabilities (#7) (d527504)
  • Dockerfile to reduce vulnerabilities (#8) (cc81910)
  • Fix conditional for including specific files (f85925a)
  • GitHub Actions workflow permissions and Docker publishing (24c69c8)
  • Improve error handling in summarizer module (3c20e16)
  • Refactor Dockerfile setup for improved execution (c13fa1c)
  • requirements.txt to reduce vulnerabilities (#12) (8aab777)
  • requirements.txt to reduce vulnerabilities (#2) (7c9d6d6)
  • requirements.txt to reduce vulnerabilities (#4) (0d3c0c8)
  • requirements.txt to reduce vulnerabilities (#5) (3064cc7)
  • requirements.txt to reduce vulnerabilities (#6) (b9021c0)
  • requirements.txt to reduce vulnerabilities (#9) (bc0a264)
  • Update environment variable name typo and improve file handling (f939c06)
  • Use config file for release-please action (9783b82)

Documentation

  • Enhance project documentation and cleanup codebase (fd713f2)
  • Improve automation and release process with GitHub Actions (e804bcf)
  • Improve GitHub release documentation formatting (1d152ba)
  • Improve GitHub release template and contributor section (21bfbc8)
  • Improve setup instructions in README (74d5ca3)
  • Refactor project documentation and installation steps (4d22d0a)
  • Revamp project documentation and dependencies (967682d)
  • Update application documentation for Docker deployment. (2704c59)
  • Update application setup instructions and requirements (ba86710)
  • Update configuration file naming conventions and references (238f57c)
  • Update installation instructions and Python version for different OSs (32f4e6b)
  • Update project documentation (8d85189)
  • Update README with macOS testing note (b36d904)
  • Update README.md with installation and contribution info (5c9cd08)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--transcribe-me branch from b208d25 to deb268b Compare May 25, 2025 11:11
@github-actions github-actions bot requested a review from johnnyhuy as a code owner May 25, 2025 11:11
@github-actions github-actions bot force-pushed the release-please--branches--main--components--transcribe-me branch from deb268b to e33695e Compare May 25, 2025 11:19
@github-actions github-actions bot force-pushed the release-please--branches--main--components--transcribe-me branch from e33695e to 4316c16 Compare May 25, 2025 11:30
@github-actions github-actions bot changed the title chore(main): release transcribe-me 0.1.1 chore(main): release transcribe-me 0.2.7 May 25, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main--components--transcribe-me branch from 4316c16 to 4854719 Compare May 25, 2025 11:37
@github-actions github-actions bot changed the title chore(main): release transcribe-me 0.2.7 chore(main): release transcribe-me 0.3.0 May 25, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main--components--transcribe-me branch 2 times, most recently from 3ff0fe3 to 3953186 Compare May 25, 2025 13:01
@github-actions github-actions bot changed the title chore(main): release transcribe-me 0.3.0 chore(main): release transcribe-me 1.0.0 May 25, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main--components--transcribe-me branch from 3953186 to 39375e5 Compare May 25, 2025 13:04
@github-actions github-actions bot force-pushed the release-please--branches--main--components--transcribe-me branch from 39375e5 to b19e7e1 Compare May 25, 2025 13:21
@johnnyhuy johnnyhuy merged commit d012a83 into main May 25, 2025
1 check passed
@johnnyhuy johnnyhuy deleted the release-please--branches--main--components--transcribe-me branch May 25, 2025 13:24
@github-actions
Copy link
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tries to overwrite my .zshrc

2 participants