• v0.5.1 bcc18cae46

    jeang3nie released this 2022-06-04 15:09:02 +00:00 | 25 commits to odin since this release

    Fix one failing test

    Downloads
     
  • v0.5.0 b494d901c0

    jeang3nie released this 2022-06-04 14:56:43 +00:00 | 27 commits to odin since this release

    • add connect_request_input_sensitive method
    • use colored icons next to links to show different protocols
    • link rendering - common code moved into traits for re-use
    • add initial support for Spartan protocol
    • add connect_request_upload method
    • gemini::parser - add Spartan prompt line support
    • finish Spartan upload support
    • Gemini/Spartan - double check file mime type and attempt to handle in application before falling back to downloading
    • Gemini - rewrite of parser
      • Consecutive blockquote lines are grouped together
      • Reduced allocations by specifying lifetimes for &str's
      • main parser loop is significantly shorter, with no nested loop
    Downloads
     
  • v0.4.0 6778a5b4ad

    0.4.0 Stable

    jeang3nie released this 2022-04-13 15:59:37 +00:00 | 53 commits to odin since this release

    0.4.0 release

    • improved handling up "request-download" signal
    • significant code cleanups
    • Simplify imports
    • Fix broken tests
    Downloads
     
  • v0.2.0 52a689e6f2

    0.2.0 release Pre-Release

    jeang3nie released this 2022-03-08 22:07:03 +00:00 | 63 commits to odin since this release

    Downloads