Skip to content

Releases: NickRTR/GitHub-Automation

v1.5 Bug fixes and Umlaut conversion

25 Sep 07:05
Compare
Choose a tag to compare
  • Fixed a bug on macOS concerning file permissions
  • Implemented a function that converts umlauts like "ä" to "ae".

v1.4.1 Fix GitHub Persistence

26 Aug 12:25
Compare
Choose a tag to compare

My previous fix (v1.4) was not working properly so I had to change the config path again in order to get the GitHub Access Token persistence to work.

v1.4 Fix GitHub Access Token persistence

30 Jul 20:19
Compare
Choose a tag to compare

Persisting the GitHub Access Token in a configuration file did not work on all platforms which I fixed by changing the configuration file path.

v1.3 Bug fix

08 Mar 21:53
Compare
Choose a tag to compare
  • Fix unnecessary quotes in initial commit message

v1.2 Fixed Repository initialization

19 Jan 21:01
Compare
Choose a tag to compare

Fixed the execution of git commands in the systems terminal

v1.1 New design

18 Jan 21:45
Compare
Choose a tag to compare
  • 🔵🔴🟡 as prefixes before output
  • Improved error handling

Version 1.0

16 Jan 19:33
Compare
Choose a tag to compare
  • Persist GitHub Personal Access Token to config file

v0.2 Repository initialization

08 Jan 14:56
Compare
Choose a tag to compare
Pre-release
  • Populate created repository with existing folder contents
  • Add README if not existing

v0.1 Basic Functionality

08 Jan 00:12
Compare
Choose a tag to compare
Pre-release
  • CLI
  • Authentication
  • Create repositories