Skip to content

Releases: skyjake/lagrange

v0.5.0

17 Oct 10:09
6d04a05
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Added MP3 support in the audio player (using mpg123).
  • Added volume control in the audio player.
  • Metadata in Vorbis and MP3 audio content (title, artist, etc.) is shown in the audio player menu.
  • Added new serif fonts: EB Garamond and Literata.
  • Allow configuring separate fonts for headings and body text for better visual distinction.
  • Preferences dialog remembers the previously open tab.
  • Paste from clipboard on middle mouse button click.
  • Open links in new tab with middle mouse button.
  • Fixed failure to find resources when launching via PATH.
  • Fixed color saturation setting not affecting the default color theme.

Prebuilt binaries for Windows and macOS

v0.4.0

10 Oct 11:36
d2b16cc
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Added audio playback with support for streaming. Supported audio formats in this release are WAV (PCM, mono/stereo, 8/16/32 integer/float) and Ogg Vorbis. Shoutout to Sean Barrett et al. for stb_vorbis.
  • Added inline audio player that works like inline images. Clicking on an audio link opens the audio player below the link (works for URLs that have file extension .wav/.ogg).
  • Visual fine-tuning: increased Fira Sans line spacing; list bullets use an accent color; adjusted accent colors in the light mode palette.
  • Sidebar has a maximum width — the document must remain visible.
  • Windows: Support for HiDPI displays and the system UI scaling factor. The UI will be scaled according to your settings automatically without having to adjust the UI scaling in Preferences.
  • macOS: Use OpenGL on 10.13 for potentially better compatibility.
  • Fixed a memory leak when closing tabs.
  • Fixed unnecessary continual window redrawing related to the scrollbar hover outline.

Prebuilt binaries for Windows and macOS

v0.3.0

28 Sep 07:44
6857abd
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Added style customization.
  • Added new font option: Fira Sans.
  • Added a setting for maximum line width.
  • Added a setting for adjusting color saturation.
  • Added an option for "Outline on scrollbar": page outline appears when mouse is hovering over the scrollbar.
  • Added an option for site icon and current top heading that appear when the window is wide enough.
  • Added tabs in Preferences for better grouping.
  • Added "Open Link in Background Tab" in link context menus.
  • More flexible text selection behavior when starting on empty space.
  • Smaller first paragraph font size.
  • Fixed centering of popups so they remain centered when window is resized.
  • Fixed sizing and alignment of Unicode symbols in preformatted text.
  • Fixed sizing of Japanese glyphs in UI text (e.g., tab titles).

Prebuilt binaries

v0.2.0

19 Sep 05:58
47b9598
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Added an icon for quote paragraphs.
  • Added Downloads folder to Preferences.
  • Added "Save to Downloads" menu item for saving page contents.
  • Added a download progress indicator in the URL input field.
  • Added a progress indicator for inline image fetching.
  • Added --sw option to force software rendering.
  • Added macOS touch bar buttons for Back, Forward, Find, New Tab, and sidebar modes.
  • Home button opens a random bookmark with the "homepage" tag.
  • Improved context menu when right-clicking on links or the page.
  • Recognize and handle "mailto:" links.
  • Fixed behavior of images on single-image pages; cannot be hidden like inline images.
  • Fall back to software rendering automatically if accelerated graphics are not available.
  • Minor bug fixes.

Prebuilt binaries