Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.55 KB

File metadata and controls

33 lines (29 loc) · 1.55 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • PLAN.md for detailing the streamlining process.
  • TODO.md for a checklist of tasks.
  • CHANGELOG.md to track changes.

Changed

  • Modified install-mac.command to:
    • Check for existing Homebrew installation.
    • Use a temporary directory for downloads and ensure cleanup.
    • Add set -e for better error handling.
    • Improve user prompts and feedback with more echo statements.
    • Check for write permissions to /usr/local/bin and provide guidance if sudo is needed.
    • Include a comment regarding the choice of wine-crossover.
    • Update Homebrew installation command to the current recommended one.
    • Add PATH export for Homebrew in current session after installation.
    • Ensure WINEPREFIX directory is created.
    • Add -o to unzip to overwrite existing files if any.
  • Modified subtitleeditw to:
    • Remove redirection of stderr to /dev/null, allowing errors to be visible.
    • Add a comment explaining the change.
  • Updated README.md to:
    • Reflect changes in install-mac.command (Homebrew check, prompts, temp file handling, permissions).
    • Add a note about wine-crossover usage.
    • Mention that error output from subtitleeditw is now visible.
    • Improve overall clarity and structure of installation and usage instructions.