Skip to content

Releases: AlphaBeta1906/pyGinit

pyGinit v0.3.1

11 Feb 13:35
Compare
Choose a tag to compare
  • fix some error(e.g : aea94fb)
  • new feature : additional gitignore(f7fc350,still need more improvement)
  • add validator in inquirer(aea94fb)
  • and several others updates

Full Changelog: v0.2.9...0.3.1

pyGinit v0.2.9

29 Jan 05:05
Compare
Choose a tag to compare
  • fix some bugs and error
  • finishing add license to repository (for now only : MIT,Gnu gpl v3,Apache license 2.,Gnu AGPL v3,Mozilla public license 2.0

pyGinit v0.2.6-beta

24 Aug 07:06
Compare
Choose a tag to compare
pyGinit v0.2.6-beta Pre-release
Pre-release

Updates in v0.2.6-beta:

  • you can choose license to add to your repository(only : MIT,Gnu gpl v3, Apache license 2.0)

pyGinit v0.2.5

14 Aug 01:05
Compare
Choose a tag to compare

updates in v0.2.5 :

  • Add new command : remote to create an empty remote repository
  • Hide github token in URL when command finish
  • Place git chek before inquirer start instead finish inquirer and then check git
  • Refactor code and fix some bugs

pyGinit v0.2.2

08 Aug 09:09
Compare
Choose a tag to compare
pyGinit v0.2.2 Pre-release
Pre-release
  • fix some bugs and errors

pyGinit v0.2.1

07 Jul 04:21
Compare
Choose a tag to compare

change in version 0.2.1:

  • change the main command from pyGinit to pyginit
  • you can now use your own remote name (default : origin)

pyGinit v0.2.0

01 Jul 01:50
Compare
Choose a tag to compare

pyGinit v0.2.0

  • remove password in required auth, all you need is github token and your github username
  • fix some bugs

pyGinit v0.1.9

29 Jun 10:16
Compare
Choose a tag to compare

v0.1.9

  • you now can install it with pip using pip install pyGinit
  • fix installation with pip

pyGinit v0.1.7

05 Jun 13:02
d6de642
Compare
Choose a tag to compare
  • fix some bugs
  • finishing for stable release

pyGinit-0.1.6-beta

04 Jun 10:07
Compare
Choose a tag to compare
pyGinit-0.1.6-beta Pre-release
Pre-release
  • automatically add origin URL
  • fix some error