Releases: Lightricks/Kintsugi
Releases · Lightricks/Kintsugi
v0.4.2
What's Changed
- uninstall-driver: Check if file exists before removing from attributes. by @byohay in #35
- kintsugi: Fix for project paths with spaces. by @byohay in #38
- cli: Align subcommands descriptions vertically. by @byohay in #39
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- install-driver: Create attributes directory before appending line. by @byohay in #34
v0.4.0
What's Changed
- Add Xcake and Tuist as alternatives by @natanrolnik in #15
- Kintsugi: Support installing driver globally. by @byohay in #29
- kintsugi: Remove option parser from action arguments. by @byohay in #30
- kintsugi: Handle expected errors gracefully. by @byohay in #31
- cli: Fix expected number of arguments to uninstall-driver subcommand. by @byohay in #33
New Contributors
Full Changelog: v0.3.1...v0.4.0
Kintsugi 0.3.1
What's Changed
- apply_change_to_project: Add condition for treating removal as conflict. by @byohay in #26
- kintsugi: Relax required versions for Xcodeproj dependency. by @byohay in #28
Full Changelog: v0.3.0...v0.3.1
Kintsugi 0.3.0
#21: apply_change_to_project: Fix adding subproject that already exist.
#22: kintusgi.rb: Add missing import.
#24: apply_change_to_project: Support adding aggregate target.
Kintsugi 0.2.0
#16: apply_change_to_project: Fix removal of simple value that's nil already.
#17: kintsugi.rb: Don't reset Git file state after resolving conflicts.
#18: Kintsugi: Support Git merge driver
Kintsugi 0.1.1
#11: README.md: Mention that Kintsugi can be used only in 3-way merge.
#10: bin/kintsugi: Add version and copyright information.