Skip to content
This repository was archived by the owner on Sep 30, 2021. It is now read-only.

Commit a3a2b9e

Browse files
author
k0shk0sh
committed
releasing 4.6.4
1 parent 059a446 commit a3a2b9e

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId "com.fastaccess.github"
3131
minSdkVersion 21
3232
targetSdkVersion 27
33-
versionCode 463
34-
versionName "4.6.3"
33+
versionCode 464
34+
versionName "4.6.4"
3535
buildConfigString "GITHUB_CLIENT_ID", (buildProperties.secrets['github_client_id'] | buildProperties.notThere['github_client_id']).string
3636
buildConfigString "GITHUB_SECRET", (buildProperties.secrets['github_secret'] | buildProperties.notThere['github_secret']).string
3737
buildConfigString "IMGUR_CLIENT_ID", (buildProperties.secrets['imgur_client_id'] | buildProperties.notThere['imgur_client_id']).string

app/src/main/res/raw/changelog.html

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body id="preview">
99
<h2><a id="FastHub_changelog_0"></a>FastHub changelog
1010
</h2>
11-
<h3><a id="Version__420_Create_Edit__Delete_files_make_Commits_2"></a>Version 4.6.3
11+
<h3><a id="Version__420_Create_Edit__Delete_files_make_Commits_2"></a>Version 4.6.4
1212
</h3>
1313
<blockquote>
1414
<p>Please report the issues in FastHub repo instead, by opening the Drawer Menu and clicking on “Report an Issue”<strong>
@@ -17,26 +17,43 @@ <h3><a id="Version__420_Create_Edit__Delete_files_make_Commits_2"></a>Version 4.
1717
</blockquote>
1818
<p><strong>Implemented enhancements:</strong></p>
1919
<ul>
20-
<li>Lock conversation reason</li>
21-
<li>Separated Drawer Menu</li>
2220
<li>Block icon position <a href="https://github.com/k0shk0sh/FastHub/issues/1451">#1451</a></li>
2321
<li>Add new lock api <a href="https://github.com/k0shk0sh/FastHub/issues/1410">#1410</a></li>
2422
<li>‘My Repos’ in main sidebar <a href="https://github.com/k0shk0sh/FastHub/issues/1405">#1405</a></li>
2523
</ul>
2624
<p><strong>Fixed bugs:</strong></p>
2725
<ul>
26+
<li>Text “Pro” wears out <a href="https://github.com/k0shk0sh/FastHub/issues/1540">#1540</a></li>
2827
<li>Wrong url when sharing wiki <a href="https://github.com/k0shk0sh/FastHub/issues/1517">#1517</a></li>
2928
<li>Star issue, counter resets (in GUI) if &gt;1000 stars <a href="https://github.com/k0shk0sh/FastHub/issues/1490">#1490</a></li>
3029
<li>Downloaded zip file renamed and missing file extention <a href="https://github.com/k0shk0sh/FastHub/issues/1486">#1486</a></li>
30+
<li>Cannot commit to specific branch <a href="https://github.com/k0shk0sh/FastHub/issues/1239">#1239</a></li>
3131
</ul>
3232
<p><strong>Closed issues:</strong></p>
3333
<ul>
34+
<li>Cannot pin more than one gist <a href="https://github.com/k0shk0sh/FastHub/issues/1558">#1558</a></li>
35+
<li>GitHub is going to deprecate anonymous Gist creation. <a href="https://github.com/k0shk0sh/FastHub/issues/1553">#1553</a></li>
36+
<li>Translation error <a href="https://github.com/k0shk0sh/FastHub/issues/1548">#1548</a></li>
37+
<li>Feature request: View PR deployments <a href="https://github.com/k0shk0sh/FastHub/issues/1547">#1547</a></li>
38+
<li>Issue comment replying: automatically add a space after name username. <a href="https://github.com/k0shk0sh/FastHub/issues/1543">#1543</a>
39+
</li>
3440
<li>Button hint errors <a href="https://github.com/k0shk0sh/FastHub/issues/1526">#1526</a></li>
3541
<li>“Cross referenced” message is misleading <a href="https://github.com/k0shk0sh/FastHub/issues/1496">#1496</a></li>
42+
<li>App chrashes when adding new Note/issue to project column <a href="https://github.com/k0shk0sh/FastHub/issues/1488">#1488</a></li>
3643
<li>The link to Slack is not available <a href="https://github.com/k0shk0sh/FastHub/issues/1483">#1483</a></li>
3744
</ul>
3845
<p><strong>Merged pull requests:</strong></p>
3946
<ul>
47+
<li>Fix #1548 (german translation error) <a href="https://github.com/k0shk0sh/FastHub/pull/1572">#1572</a> (<a
48+
href="https://github.com/cozyplanes">cozyplanes</a>)
49+
</li>
50+
<li>Language: Added Japanese strings <a href="https://github.com/k0shk0sh/FastHub/pull/1571">#1571</a> (<a href="https://github.com/clockvoid">clockvoid</a>)
51+
</li>
52+
<li>Code color palette will show saved theme <a href="https://github.com/k0shk0sh/FastHub/pull/1556">#1556</a> (<a
53+
href="https://github.com/arpitjindal97">arpitjindal97</a>)
54+
</li>
55+
<li>Language: German strings added <a href="https://github.com/k0shk0sh/FastHub/pull/1535">#1535</a> (<a href="https://github.com/svenhofmann99">svenhofmann99</a>)
56+
</li>
4057
<li>Language: Strings translated <a href="https://github.com/k0shk0sh/FastHub/pull/1504">#1504</a> (<a
4158
href="https://github.com/KallyDev">KallyDev</a>)
4259
</li>
@@ -50,7 +67,8 @@ <h3><a id="Version__420_Create_Edit__Delete_files_make_Commits_2"></a>Version 4.
5067
</li>
5168
<li>Updated German lang <a href="https://github.com/k0shk0sh/FastHub/pull/1458">#1458</a> (<a href="https://github.com/Stargamers">Stargamers</a>)
5269
</li>
53-
<li>Arabic translation (Master branch) <a href="https://github.com/k0shk0sh/FastHub/pull/1449">#1449</a> (<a href="https://github.com/akkk33">akkk33</a>)
70+
<li>Updated Italian Translation <a href="https://github.com/k0shk0sh/FastHub/pull/1450">#1450</a> (<a
71+
href="https://github.com/maicol07">maicol07</a>)
5472
</li>
5573
</ul>
5674
<h3><a id="What_left_in_FastHub_29"></a>What's left for FastHub?

0 commit comments

Comments
 (0)