diff --git a/app/frontend/src/app/infrastructure/release-note/release-note.component.html b/app/frontend/src/app/infrastructure/release-note/release-note.component.html index 7c11663..952a4d5 100644 --- a/app/frontend/src/app/infrastructure/release-note/release-note.component.html +++ b/app/frontend/src/app/infrastructure/release-note/release-note.component.html @@ -9,18 +9,20 @@

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
- + -
  • Viewing Entire File With Changes - Tired of seeing broken changes when seeing commits? Now you can toggle between whole +
  • 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
    +
  • 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.
    +
  • Viewing of Submodules - Now you can see submodules and their commit information next to your commits.
    diff --git a/app/frontend/src/assets/release-note/MG0.3.0-1.gif b/app/frontend/src/assets/release-note/MG0.3.0-1.gif new file mode 100644 index 0000000..93ddc5c Binary files /dev/null and b/app/frontend/src/assets/release-note/MG0.3.0-1.gif differ diff --git a/app/frontend/src/assets/release-note/MG0.3.0-2.gif b/app/frontend/src/assets/release-note/MG0.3.0-2.gif new file mode 100644 index 0000000..9142198 Binary files /dev/null and b/app/frontend/src/assets/release-note/MG0.3.0-2.gif differ diff --git a/app/frontend/src/assets/release-note/MG0.3.0-3.gif b/app/frontend/src/assets/release-note/MG0.3.0-3.gif new file mode 100644 index 0000000..b5722f4 Binary files /dev/null and b/app/frontend/src/assets/release-note/MG0.3.0-3.gif differ diff --git a/app/jira-integration/jira.js b/app/jira-integration/jira.js index 3956d34..5fcf428 100644 --- a/app/jira-integration/jira.js +++ b/app/jira-integration/jira.js @@ -183,7 +183,6 @@ function addSubtask(event, arg) { "id": arg.subtaskId }, "summary": arg.name, - "description" : "description" } }).then(result => { getIssue(event, arg); diff --git a/package.json b/package.json index 231d214..dc814de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metrogit", - "version": "0.2.0", + "version": "0.3.0", "description": "Metro themed git UI", "main": "app/main.js", "scripts": {