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

Commit

Permalink
Added Release Note and updated about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamazaki93 committed Aug 20, 2018
1 parent 5138a25 commit 0278cb0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<h2>
<i class="icon-info mr-3"></i>About</h2>
<div class="content-container full-width">
<h3>MetroGit 0.3.0</h3>
<h3>MetroGit 0.4.0</h3>
<h5>Repository: <a href="javascript:void(0)" (click)="goToRepo()">https://github.com/Yamazaki93/MetroGit</a></h5>
<h5>Love this app? I will greatly appreciate it if you can <a href="javascript:void(0)" (click)="goToBMC()">Buy Me A Tea</a> !</h5>
<h5>License: MIT © Ming-Hung (Michael) Lu</h5>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ export class AboutPageComponent implements OnInit {
goToRepo() {
this.electron.ipcRenderer.send('Shell-Open', {url: 'https://github.com/Yamazaki93/MetroGit'});
}
goToBMC() {
this.electron.ipcRenderer.send('Shell-Open', {url: 'https://www.buymeacoffee.com/mjCsGWDTS'});
}
}
Original file line number Diff line number Diff line change
@@ -1,49 +1,37 @@
<div class="p-3">
<h2>
<i class="icon-package mr-3"></i>Release Notes 0.3.0</h2>
<i class="icon-package mr-3"></i>Release Notes 0.4.0</h2>
<div class="content-container full-width">
<h3>
<i class="icon-star mr-3"></i>Highlights</h3>
<ul>
<li>JIRA Tab Rebooted - You get to see any JIRA issue you want! The details tab is reworked to allow using the JIRA UI
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
<li>Fine Tuned Staging And Unstaging - New to MetroGit is the ability to stage by hunk and lines individually so making
partial commit is never easier. File changes view now also supports live update so you can preview changes in realtime.
<br/>
<img src="assets/release-note/MG0.3.0-1.gif">
<img src="assets/release-note/MG0.4.0-1.gif">
</li>
<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
<li>Repo History And Initialization - Managing multiple repository? No problem. MetroGit now display all previous opened
repo conveniently in the file tab so you can switch between repositories easily. You can also initialize a brand
new repo just with MetroGit.
<br/>
<img src="assets/release-note/MG0.3.0-2.gif">
<img src="assets/release-note/MG0.4.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/>
</li>
<li>New In-App Updater - Settings section now includes a brand new update component. Allowing manual checking of updates and downloading updates.
<li>JIRA Issue Navigation - Now you can navigate between different JIRA issues with ease. MetroGit remembers previous JIRA
issues you have opened so you don't have to remember the previous story keys.
<br/>
<img src="assets/release-note/MG0.4.0-3.gif">
</li>
</ul>
<h3>
<i class="icon-plus-circle mr-3"></i>New</h3>
<ul>
<li>About Page</li>
<li>Delete Branch</li>
<li>Turn On/Off Tooltips</li>
<li>Auto Cache Cleanup</li>
<li>New JIRA Resolution Selector</li>
</ul>
<!--<h3>
<h3>
<i class="icon-alert-triangle mr-3"></i>Bugfixes</h3>
<ul>
<li>#26 Strange Files Committed</li>
<li>#46 FileDetailPanel Remains Open After Changes Committed</li>
<li>#51 MacOS Menu Not Showing Correctly</li>
</ul>-->
<li>#111 File In Changes Sometimes Shows All Line As Created</li>
</ul>
</div>
</div>
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.

0 comments on commit 0278cb0

Please sign in to comment.