Skip to content

Commit

Permalink
Merge pull request #35 from fenix-hub/v0.8.2
Browse files Browse the repository at this point in the history
V0.8.2
  • Loading branch information
fenix-hub authored Jan 31, 2020
2 parents 1c160fd + 8773d69 commit b712dc0
Show file tree
Hide file tree
Showing 10 changed files with 139 additions and 78 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ res://addons/file-editor/
icons.pngs/
screenshots/
user/
*.import
fonts/
resources/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![version](https://img.shields.io/badge/plugin%20version-0.8.0-blue)](https://github.com/fenix-hub/godot-engine.github-integration)
[![version](https://img.shields.io/badge/plugin%20version-0.8.2-blue)](https://github.com/fenix-hub/godot-engine.github-integration)
[![updates](https://img.shields.io/badge/plugin%20updates-on%20discord-purple)](https://discord.gg/JNrcucg)
[![paypal](https://img.shields.io/badge/donations-PayPal-cyan)](https://paypal.me/NSantilio?locale.x=it_IT)

Expand All @@ -11,9 +11,9 @@ This plugin is now supported in [Godot Extended Library Discord](https://discord
A complete GitHub integration for your Godot Editor! Manage your project without even opening your browser.

Author: *"Nicolo (fenix) Santilio"*
Version: *0.8.0*
Version: *0.8.2*
Wiki: *[supported](https://github.com/fenix-hub/godot-engine.github-integration/wiki)*
Godot Version: *3.2-RC2*
Godot Version: *3.2stable*

## What is this?
*GitHub Integration* is a addon for Godot Engine that I've created mainly for a personal purpose.
Expand Down
7 changes: 7 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@
- **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](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) 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.

-----------------
> This text file was created via [TextEditor Integration](https://github.com/fenix-hub/godot-engine.text-editor) inside Godot Engine's Editor.
Expand Down
2 changes: 1 addition & 1 deletion addons/github-integration/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="GitHub integration"
description="Plugin to integrate GitHub requests directly via Godot Engine Editor"
author="Nicolo (fenix) Santilio"
version="0.8.0"
version="0.8.2"
script="scripts/github-integration.gd"
Loading

0 comments on commit b712dc0

Please sign in to comment.