Skip to content

Releases: ikskuh/kristall

V0.4 - The late release

23 Sep 06:52
Compare
Choose a tag to compare

Heya!

Long time not much activity here. I wanted to create the 0.4 release with most issues closed, all known bugs resolved and so on. But my personal time and focus these days is not on Kristall anymore, so i didn't really do anything in the last months.

But as people say: Everything worth doing is worth doing poorly.

So instead of pushing the task of doing a proper release further and further into the future, i'll better just tag a release version, and call it a day. This way, people using package managers can get the latest and best features as well, as Kristall had tremendous changes and advances since 0.3.

Sadly, no release notes this version, as i just don't have the time for them. Maybe, in the future, i get a spare day where i can git diff the V0.3 and V0.4 and write a nice release notes section, update the manual and so on.

But better make a not optimal release than doing no release. At least today.

Have fun with all the updates and sorry for not doing this waaaaay earlier.

Best regards

  • xq

V0.3 - TLS and security

21 Jun 21:49
Compare
Choose a tag to compare
  • Adds support for transient client certificates
  • Adds support for permanent client certificates
  • Adds this changelog to Kristall itself
  • Adds configurable server timeout
  • Adds support for server certificate handling (TOFU) for gemini://
  • Adds support for server certificate handling (TOFU) for https://
  • Adds nice error pages instead of silently ignoring errors or displaying a message box
  • Adds key shortcut: Pressing Escape in the URL bar now resets URL bar to current location
  • Adds support for non-UTF8 encodings. iconv really helps here!
  • Adds configurable and improved redirection handling including warnings for potentially malicious redirects.
  • Adds improved text highlighting, now works with UTF-8. Still experimental, though 😉
  • Adds about:style-preview
  • Adds new UI theme: OS Default (uses Qt's default skin)
  • Fixed bug: Status bar label now does elide links that are too long instead of resizing the window.
  • Fixed bug: Gopher end-of-file marker is now better detected.
  • Fixed bug: Auto-URL detection works with leading/trailing spaces
  • Fixed bug: Loading stats in status bar are now switched between tabs even when no active change is happening.
  • Fixes bug: Gemini query input now checks if the URL exceeds the specified limit.
  • Fixed bug: Outline rendering is now stable
  • Fixes bug: Media player now stops playing when switching to another site.
  • Refactored internal network structure. Makes room for future improvements and increases network stability a lot.
  • Refactored mime type handling
  • Updates application icon thanks to tiwesdaeg
  • Survives conman's client torture suite
  • Survives egsam's client torture suite

V0.2 - Update

10 Jun 00:55
Compare
Choose a tag to compare
V0.2 - Update Pre-release
Pre-release
  • Implement Ctrl+D/Add to favourites menu item
  • Implement Ctrl+S/Save as... menu item
  • Add display for "non-recognized files"
  • Added support for gopher:// and gophermaps
  • Added "go to home" menu
  • Added support for video/* and audio/* via QMediaPlayer
  • Added support for file:// scheme
  • Added status bar with loading time, file size and mime type
  • Added support for command line arguments
  • Added option to render all text/* documents as plain text.
  • Added option to render gopher maps with icons OR text only
  • Fixed bug: Correct URL escaping for gemini requests.
  • Added progress display in status bar with loading time and already transferred bytes
  • Added support for finger:// protocol
  • Added experimental highlighting and underlining for text/gemini
  • Desktop file is provided for integrating with XDG
  • Fixed bug: Preformatted lines don't break anymore
  • text/gemini parsing updated
  • Added support for block quotes
  • Added help file
  • Added shortcut to focus URL bar
  • Added possibility to save/load/share theme presets. Make everything colorful!
  • Added a lot of context menus
    • Added possibility to open links into a new tab
    • Added possibility to open history and favourite items into new tab or same tab
  • Added option to use your default OS protocol handler instead of displaying an error message.
  • Improved image pan and zooming. Explore those graphics!

V0.1

06 Jun 23:45
Compare
Choose a tag to compare
V0.1 Pre-release
Pre-release
First release. Basic UX and feature set. It's usable!