<b>Added</b>

<ul>
  <li>Implemented the ability to delete bookmarks in list and detail screen. Closes #44</li>
  <li>Implemented the ability to change the read state of bookmarks in list and detail screen. Closes #47</li>
  <li>Implemented the ability to change the archive state of bookmarks in list and detail screen. Closes #43</li>
  <li>Implemented the ability to change the favorite state of bookmarks in list and detail screen. Closes #39</li>
  <li>Implemented the ability to view application logs within the settings screen and share them for troubleshooting purposes.</li>
</ul>

<b>Fixed</b>

<ul>
  <li>Fix #34: Fix parsing error. Make field `read_progress` optional.</li>
  <li>Fix #40: Bookmark synchronization issues caused by incorrect timezone handling.</li>
</ul>

<b>Changed</b>

<ul>
  <li>Now only bookmarks that are successfully loaded (`state = 0` in readeck api) are displayed. Bookmarks that are still loading or have encountered an error will not be displayed.</li>
</ul>
