Osagitfilter Versions Save

Filter to put OSA languages (AppleScript, JavaScript) into git, as if they where plain text-files

v0.7.1

2 years ago

setup.sh would fail on macOS Big Sur and up, including macOS Monterey.

To fix, download this release and reset the installation before installing:

./setup.sh reset
./setup.sh configure

v0.7.0

5 years ago
  • You now can add non-OSA files. They pass the filter unmodified, and no header will be added;
    • osagetlang now returns - for a non-OSA file
    • the --no-header option is removed
  • Fixed some bugs:
    • Fixed an issue when a file didn't end with a line ending
    • macOS Mojave made osagetlang fail with AppleScript Debugger files

v0.6.5

5 years ago

osagitfilter now works starting on macOS 10.10 Yosemite. This is mainly because of AppleScript 2.4 requirements, but there also doesn't seem a reason to support earlier systems. The setup now also checks this.

Also fixed a bug related to systems where Satimage's Smile is installed.

v0.6.4

5 years ago
  • Fixed two bugs in using osagitfilter without the --log option (you need to re-run setup.sh)
  • Removed the -d/--debug-option

v0.6.3

5 years ago
  • Fixed issue #1
  • Fixed a bug in setup.sh and made it more robust

v0.6.2

6 years ago
  • Fixed a bug when the last line isn't empty
  • Fixed a bug when git doesn't have /usr/local/bin in it's PATH environment variable (GitHub Desktop)

v0.6

6 years ago

This is the first version that can be used for repositories you are not too dependend on (beta version). Functionality and commands + argument syntax are considered stable. When this version doesn't contain bugs, it will be bumped to v1.0 with inclusion of some more documentation.

v0.5

6 years ago

This is the first public release of an mechanism to put AppleScript and other OSA-languages into git.