Skip to content

Commit

Permalink
updated REDAME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyphen Frox committed Sep 5, 2021
1 parent 43ad9a9 commit 4cba9fb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.0.1 (04 Sep 2021)
# v0.0.1, 05 Sep 2021

This is the first release. So no improvements to note down.
This release includes these bug fixes and improvements:

* Added margin to location info in observation card.
* Renamed temp to temp-upload to distinguish between uncategorized files that need to be uploaded to GitHub and the ones that don't.
* Made observation cards more responsive on mobile.
* Split big react components into small reusable components.
* Fixed observation results' width and margin bug.
* Fixed observation results order bug.
* Removed unused dependencies and made the app more lightweight.
16 changes: 14 additions & 2 deletions temp-upload/CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<h1>v0.0.1 (04 Sep 2021)</h1>
<h1>v0.0.1, 05 Sep 2021</h1>

<p>This is the first release. So no improvements to note down.</p>
<p>This release includes these bug fixes and improvements:</p>
<ul>
<li>Added margin to location info in observation card.</li>
<li>
Renamed temp to temp-upload to distinguish between uncategorized files that
need to be uploaded to GitHub and the ones that don't.
</li>
<li>Made observation cards more responsive on mobile.</li>
<li>Split big react components into small reusable components.</li>
<li>Fixed observation results' width and margin bug.</li>
<li>Fixed observation results order bug.</li>
<li>Removed unused dependencies and made the app more lightweight.</li>
</ul>

0 comments on commit 4cba9fb

Please sign in to comment.