Skip to content

Commit

Permalink
feat: v0.1.1
Browse files Browse the repository at this point in the history
TODO:
- Manage autoplay policy
- Fix find-in-page search ending prematurely
- TLS information in toolbox
- Prompt user with TLS errors
- Web Extensions
- OkuNet avatars
- Embeddings in OkuNet posts
- Browsing recommendations from OkuNet
- Internationalisation
- OS search integration (see: https://developer.gnome.org/documentation/tutorials/search-provider.html)
- Site data manager, site permissions manager
- Archiving & restoring tabs
- Importing bookmarks, passwords
- Password manager
  • Loading branch information
emmyoh committed Dec 8, 2024
1 parent cc93020 commit fcd1080
Show file tree
Hide file tree
Showing 6 changed files with 365 additions and 296 deletions.
25 changes: 15 additions & 10 deletions data/io.github.OkuBrowser.oku.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<url type="homepage">https://okubrowser.github.io</url>
<url type="bugtracker">https://github.com/OkuBrowser/oku/issues</url>
<url type="donation">https://github.com/sponsors/emmyoh</url>
<url type="faq">https://okubrowser.github.io/about</url>
<url type="faq">https://okubrowser.github.io/faq</url>
<url type="contribute">https://okubrowser.github.io/contribute</url>
<url type="vcs-browser">https://github.com/OkuBrowser/oku</url>
<branding>
<color type="primary" scheme_preference="light">#bf4040</color>
Expand All @@ -25,9 +26,9 @@
-->
<content_rating type="oars-1.1" />
<releases>
<release version="0.1.1" date="2024-11-30">
<release version="0.1.1" date="2024-12-08">
<description>
<p>Added download manager to library. Performance improvements.</p>
<p>Added download manager to library. Added toolbox to address bar. Added overlays for entering fullscreen, fetching from the OkuNet, and when a page is unresponsive.</p>
</description>
</release>
<release version="0.1.0" date="2024-11-12">
Expand All @@ -50,27 +51,31 @@
<caption>Library page showing browser history</caption>
</screenshot>
<screenshot xml:lang="en">
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/dark/okunet_me.png</image>
<caption>Example OkuNet profile</caption>
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/dark/okunet_home.png</image>
<caption>An OkuNet home feed</caption>
</screenshot>
<screenshot xml:lang="en">
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/light/page.png</image>
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/light/okunet_me.png</image>
<caption>An OkuNet profile</caption>
</screenshot>
<screenshot xml:lang="en">
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/dark/page.png</image>
<caption>Web page</caption>
</screenshot>
<screenshot xml:lang="en">
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/dark/replicas.png</image>
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/light/replicas.png</image>
<caption>Library page showing replicas</caption>
</screenshot>
<screenshot xml:lang="en">
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/light/settings.png</image>
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/dark/settings.png</image>
<caption>Browser settings</caption>
</screenshot>
<screenshot xml:lang="en">
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/dark/tab_overview.png</image>
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/light/tab_overview.png</image>
<caption>Tab overview</caption>
</screenshot>
<screenshot xml:lang="en">
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/light/writing_note.png</image>
<image>https://raw.githubusercontent.com/OkuBrowser/okubrowser.github.io/refs/heads/main/assets/screenshots/dark/note_editor.png</image>
<caption>Writing a note</caption>
</screenshot>
</screenshots>
Expand Down
Loading

0 comments on commit fcd1080

Please sign in to comment.