Skip to content

Releases: fenix-hub/godot-engine.github-integration

Update v1.2.2

26 Sep 18:25
89beea0
Compare
Choose a tag to compare

Fixed several bugs with gist

Update v1.2.1

19 Aug 18:07
230ec2c
Compare
Choose a tag to compare

Version update to fix connectivity bug in v1.2.0

Update v1.2.0

05 Aug 22:56
10e0d21
Compare
Choose a tag to compare

version 1.2.0
fixed

  • dark theme fixed

added

  • collaborations: you can now invite other users for a collaboration in your repositories. If the user has been invited successfully, they will receive an email with an invitation to accept/decline. Users that have repositories in collaboration will see these repositories marked with a new icon inside their repositories list. Collaborators can work with this repositories as they are their own repositories (based on the permissions granted), so teamworking will be much faster.
    Godot_v3 2 3-rc3_mono_win64_W1j0d2mxyE
    Godot_v3 2 3-rc3_mono_win64_BrcFn1Zr3P
    Godot_v3 2 3-rc3_mono_win64_roMAMa6Z8b

Update v1.1.0

02 Aug 18:58
431b7d5
Compare
Choose a tag to compare

version 1.1.0
fixed

  • faster login and auto-login
  • minor errors with nodes

added

  • fast social button to header: you can now join the social I share in the README with some buttons in the header.

Update v1.0.0

27 Jul 21:05
f6af77b
Compare
Choose a tag to compare

version 1.0.0
fixed

  • overall fixes
  • infinite loading after commit/push: fixed an issue that blocked commiting and pushing an entire project or some specific files. Now everything should be committed fine. A whole project can be committed just selecting "Select current directory"
  • .gitignore handling: fixed gitignore handling, sometimes they were empty or overwritten randomly

added

  • new UI: now the plugin follows the official GitHub color palette and interface
  • gist searchbar: it is now possible to use the searchbar for gist
  • autolog: now an auto login option is available. When activated, the plugin will automatically log inside user's github profile
  • darkmode: it is now available a darkmode. Both light and dark modes respect github color palette. The dark mode can be activated anytime during the plugin usage

Update v0.9.0

11 Jun 04:12
3a19c66
Compare
Choose a tag to compare

version 0.9.0
fixed

  • opening shared repositories

added

  • new repositories explorer
  • search bar for repositories

Update v0.8.7

01 Jun 13:36
693014e
Compare
Choose a tag to compare

fixed:

  • major issues and bugs when committing normal files

added:

  • check connection to API

Update v.0.8.4.1

15 May 08:57
ca26bfb
Compare
Choose a tag to compare

Minor updates and bug fixes

Update v0.8.4

07 Feb 13:07
c041a1b
Compare
Choose a tag to compare

version 0.8.4
fixed

  • plugin ui
  • extraction methods

added

  • introduced a java extraction method for zip files.

Update v0.8.2

01 Feb 00:59
b712dc0
Compare
Choose a tag to compare

version 0.7.8
fixed

  • [!] icon for log file appeared even though there weren't log files already stored
  • increased the number of repositories that will be listed. Default GitHub repository listing provides only 30 repositories at time. Now the limit is increased to 100.

added

  • user's datas are now stored in an encrypted file, and datas are shared on an upper level folder. Now you won't need to save the same datas for each 'github integration' plugin you install in your new projects, but all the projects you have and in which you use this plugin will always use the same log file. This log file will be stored at <path_to_user>/AppData/Roaming/Godot/github_integration/
  • the plugin now supports two different unzipping methods, one with a Python script and one with a GDScript. The second one is offered by an external plugin, which is the gdunzip plugin developed by jellehermsen (please, check it out!!). NOTE: If you've got Python installed on your PC, it is recommended using the Python one, since the GDScript one is not developed by me and may not work. In that case, please make an issue with specific informations about the problem you've encountered, and I'll make sure to discuss about it with the developer.

version 0.8.0
fixed

  • autoload errors with 3.2 beta versions (and so on)
  • some interface bugs
  • minor bugfixes

added

  • new authentication method : it is now possible to log into your GitHub profile with an Access Token. Since GitHub will deprecate the basic authentication method (which consists of your e-mail : your password) this plugin will only work with your personal access token.
    Please, visit this site to understand what a Personal Access Token is, and how to use it. You will also find this link as a button in the plugin.

version 0.8.2
fixed

  • general bugfixes
  • log files older than this version will be deleted and replaced with a new log file to support Github's current login method deprecation.