Skip to content

Commit

Permalink
updated version and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokse22 committed Sep 29, 2024
1 parent 4e61e60 commit 67ec51f
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ A simple Gtk4 app to read scrolling text from your screen, written in python.
Has an adaptive layout that let you use it on smartphone too.
</p>
<div align="center">
<img src="data/resources/Screenshot 1.png" max-height="400"/>
<img src="data/resources/Screenshot 2.png" max-height="400"/>
<img src="data/resources/screenshot 1.png" max-height="400"/>
<img src="data/resources/screenshot 2.png" max-height="400"/>
</div>


Expand Down
19 changes: 15 additions & 4 deletions data/io.github.nokse22.teleprompter.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
</branding>

<releases>
<release version="1.0.1" date="2024-09-29">
<description translate="no">
<p>Fixed translations</p>
<p>Updated screenshots</p>
</description>
</release>
<release version="1.0.0" date="2024-09-27">
<description translate="no">
<p>Updated runtime to GNOME 47</p>
Expand Down Expand Up @@ -128,13 +134,18 @@

<screenshots>
<screenshot type="default">
<caption>Teleprompter displaying text on a widescreen</caption>
<image>https://raw.githubusercontent.com/Nokse22/teleprompter/main/data/resources/Screenshot%201.png</image>
<caption>Teleprompter displaying text on a widescreen</caption>
<image>https://raw.githubusercontent.com/Nokse22/teleprompter/main/data/resources/screenshot%201.png</image>
</screenshot>

<screenshot>
<caption>Teleprompter displaying text in a narrow screen</caption>
<image>https://raw.githubusercontent.com/Nokse22/teleprompter/main/data/resources/Screenshot%202.png</image>
<caption>Teleprompter displaying text on a widescreen with dark theme</caption>
<image>https://raw.githubusercontent.com/Nokse22/teleprompter/main/data/resources/screenshot%202.png</image>
</screenshot>

<screenshot>
<caption>Teleprompter displaying text in a narrow screen</caption>
<image>https://raw.githubusercontent.com/Nokse22/teleprompter/main/data/resources/screenshot%203.png</image>
</screenshot>
</screenshots>

Expand Down
Binary file removed data/resources/Screenshot 1.png
Binary file not shown.
Binary file removed data/resources/Screenshot 2.png
Binary file not shown.
Binary file added data/resources/screenshot 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/resources/screenshot 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/resources/screenshot 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('teleprompter',
version: '1.0.0',
version: '1.0.1',
meson_version: '>= 0.63.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def on_about_action(self, *args):
application_name='Teleprompter',
application_icon='io.github.nokse22.teleprompter',
developer_name='Nokse',
version='1.0.0',
version='1.0.1',
developers=['Nokse'],
license_type="GTK_LICENSE_GPL_3_0",
issue_url='https://github.com/Nokse22/teleprompter/issues',
Expand Down

0 comments on commit 67ec51f

Please sign in to comment.