Skip to content

Tags: lifelike/lagrange

Tags

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
skyjake Jaakko Keränen
Adjusted URL detection for search queries

Dashes may appear in domain names.

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
skyjake Jaakko Keränen
Updated release notes and AppData

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
skyjake Jaakko Keränen
Updated AppData

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
skyjake Jaakko Keränen
Updated the_Foundation

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
skyjake Jaakko Keränen
Updated AppData document

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
skyjake Jaakko Keränen
Bookmarks: Fixed crash when removing a bookmark source

Remote bookmarks from a deleted source page were not immediately
removed, so the UI got confused about the missing source bookmark.

IssueID skyjake#154

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
skyjake Jaakko Keränen
Updated AppData document

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
skyjake Jaakko Keränen
Updated AppData for v1.1.1 release

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
skyjake Jaakko Keränen
Merge branch 'dev' into release

# Conflicts:
#	CMakeLists.txt
#	res/about/version.gmi
#	src/feeds.c
#	src/gmutil.c
#	src/gmutil.h
#	src/ui/sidebarwidget.c
#	src/ui/text.c

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
skyjake Jaakko Keränen
Text: Clear glyph cache when it fills up

We can use a smaller glyph cache if we clear it when it fills up. Even a large cache would eventually fill up, so clearing is a good strategy anyway. Clears occur still rather infrequently.

# Conflicts:
#	src/ui/text.c