-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hyphen Frox
committed
Sep 5, 2021
1 parent
43ad9a9
commit 4cba9fb
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |