Skip to content

Commit

Permalink
Release of 1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Stürz <[email protected]>
  • Loading branch information
realchonk committed Sep 9, 2022
1 parent 4067e39 commit 71ea9a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions data/xyz.stuerz.BilligSweeper.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@
<content_rating type="oars-1.0" />

<releases>
<release version="1.3" date="2022-09-09">
<p>Version 1.3</p>
<p>ChangeLog:</p>
<p>- Added initial support for touch screens (clicking, panning, zooming) including haptic feedback</p>
<p>- Added help dialog (F1)</p>
<p>- Added second "marked" state</p>
<p>- Added death vibration</p>
<p>- Fixed panning out of bounds</p>
<p>- Presets are now configurable in the config</p>
<p>- Lots of input-related refactoring</p>
<p>- Panning is now with middle mouse button</p>
</release>
<release version="1.2.1" date="2022-09-03">
<description>
<p>Version 1.2.1</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project (
'billig-sweeper',
'c',
version: '1.3-rc2',
version: '1.3',
default_options: [
'warning_level=3',
'c_std=gnu11',
Expand Down
1 change: 1 addition & 0 deletions src/tile.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,4 @@ tile_draw (const struct tile *t, const SDL_Rect *rect)
// Render actual tile.
SDL_RenderCopy (renderer, sprite, &srect, rect);
}

0 comments on commit 71ea9a8

Please sign in to comment.