godot-engine.github-integration

A Godot Engine addon to integrate a native GitHub client inside Godot's Editor. Manage your project without even opening your browser!

MIT License

Stars
229
Committers
2

Bot releases are visible (Hide)

godot-engine.github-integration - Update v1.4.3 Latest Release

Published by fenix-hub over 3 years ago

godot-engine.github-integration - Update v1.4.1

Published by fenix-hub over 3 years ago

fixed:

  • could not pull private repositories in organizations
  • error in dictionaries could not be parsed
godot-engine.github-integration - Update v1.4.0

Published by fenix-hub over 3 years ago

fix:

  • private organizations' repositories not listed
godot-engine.github-integration - Update v1.3.9c

Published by fenix-hub almost 4 years ago

godot-engine.github-integration - Update v1.3.7

Published by fenix-hub almost 4 years ago

  • general bug fix update
godot-engine.github-integration - Update v1.3.6

Published by fenix-hub almost 4 years ago

godot-engine.github-integration - Update v1.3.5

Published by fenix-hub almost 4 years ago

added:

  • filters for repositories
    B3zFBMXbbG
godot-engine.github-integration - Update v1.3.4

Published by fenix-hub almost 4 years ago

fixed:

  • first login bug
godot-engine.github-integration - Update v1.3.2

Published by fenix-hub almost 4 years ago

godot-engine.github-integration - Update v1.3.0

Published by fenix-hub almost 4 years ago

uzOgWQXIy2
px1laJ5cpE
q9J5aRxofn
qbJSBczu6E

godot-engine.github-integration - Update v1.2.2

Published by fenix-hub about 4 years ago

Fixed several bugs with gist

godot-engine.github-integration - Update v1.2.1

Published by fenix-hub about 4 years ago

Version update to fix connectivity bug in v1.2.0

godot-engine.github-integration - Update v1.2.0

Published by fenix-hub about 4 years ago

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
godot-engine.github-integration - Update v1.1.0

Published by fenix-hub about 4 years ago

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.
godot-engine.github-integration - Update v1.0.0

Published by fenix-hub about 4 years ago

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
godot-engine.github-integration - Update v0.9.0

Published by fenix-hub over 4 years ago

version 0.9.0
fixed

  • opening shared repositories

added

  • new repositories explorer
  • search bar for repositories
godot-engine.github-integration - Update v0.8.7

Published by fenix-hub over 4 years ago

fixed:

  • major issues and bugs when committing normal files

added:

  • check connection to API
godot-engine.github-integration - Update v.0.8.4.1

Published by fenix-hub over 4 years ago

Minor updates and bug fixes

godot-engine.github-integration - Update v0.8.4

Published by fenix-hub over 4 years ago

version 0.8.4
fixed

  • plugin ui
  • extraction methods

added

  • introduced a java extraction method for zip files.
godot-engine.github-integration - Update v0.8.2

Published by fenix-hub over 4 years ago

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.