Skip to content

Commit 854a694

Browse files
committed
remove old entries
1 parent 577349f commit 854a694

File tree

3 files changed

+7
-78
lines changed

3 files changed

+7
-78
lines changed

data/rollit.desktop.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[Desktop Entry]
22
Name=Roll-It
3+
Type=Application
34
GenericName=Dice Roller
45
Comment=Simply roll a dice
5-
Categories=Game;RolePlaying;Math;GTK;
66
Exec=io.github.ellie_commons.rollit
77
Icon=io.github.ellie_commons.rollit
8-
SingleMainWindow=true
9-
Terminal=false
10-
Type=Application
8+
9+
Categories=Game;RolePlaying;Math;GTK;
1110
Keywords=Die;Dice;Roll;Random;Number;Rnd;Num;
11+
SingleMainWindow=true
12+
Terminal=false

data/rollit.metainfo.xml.in

Lines changed: 1 addition & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<release version="3.0.4" date="2025-07-26">
7777
<description>
7878
<ul>
79-
<li></li>
79+
<li>Modernizing the code a bit further</li>
8080
<li>Localization: Dices in history localize properly</li>
8181
</ul>
8282
</description>
@@ -109,77 +109,5 @@
109109
</ul>
110110
</description>
111111
</release>
112-
<release version="2.1.1" date="2021-12-24">
113-
<description>
114-
<p>Backend Updates</p>
115-
<ul>
116-
<li>Updated category information for better discoverability</li>
117-
<li>Stricter sandboxing</li>
118-
<li>Bump platform to 6.1</li>
119-
</ul>
120-
</description>
121-
</release>
122-
<release version="2.1.0" date="2021-08-09">
123-
<description>
124-
<p>elementary OS 6 Update!</p>
125-
<ul>
126-
<li>Respects new dark style preference</li>
127-
<li>Headerbar and 'Roll' button follow the system accent color</li>
128-
<li>Dice menu now features keyboard shortcut labels</li>
129-
<li>Various refinements to the UI and the backend</li>
130-
</ul>
131-
</description>
132-
</release>">
133-
<release version="2.0.0" date="2020-11-13">
134-
<description>
135-
<p>History and Keyboard Shortcuts</p>
136-
<ul>
137-
<li>Previous rolls are now stored in a new roll history pane</li>
138-
<li>Many keyboard shortcuts have been added</li>
139-
<li>Custom die value is now saved regardless of the last-selected die option</li>
140-
<li>More code cleanups and refactoring on the backend</li>
141-
</ul>
142-
</description>
143-
</release>
144-
<release version="1.2.2" date="2020-10-10">
145-
<description>
146-
<p>Visual Tweaks and Backend Stuff</p>
147-
<ul>
148-
<li>Fixed spacing of the combo-button and number display</li>
149-
<li>Header styling adjusted</li>
150-
<li>Prep for elementary OS 6 support</li>
151-
<li>Code cleanups</li>
152-
</ul>
153-
</description>
154-
</release>
155-
<release version="1.2.0" date="2020-08-21">
156-
<description>
157-
<p>Implemented dice presets</p>
158-
</description>
159-
</release>
160-
<release version="1.1.0" date="2020-05-08">
161-
<description>
162-
<p>Remembers previously-selected number for highest possible roll</p>
163-
</description>
164-
</release>
165-
<release version="1.0.2" date="2020-02-13">
166-
<description>
167-
<ul>
168-
<li>Added release info to AppData</li>
169-
<li>Rewrote app description to be more concise</li>
170-
<li>French translations by @NathanBnm</li>
171-
</ul>
172-
</description>
173-
</release>
174-
<release version="1.0.1" date="2020-02-09">
175-
<description>
176-
<p>AppData fixes</p>
177-
</description>
178-
</release>
179-
<release version="1.0.0" date="2020-02-09">
180-
<description>
181-
<p>Initial release</p>
182-
</description>
183-
</release>
184112
</releases>
185113
</component>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('io.github.ellie_commons.rollit',
22
'vala', 'c',
3-
version: '3.0.3')
3+
version: '3.0.4')
44

55
gnome = import('gnome')
66
i18n = import('i18n')

0 commit comments

Comments
 (0)