Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions io.github.dman95.SASM.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,39 @@

<url type="homepage">https://dman95.github.io</url>
<url type="help">https://github.com/Dman95/SASM/issues</url>
<url type="vcs-browser">https://github.com/Dman95/SASM</url>
<launchable type="desktop-id">io.github.dman95.SASM.desktop</launchable>
<screenshots>
<screenshot type="default">
<image type="source">https://dman95.github.io/SASM/images/Screenshot3.png</image>
<image type="source" xml:lang="ru">https://dman95.github.io/SASM/images/Screenshot2.png</image>
<image type="source" xml:lang="ru">https://dman95.github.io/SASM/images/Screenshot1.png</image>
<caption>The home screen of SASM with the "About SASM" window open</caption>
</screenshot>
<screenshot>
<image type="source">https://dman95.github.io/SASM/images/Screenshot4.png</image>
<image type="source" xml:lang="ru">https://dman95.github.io/SASM/images/Screenshot1.png</image>
<image type="source" xml:lang="ru">https://dman95.github.io/SASM/images/Screenshot2.png</image>
<caption>Debugging Assembly code inside SASM</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />

<releases>
<release version="3.15.0" date="2025-02-07">
<description translatable="no">
<p>Recommended to click "Reset all" button in settings after update from previous versions.</p>
<ol>
<li>"Find and replace" dialog improved for keyboard usage (thanks KolhozTools).</li>
<li>Brazilian Portuguese language added (thanks williampe99).</li>
<li>Support for opening .s files added.</li>
<li>Problems with non-latin usernames in Windows fixed more robustly.</li>
<li>Cursor jumps during editing while debugging fixed.</li>
<li>Fresh GCC versions build warnings fixed.</li>
<li>Fresh GDB versions debugging problems fixed.</li>
<li>Syntax highlighting fixed.</li>
<li>Other minor fixes applied.</li>
</ol>
</description>
</release>
<release version="3.14.0" date="2023-03-03">
<description translatable="no">
<p>Recommended to click "Reset all" button in settings after update from previous versions.</p>
Expand Down
6 changes: 3 additions & 3 deletions io.github.dman95.SASM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
app-id: io.github.dman95.SASM

runtime: org.kde.Sdk
runtime-version: '5.15-23.08'
runtime-version: '5.15-25.08'
sdk: org.kde.Sdk

command: 'sasm'
Expand All @@ -31,8 +31,8 @@ modules:
sources:
- type: git
url: https://github.com/Dman95/SASM.git
tag: v3.14.0
commit: 6bb9ba90b3cd8019c8b8ef7593fb8cf8f5da3a1d
tag: v3.15.0
commit: 9993afb1fd0fedfa86225e95f03de5963ecb3c5f
- type: shell
commands:
- rm -rf {Linux,BSD}/bin
Expand Down