Skip to content

Releases: aschuhardt/rosy-crow

1.4.4 - Bug fixes, minor additions

27 Nov 21:30
b81b70f
Compare
Choose a tag to compare

This release covers 1.4.2 thru 1.4.4

1.4.3

Version 1.4.3 includes the following additions:

  • The context menus for links (with options such as Copy URL, etc.) will now include a header that displays the link's destination URL.
  • Links to non-Gemini URLs will now be annotated with the URL's schema (this can be disabled in Settings).

Also included are the following bug fixes:

  • Fixed a visual stutter that occurred on tab buttons when navigating between tabs
  • Tabs won't try to load all at once on startup, but will instead wait to load until they are selected.
    • This improves the app's startup time and eliminates the situation where multiple failed requests result in a bunch of overlapping alert pop-ups.

1.4.2

  • Modified the swipe-style tab navigation so that it doesn't interfere with horizontal scrolling.
    • Swipe left or right on the navigation bar to navigate between tabs.
  • Fixed a crash triggered by attempting to open a link with a scheme the device has no app for (such as gopher)
  • Prevent multiple alerts from displaying simultaneously
  • Fixed a couple of issues related to loading the active Identity on startup (though not as well as I'd like)

Tabs and Adjustable Font Sizes

31 Oct 01:59
7ff4744
Compare
Choose a tag to compare

This release includes the tabs feature, which required a major refactor of Rosy Crow.

Also included is the option to configure the size of rendered gemtext.

This release also fixes a number of bugs and includes a handful of minor quality-of-life improvements.

v1.3.1

17 Jul 06:20
Compare
Choose a tag to compare

I made a slight modification to line-spacing which should improve readability.

v1.3.0

16 Jul 03:43
Compare
Choose a tag to compare
  • Added support for the Titan protocol
  • Bookmarks can now be rearranged by dragging them into the desired position
  • The URL entry box will now expand horizontally when active in order to make it easier to use
  • There is now a "What's New" page that is shown when first launching a new version (also accessible from Settings)
  • Made IPv6 support opt-in via a new setting
  • I also fixed a handful of bugs and made further cosmetic updates

v1.1.3

04 Jun 06:04
Compare
Choose a tag to compare
  • Implemented long-pressing on links to either copy or share their URLs
  • Widened pre-formatted blocks so that they fit the width of the rest of the page's content
  • Fixed an issue where some capsules will always return an Invalid URL
    • This was fixed by updating to Opal 1.6.1, which writes the entirety of each request all at once, rather than making separate writes for the URL and CRLF; this is needed for a few servers that are implemented less-than-ideally

SHA-256 Checksum: 0bc222459c5543a3cf6f41e0fe1adf8b9b8d75d058c470725a8ae50a7ec6c514

v1.1.2

01 Jun 16:12
Compare
Choose a tag to compare
  • Fixed an issue with duplicate identities being shown upon creation
  • Added a pull tab button to the navigation bar which will show the menu when pressed
    • This serves to indicate the usage of the menu (when it may not otherwise be apparent to new users)
    • This also serves as an alternative accessibility option for users who cannot perform the swipe gesture

SHA-256 Checksum: 9ff495a2cba2ec3727caabcdc9bc38ad6e03753a7ac7838900165349218a3bc9

v1.1.1

29 May 08:04
Compare
Choose a tag to compare
  • The brightness of links in the Black theme has been increased slightly to make them more readable.
  • An issue has been fixed that caused some settings to be lost on restart.

SHA-256 Checksum: 9dd702e05b7175dbab5c0cc124b91cf98cb13cb186790c4c8349b233b625c63c

v1.1.0

29 May 01:49
Compare
Choose a tag to compare

New features:

  • It's now possible to import and export client certificates
  • An OLED-friendly black theme has been added

SHA-256 Checksum: 0EA0AD199AD73299C0C9D476A216F3A6656789CE091CAF10E398A68616143DD7

v1.0.2

22 May 05:42
Compare
Choose a tag to compare

Full Changelog: v1.0.1...1.0.2

v1.0.1

16 May 02:44
Compare
Choose a tag to compare

Initial public release plus a couple of important bug fixes.

Full Changelog: v1.0.0...v1.0.1