You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/io.github.fizzyizzy05.binary.metainfo.xml.in
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,19 +27,19 @@
27
27
</screenshot>
28
28
</screenshots>
29
29
<releases>
30
-
<!-- release date to be confirmed, this is a placeholder for now -->
31
-
<releaseversion="4.0"date="2024-08-29">
30
+
<releaseversion="4.0"date="2024-08-02">
32
31
<descriptiontranslate="no">
33
-
<!-- Release notes incomplete. This is a brief collection of improvements and fixes made since 0.3.1, and needs to be properly written before that release. -->
34
-
<p>Binary 4.0 (or 100) is a new release the base converter app. It comes with a new design (Gregor Niehl), that's aligned vertically and comes with multiple improvements compared to before:</p>
32
+
<p>Binary 4.0 is a new release the base converter app. It comes with a new design (Gregor Niehl), that's aligned vertically and comes with multiple improvements compared to before:</p>
35
33
<ul>
36
34
<li>Output is less likely to overflow, taking space from the input</li>
37
35
<li>The output is now directly mutable instead of having a dedicated swap button</li>
36
+
<li>Binary is a bit better suited to mobile devices compared to before.</li>
38
37
</ul>
39
38
<p>Additional improvements include:</p>
40
39
<ul>
41
40
<li>Input and output bases are now saved between sessions</li>
42
-
<li>Input bases get a tooltip for invalid input, giving screen reader users more context.</li>
41
+
<li>Input bases get a tooltip for invalid input, giving screen reader users more context to if they've entered a digit wrong.</li>
42
+
<li>The base list has been re-ordered in order of base size. Octal is now between Binary and Decimal</li>
0 commit comments