Skip to content

Releases: Lightricks/Kintsugi

v0.4.2

13 Jan 12:10
8796e5d
Compare
Choose a tag to compare

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

02 Jan 11:14
999a9e6
Compare
Choose a tag to compare

What's Changed

  • install-driver: Create attributes directory before appending line. by @byohay in #34

v0.4.0

02 Jan 09:07
ce476f7
Compare
Choose a tag to compare

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

30 Nov 13:24
Compare
Choose a tag to compare

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

27 Oct 07:21
f2cbb07
Compare
Choose a tag to compare

#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

20 Jul 13:38
94536b0
Compare
Choose a tag to compare

#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

29 Jun 08:09
e2876cf
Compare
Choose a tag to compare

#11: README.md: Mention that Kintsugi can be used only in 3-way merge.
#10: bin/kintsugi: Add version and copyright information.