Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #89 from Yamazaki93/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Yamazaki93 authored Jun 20, 2018
2 parents ff2d8ab + b978cac commit cb025c9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ <h3>
when no commits are selected. JIRA UI is also reworked to include searching for JIRA issue by key and summary. Also
added functions: adding JIRA subtask, editing JIRA title, select JIRA resolution on-the-fly during transition
<br/>

<img src="assets/release-note/MG0.3.0-1.gif">
</li>
<li>Viewing Entire File With Changes - Tired of seeing broken changes when seeing commits? Now you can toggle between whole
<li>Viewing Entire File With Changes - Tired of seeing scattered changes? Now you can toggle between whole
file mode and hunks mode to see changes in a whole new way. In whole file mode, the changes in the commit
are conveniently color coded and mixed in with the rest of the contents. Also added: file viewer now distinguish
betwen binary and non-binary files and you can now filter by change type in the "File Changes" list
<br/>
<img src="assets/release-note/MG0.3.0-2.gif">
</li>
<li>Repositiory Profile - Switching between work and personal use has never been easier. MetroGit now allows setting up
profile per repository so you can commit with different name and email per repository. The profile will be automatically
applied when you open another repo.
<br/>
<img src="assets/release-note/MG0.3.0-3.gif">
</li>
<li>Viewing of Submodules - Now you can see submodules and their commit information next to your commits.
<br/>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion app/jira-integration/jira.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ function addSubtask(event, arg) {
"id": arg.subtaskId
},
"summary": arg.name,
"description" : "description"
}
}).then(result => {
getIssue(event, arg);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metrogit",
"version": "0.2.0",
"version": "0.3.0",
"description": "Metro themed git UI",
"main": "app/main.js",
"scripts": {
Expand Down

0 comments on commit cb025c9

Please sign in to comment.