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
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>page.codeberg.lo_vely.Nucleus</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Nucleus</name>
<summary>Browse the chemical elements</summary>
<description>
<p>Nucleus gives you the ability to view the periodic table of the elements, as well as a variety of properties for each element, some with a visual representation. There is also search functionality which gives you the elements in a list for efficient viewing</p>
</description>
<developer id="page.codeberg.lo_vely">
<name translate="no">Lo</name>
</developer>
<url type="homepage">https://codeberg.org/lo-vely/nucleus</url>
<url type="vcs-browser">https://codeberg.org/lo-vely/nucleus</url>
<url type="bugtracker">https://codeberg.org/lo-vely/nucleus/issues</url>
<translation type="gettext">nucleus</translation>
<launchable type="desktop-id">page.codeberg.lo_vely.Nucleus.desktop</launchable>
<content_rating type="oars-1.1" />
<recommends>
<display_length compare="ge">360</display_length>
</recommends>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
<branding>
<color type="primary" scheme_preference="light">#99c1f1</color>
<color type="primary" scheme_preference="dark">#1a5fb4</color>
</branding>
<screenshots>
<screenshot type="default">
<image>https://codeberg.org/lo-vely/nucleus/raw/commit/3ab15be06cbdc5e41062b0e2e92d08ff54e67264/data/screenshots/1.png</image>
<caption>Main page containing the periodic table and a sidebar with element properties</caption>
</screenshot>
<screenshot>
<image>https://codeberg.org/lo-vely/nucleus/raw/commit/3ab15be06cbdc5e41062b0e2e92d08ff54e67264/data/screenshots/2.png</image>
<caption>Search page containing a list of elements and the sidebar with more properties</caption>
</screenshot>
</screenshots>
<releases>
<release version="2" date="2025-10-22">
<description translate="no">
<p>This update brings translation support for Nucleus and a few minor additions and tweaks.</p>
<ul>
<li>Added a search shortcut</li>
<li>Added a status page for when no results were found in the search page</li>
<li>Electron shell dialog is now sized dynamically instead of being fixed</li>
<li>Fixed Named by property for Vanadium, Cadmium and Promethium</li>
<li>Added support for radioactivity</li>
<li>Moved Lu/Lr in the d-block</li>
<li>Made it possible to search for element symbols</li>
<li>Capitalized row titles in element info</li>
<li>Updated to GNOME 49 runtime</li>
<li>Ported to the new shortcuts dialog</li>
<li>Added Brazil Portuguese translation</li>
<li>Added Turkish translation</li>
<li>Added German translation</li>
<li>Added Finnish translation</li>
</ul>
</description>
</release>
<release version="1" date="2025-07-28">
<description translate="no">
<p>Initial release!</p>
</description>
</release>
</releases>
</component>
|