Giter8 Versions Save

a command line tool to apply templates defined on GitHub

v0.16.2

1 year ago

What's Changed

Full Changelog: https://github.com/foundweekends/giter8/compare/v0.16.1...v0.16.2

v0.16.1

1 year ago

security fix

See https://www.foundweekends.org/giter8/setup.html on how to install g8.

behind the scene

Full Changelog: https://github.com/foundweekends/giter8/compare/v0.16.0...v0.16.1

v0.16.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/foundweekends/giter8/compare/v0.15.0...v0.16.0

v0.15.1

1 year ago

Full Changelog: https://github.com/foundweekends/giter8/compare/v0.15.0...v0.15.1

v0.15.0

1 year ago

What's Changed

Upkeep and maintenance

New Contributors

Full Changelog: https://github.com/foundweekends/giter8/compare/v0.14.0...v0.15.0

v0.14.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/foundweekends/giter8/compare/v0.13.1...v0.14.0

v0.13.1

3 years ago

Fixes

  • Fixes Windows file separator regex #451/#452 by @magneticflux-
  • Fixes Windows pattern syntax exception on Windows #462 by @pme123
  • Adds workaround for NullPointerError in StringTemplate 4 #461 by @steinybot
  • Adds proxying support to SSH agent #459 by @steinybot
  • Fixes JGitIgnore not closing scala.io.Source #464 by @er1c
  • Updates Coursier to 2.0.0-RC6-20 d2f5a1ba4ca522c5308012d0a33d0d916bf7c6b6 by @xuwei-k
  • Updates JGit to 5.8.0.202006091008-r a11e01b88cf99ddf690182c602235d8d834c0f24 by @xuwei-k

v0.13.0

3 years ago

0.13.0 is dead on arrival - https://github.com/foundweekends/giter8/issues/469

Fixes

  • Fixes Windows file separator regex #451/#452 by @magneticflux-
  • Fixes Windows pattern syntax exception on Windows #462 by @pme123
  • Adds workaround for NullPointerError in StringTemplate 4 #461 by @steinybot
  • Adds proxying support to SSH agent #459 by @steinybot
  • Fixes JGitIgnore not closing scala.io.Source #464 by @er1c
  • Updates Coursier to 2.0.0-RC6-20 d2f5a1ba4ca522c5308012d0a33d0d916bf7c6b6 by @xuwei-k
  • Updates JGit to 5.8.0.202006091008-r a11e01b88cf99ddf690182c602235d8d834c0f24 by @xuwei-k

v0.13.0-M1

3 years ago

v0.12.0

4 years ago

giter8.version

Starting Giter8 0.12.0 adds a new application named giter8-launcher whose job is analogous to sbt's sbt-launcher. giter8-launcher clones the template and reads project/build.properties file to determine the Giter8 version to render the template.

As a template author you should specify the Giter8 version in project/build.properties file as:

giter8.version=0.12.0

Once "sbt new" uses this mechanism it should decouple the Giter8 version from the release cycle of sbt.

@eed3si9n implemented this feature in #444. The original idea was proposed by Merlijn Boogerd (@mboogerd) in 2017 as #303.

Coursier bootstrap

Giter8 0.12.0 also adds a bootstrap script for giter8-launcher generated using Coursier, and publishes to Maven Central as https://repo1.maven.org/maven2/org/foundweekends/giter8/giter8-bootstrap_2.12/0.12.0/giter8-bootstrap_2.12-0.12.0.sh. This could be locally saved as ~/bin/g8.

Documentation in Korean

Earlier this year (2019), documentation was translated to Korean by Hamel Yeongho Moon (@hamelmoon) in #417 with review by @yoohaemin. Thanks!

Other updates

Special thanks to the contributors for making this release a success.

$ git shortlog -sn --no-merges v0.11.0...v0.12.0
    50  kenji yoshida (xuwei-k)
    11  Eugene Yokota (eed3si9n)
     3  Yeongho Moon
     2  Dale Wijnand
     2  Renato Cavalcanti
     1  Yuusuke Kounoike
     1  Jentsch
     1  Anil Kumar Myla
     1  Sergey Morgunov