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

Commit

Permalink
releasing 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
k0shk0sh committed Oct 9, 2017
1 parent 2babd03 commit 73274b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "com.fastaccess.github"
minSdkVersion 21
targetSdkVersion 26
versionCode 441
versionName "4.4.1"
versionCode 442
versionName "4.4.2"
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
buildConfigString "IMGUR_CLIENT_ID", (buildProperties.secrets['imgur_client_id'] | buildProperties.notThere['imgur_client_id']).string
Expand Down
16 changes: 6 additions & 10 deletions app/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,20 @@
<body id="preview">
<h2><a id="FastHub_changelog_0"></a>FastHub changelog
</h2>
<h3><a id="Version__420_Create_Edit__Delete_files_make_Commits_2"></a>Version 4.4.1 (Org Project Columns and Cards)
<h3><a id="Version__420_Create_Edit__Delete_files_make_Commits_2"></a>Version 4.4.2 (Some fixes)
</h3>
<blockquote>
<p>Please report the issues in FastHub repo instead, by opening the Drawer Menu and clicking on “Report an Issue”<strong>
PLEASE USE IT</strong>.
</p>
</blockquote>
<h4><a id="Bugs__Enhancements__new_Features_320_7"></a>Bugs , Enhancements &amp; new Features (4.4.1)
<h4><a id="Bugs__Enhancements__new_Features_320_7"></a>Bugs , Enhancements &amp; new Features (4.4.2)
</h4>
<ul>
<li>(New 4.4.1) Add Labels, Assignees & Milestone when creating/editing Issue</li>
<li>(New) Improvements to handle Students PRO.</li>
<li>(New) Org Project Columns & Cards (Edit, Create & Delete)</li>
<li>(New) Displaying Labels under Issue/Pr description.</li>
<li>(Enhancement) Removal of PR review limit.</li>
<li>(Enhancement) Selected text will be taken in consideration when adding Image/Link.</li>
<li>(Enhancement) Removed Loading background.</li>
<li>(Enhancement) More markdown enhancement.</li>
<li>(Enhancement) Markdown Tables (I know it isn't perfect) but at least it show up :p</li>
<li>(Enhancement) Some markdown dark theme enhancements</li>
<li>(Enhancement) Back button in Gist show bring you back to Gists list</li>
<li>(Fix) Creating issue without milestone while being repo owner results in error.</li>
<li>(Fix) Lots of bug fixes.</li>
<li>There are more stuff are not mentioned, find them out ;).</li>
</ul>
Expand Down

0 comments on commit 73274b6

Please sign in to comment.