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.
PLAN.mdfor detailing the streamlining process.TODO.mdfor a checklist of tasks.CHANGELOG.mdto track changes.
- Modified
install-mac.commandto:- Check for existing Homebrew installation.
- Use a temporary directory for downloads and ensure cleanup.
- Add
set -efor better error handling. - Improve user prompts and feedback with more
echostatements. - Check for write permissions to
/usr/local/binand 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
-oto unzip to overwrite existing files if any.
- Modified
subtitleeditwto:- Remove redirection of stderr to
/dev/null, allowing errors to be visible. - Add a comment explaining the change.
- Remove redirection of stderr to
- Updated
README.mdto:- Reflect changes in
install-mac.command(Homebrew check, prompts, temp file handling, permissions). - Add a note about
wine-crossoverusage. - Mention that error output from
subtitleeditwis now visible. - Improve overall clarity and structure of installation and usage instructions.
- Reflect changes in