Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Apr 13, 2012
1 parent 37487e3 commit b6ff924
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions notes/0.4.3.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### Authentication

This release reverts to name and password authentication, because
github's v3 API does support the token authentication previously
relied upon by giter8. If you require access to templates in private
repositories, configure your github user name (as before) as well as
your github password:

git config --global github.user your-user-name
git config --global github.password your-password

Contributions to upgrade to the [v3 OAuth flow][oauth] are welcome.

[oauth]: http://developer.github.com/v3/oauth/

### Template Listing

We have regretfully disabled template listing (`-l` and `--list`)
because search is no longer supported in the github API.

Later we hope to integrate with [ls.implicit.ly][ls] as a stable
listing service.

[ls]: http://ls.implicit.ly/
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Builds extends sbt.Build {
import ls.Plugin.{lsSettings,LsKeys}
import sbtbuildinfo.Plugin._

val g8version = "0.4.2"
val g8version = "0.4.3"

lazy val buildSettings = Defaults.defaultSettings ++ lsSettings ++ Seq(
organization := "net.databinder.giter8",
Expand Down

0 comments on commit b6ff924

Please sign in to comment.