Skip to content

Commit

Permalink
Merge pull request #88 from SubhadeepJasu/signed_integer_fix
Browse files Browse the repository at this point in the history
Signed integer fix
  • Loading branch information
SubhadeepJasu authored Nov 3, 2021
2 parents 6878a97 + 1f3f28e commit 9b162f0
Show file tree
Hide file tree
Showing 7 changed files with 607 additions and 672 deletions.
12 changes: 12 additions & 0 deletions data/com.github.subhadeepjasu.pebbles.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release date="2021-11-03" version="2.0.3">
<description>
<p>Improved:</p>
<ul>
<li>[Programmer] Transition to integer-integer logic for all operations</li>
</ul>
<p>Translations:</p>
<ul>
<li>Simplified Chinese (by Tommy He)</li>
</ul>
</description>
</release>
<release date="2021-09-19" version="2.0.2">
<description>
<p>Fixed:</p>
Expand Down
2 changes: 1 addition & 1 deletion data/com.github.subhadeepjasu.pebbles.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<value nick="feigen_delta" value="8" />
<value nick="apery" value="9" />
</enum>
<schema path="/com/github/SubhadeepJasu/pebbles/" id="com.github.subhadeepjasu.pebbles" gettext-domain="com.github.subhadeepjasu.pebbles">
<schema path="/com/github/subhadeepjasu/pebbles/" id="com.github.subhadeepjasu.pebbles" gettext-domain="com.github.subhadeepjasu.pebbles">
<key name="window-x" type="i">
<default>-1</default>
<summary>The saved x-position of the window.</summary>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project (
'com.github.subhadeepjasu.pebbles',
'vala', 'c',
version: '2.0.2',
version: '2.0.3',
)

# GNOME module
Expand Down
324 changes: 0 additions & 324 deletions src/Core/Programmer.vala

This file was deleted.

Loading

0 comments on commit 9b162f0

Please sign in to comment.