Revisions of lagrange

buildservice-autocommit accepted request 1207978 from Adam Mizerski's avatar Adam Mizerski (etamPL) (revision 172)
auto commit by copy to link target
Adam Mizerski's avatar Adam Mizerski (etamPL) committed (revision 171)
- update to 1.18.3
  - TUI: Fixed background colors in reduced color modes (less than 256 colors).
- update to 1.18.2
  - Misfin: URI format has changed to "misfin:address?message" instead of the
    previously used "misfin://address". The optional query string ("message") is
    used as the initial message contents if the upload dialog's text editor is
    empty.
  - Increased number of concurrent feed subscription requests (now 10, was 4).
  - Potential workaround for a crash during feed refresh.
  - Fixed redirection counting (and related warnings) when requesting Titan
    URIs.
  - Fixed perpetual load spinner animation when redirected to a Titan URL.
  - TUI: Fixed Identities sidebar not responding to the context menu action.
  - TUI: Fixed screen not being refreshed when a key is held down.
  - TUI: Fixed black cursor on empty regions of the screen, regardless of text
    color.
  - TUI: Fixed footer button shortcut keys for trusting the server certificate
    and showing Identities sidebar.
  - TUI: Fixed dimensions of the New Identity dialog.
  - TUI: Fixed first-run bookmarks getting re-added on every launch.
  - Updated UI translations.
buildservice-autocommit accepted request 1204988 from Adam Mizerski's avatar Adam Mizerski (etamPL) (revision 170)
auto commit by copy to link target
Adam Mizerski's avatar Adam Mizerski (etamPL) committed (revision 169)
- created clagrange subpackage
Adam Mizerski's avatar Adam Mizerski (etamPL) committed (revision 168)
- update to 1.18.1
  - TUI: Fixed potentially garbled output.
  - TUI: Only link Curses statically when using CMake option ENABLE_STATIC.
  - Updated UI translations.
- created tui subpackage
buildservice-autocommit accepted request 1202322 from Adam Mizerski's avatar Adam Mizerski (etamPL) (revision 167)
auto commit by copy to link target
Adam Mizerski's avatar Adam Mizerski (etamPL) committed (revision 166)
update to 1.18.0
buildservice-autocommit accepted request 1139318 from Adam Mizerski's avatar Adam Mizerski (etamPL) (revision 165)
auto commit by copy to link target
Adam Mizerski's avatar Adam Mizerski (etamPL) committed (revision 164)
- update to 1.17.6
  - Fixed memory leak: fetched pages were not always released from memory
    (reference miscount).
  - Fixed minor memory leak in list widgets.
  - Gopher: Autodetect Gemtext files based on file extension.
  - Updated UI translations.
buildservice-autocommit accepted request 1132761 from Adam Mizerski's avatar Adam Mizerski (etamPL) (revision 163)
auto commit by copy to link target
Adam Mizerski's avatar Adam Mizerski (etamPL) committed (revision 162)
- update to 1.17.5
  - Fixed a few small memory leaks.
  - Fixed unnecessary copying of data while waiting for an audio buffer to
    become playable.
  - Gopher: Detect audio media type from file extension with the s item type
    (it's not always WAV).
  - Content that uses charset=utf-8 is checked for validity. If the encoding is
    invalid, the content is instead decoded as CP437 (if it has ANSI escapes;
    possibly it's ASCII art) or just Latin-1.
  - Remove ANSI escapes from window titles.
  - Modified rule for when 'text/plain' is assumed to actually be 'text/gemini'
    based on the file extension.
buildservice-autocommit accepted request 1127769 from Adam Mizerski's avatar Adam Mizerski (etamPL) (revision 161)
auto commit by copy to link target
Adam Mizerski's avatar Adam Mizerski (etamPL) committed (revision 160)
- update to 1.17.4
  - Removed automatic horizontal scrolling of wide preformatted blocks. Instead,
    hold down the Shift key to scroll horizontally with the mouse wheel.
  - Fixed an event processing issue where some events were not handled as
    expected, for instance when opening a link into split view the opened link
    was not highlighted.
  - Fixed links not reacting to mouse hover after jumping to a heading from the
    Outline.
  - Fixed input prompt behaving strangely after changing font size. (Lines are
    now forced to rewrap after changing the font.)
  - Fixed mouse cursor not changing its shape in all open windows.
  - Updated UI translations.
buildservice-autocommit accepted request 1123357 from Adam Mizerski's avatar Adam Mizerski (etamPL) (revision 159)
auto commit by copy to link target
Adam Mizerski's avatar Adam Mizerski (etamPL) committed (revision 158)
- update to 1.17.3
  - Fixed activating a pinned identity when opening a bookmark via the Bookmarks
    menu.
  - Fixed initial scope of a created identity when using the default selection.
  - Fixed issues with dropdown menus when the menu appears as a popup window.
  - Fixed clearing the pinned identity of a bookmark.
buildservice-autocommit accepted request 1120357 from Adam Mizerski's avatar Adam Mizerski (etamPL) (revision 157)
auto commit by copy to link target
Adam Mizerski's avatar Adam Mizerski (etamPL) committed (revision 156)
- update to 1.17.2
  - Tabs opened in background are immediately added to the URL history.
  - Mouse wheel direction switches back to vertical when a wide block has been
    scrolled all the way.
  - Fixed current text selection extending during scrolling even after mouse
    button has been released.
  - Fixed drag-to-select with the mouse being too sensitive to mouse movement.
  - Fixed the numbered links key (default: Alt/Option) while navigating to new
    pages. It is no longer necessary to release and press the key again on the
    new page.
  - Fixed long bookmark titles making the Bookmarks menu too wide.
  - ANSI Cursor Forward control sequence ("CSI n C") is converted to a series of
    spaces, but only in preformatted text.
  - Fixed parsing of ANSI SGR sequences with many attributes concatenated (e.g.,
    0;1;40;30).
  - Fixed inline image loading indicator overdrawing itself, becoming unreadable.
  - Updated UI translations.
buildservice-autocommit accepted request 1119434 from Adam Mizerski's avatar Adam Mizerski (etamPL) (revision 155)
auto commit by copy to link target
Adam Mizerski's avatar Adam Mizerski (etamPL) committed (revision 154)
- update to 1.17.1
  - Added "Vibrant Light" color theme.
  - Improved readability of "Colorful Light" headings.
  - Tuned autoscrolling when selecting text to avoid accidental scrolling.
  - Preformatted blocks no longer switch to a smaller font to fit to the page.
  - Mouse wheel scrolls a wide preformatted block when hovering over the block,
    instead of scrolling vertically. You can hold the Shift key to swap the
    scroll direction.
  - Fixed horizontal scrolling issues with preformatted blocks: only scroll if
    needed, allow scrolling anywhere on the block and not just on non-empty text
    lines, and when scrolling disallow swipe navigation over the area.
  - Fixed visual artifacts around and next to preformatted blocks (e.g.,
    streaking).
  - Fixed potential crash after (un)folding a preformatted block.
  - Fixed links being non-clickable after searching text on a page has scrolled
    the view.
  - Fixed scroll position being reset when reloading the page.
  - Fixed initial size of the upload dialog when font size has been changed.
  - Fixed "View as Plain Text" context menu item after reloading a page.
  - Strip any null characters from the page source during whitespace
    normalization.
buildservice-autocommit accepted request 1116236 from Adam Mizerski's avatar Adam Mizerski (etamPL) (revision 153)
auto commit by copy to link target
Displaying revisions 1 - 20 of 172
openSUSE Build Service is sponsored by