-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcom.ranfdev.Lobjur.metainfo.xml
More file actions
102 lines (96 loc) · 3.68 KB
/
com.ranfdev.Lobjur.metainfo.xml
File metadata and controls
102 lines (96 loc) · 3.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="UTF-8"?>
<!-- Lorenzo Miglietta 2022 <ranfdev@gmail.com> -->
<component type="desktop-application">
<id>com.ranfdev.Lobjur</id>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Lobjur</name>
<summary>Browse Lobsters and Hacker News</summary>
<branding>
<color type="primary" scheme_preference="light">#ce5050</color>
<color type="primary" scheme_preference="dark">#c15327</color>
</branding>
<description>
<p>Native GNOME client for Lobsters and Hacker News, featuring multiple feeds, collapsible comments, and an integrated web view.</p>
</description>
<screenshots>
<screenshot type="default" height="1900" width="1540">
<caption>Lobjur main window: Lobsters</caption>
<image>https://github.com/ranfdev/Lobjur/blob/master/data/screenshots/1.png?raw=true</image>
</screenshot>
<screenshot type="default" height="1900" width="1540">
<caption>Lobjur main window: HackerNews</caption>
<image>https://github.com/ranfdev/Lobjur/blob/master/data/screenshots/2.png?raw=true</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/ranfdev/Lobjur</url>
<url type="bugtracker">https://github.com/ranfdev/Lobjur/issues/</url>
<url type="donation">https://github.com/sponsors/ranfdev</url>
<url type="vcs-browser">https://github.com/ranfdev/Lobjur</url>
<content_rating type="oars-1.0" />
<releases>
<release version="1.4.0" date="2026-02-12">
<description>
<p>Major release with significant new features and improvements</p>
<ul>
<li>Added full HackerNews support with source dropdown and multiple feeds</li>
<li>Redesigned interface with sidebar navigation for better organization</li>
<li>Faster loading with on-demand content fetching</li>
<li>Improved comment display with collapsible threads and better navigation</li>
<li>Better pagination controls for easier browsing</li>
<li>Added mobile-friendly bottom navigation bar</li>
<li>Read articles directly in the app with integrated web view</li>
<li>Added context menus for copying links and opening content externally</li>
<li>Fixed various loading and display issues</li>
</ul>
</description>
</release>
<release version="1.3.0" date="2023-05-12">
<description>
<p>Changes</p>
<ul>
<li>Updated runtime</li>
<li>Updated app metadata</li>
</ul>
</description>
</release>
<release version="1.2.0" date="2022-09-03">
<description>
<p>Changes</p>
<ul>
<li>Improved view switcher on the home page</li>
<li>Added main menu in the headerbar</li>
<li>Added About page</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2022-08-05">
<description>
<p>Changes</p>
<ul>
<li>View stories by domain</li>
<li>Add external link on the story view</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2022-07-31">
<description>
<p>First release</p>
</description>
</release>
</releases>
<recommends>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<custom>
<value key="Purism::form_factor">mobile</value>
</custom>
<developer_name>Lorenzo Miglietta</developer_name>
<update_contact>ranfdev+apps@gmail.com</update_contact>
<launchable type="desktop-id">com.ranfdev.Lobjur.desktop</launchable>
</component>