mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2026-02-01 15:56:14 +00:00
releasing 1.6.0 with org support.
This commit is contained in:
parent
9e517f425c
commit
f8e4d0b660
@ -27,8 +27,8 @@ android {
|
||||
applicationId "com.fastaccess.github"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 25
|
||||
versionCode 151
|
||||
versionName "1.5.1"
|
||||
versionCode 160
|
||||
versionName "1.6.0"
|
||||
signingConfig signingConfigs.signing
|
||||
buildConfigString "GITHUB_CLIENT_ID", (buildProperties.secrets['github_client_id'] | buildProperties.notThere['github_client_id']).string
|
||||
buildConfigString "GITHUB_SECRET", (buildProperties.secrets['github_secret'] | buildProperties.notThere['github_secret']).string
|
||||
|
||||
@ -2,59 +2,30 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Untitled Document.md</title>
|
||||
<title>Changelog</title>
|
||||
<style></style>
|
||||
</head>
|
||||
<body id="preview">
|
||||
|
||||
<h2 id="fasthubchangelog">FastHub changelog</h2>
|
||||
|
||||
<h3 id="version150_darkthemeisfinallyfixed_">Version 1.5.0 (<em>Dark Theme is finally fixed</em>)</h3>
|
||||
|
||||
<h4 id="newfeaturesenhancements">New Features / Enhancements</h4>
|
||||
|
||||
<h2><a id="FastHub_changelog_0"></a>FastHub changelog</h2>
|
||||
<h3><a id="Version__160__Organization_Support__2"></a>Version 1.6.0 (<em>Organization Support</em>)</h3>
|
||||
<h4><a id="New_Features__Fixes_4"></a>New Features / Fixes</h4>
|
||||
<ul>
|
||||
<li>Comments & Labels are combined under one screen in PRs & Issues.<a href="https://github.com/k0shk0sh/FastHub/issues/226">#226</a> <a href="https://github.com/k0shk0sh/FastHub/issues/59">#59</a></li>
|
||||
|
||||
<li>Redesign of Comments.<a href="https://github.com/k0shk0sh/FastHub/issues/59">#59</a> </li>
|
||||
|
||||
<li>Creating Issues/PRs Labels. <a href="https://github.com/k0shk0sh/FastHub/issues/220">#220</a> </li>
|
||||
|
||||
<li>Adding Drawer Menu to most screens that needs one.<a href="https://github.com/k0shk0sh/FastHub/issues/213">#213</a></li>
|
||||
|
||||
<li>Adding description to create Milestone.<a href="https://github.com/k0shk0sh/FastHub/issues/217">#217</a> </li>
|
||||
|
||||
<li>Long pressing on Back Button shall closes everything and opens Main screen.</li>
|
||||
|
||||
<li>Remove Labels from Issues/PRs.<a href="https://github.com/k0shk0sh/FastHub/issues/224">#224</a></li>
|
||||
|
||||
<li>Comments Reactions in Issues/PRs. <em>Only reactions no revert)</em>.<a href="https://github.com/k0shk0sh/FastHub/issues/194">#194</a> </li>
|
||||
<li>(New) Organization support (accessible from drawer menu).</li>
|
||||
<li>(New) Commit Count in repos commit.</li>
|
||||
<li>(Enhancement) Hacky way of handling <strong>reactions</strong> (blame GitHub API).</li>
|
||||
<li>(Fix) Starred & Watched icons on orientation change doesn’t retain their state.</li>
|
||||
<li>(Fix) App might crash due to some database constraints.</li>
|
||||
<li>(Fix) Releases tab might have empty list.</li>
|
||||
<li>(Fix) Notification icon is missing in statusbar.</li>
|
||||
<li>(Fix) White statusbar in About screen. About screen now should follow the selected theme.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="bugfxies">Bug Fxies</h4>
|
||||
|
||||
<ul>
|
||||
<li>Almost all bugs caught by <em>Firebase</em>.</li>
|
||||
|
||||
<li>Dark Theme.</li>
|
||||
|
||||
<li>OVerlapping in Repo View.</li>
|
||||
|
||||
<li>Wrong links handling.</li>
|
||||
|
||||
<li>Lag that occurs after <strong>FastHub</strong> v1.2.0.</li>
|
||||
|
||||
<li>And a lot more that I can't really remember. </li>
|
||||
</ul>
|
||||
|
||||
<blockquote>
|
||||
<p>P.S: Releases will usually happen in Sunday, so please stay tuned for more stuff :). </p>
|
||||
|
||||
<p>Please notice: Organization is my highest priority for the next release, please stay tuned & patience. </p>
|
||||
|
||||
<p><strong>FastHub</strong> in a month has closed 176 issues & feature requests, its a one man job, so please bare with me.</p>
|
||||
<p>P.S: Releases will usually happen in Sunday unless if urgent release, so please stay tuned for more stuff :).</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
<p>Please notice: Organization is yet to be fully supported</p>
|
||||
</blockquote>
|
||||
|
||||
<p><strong>Thank you very much</strong></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user