Skip to content

Commit

Permalink
Merge pull request #711 from Sjoerd1993/release
Browse files Browse the repository at this point in the history
Release 1.7.0
  • Loading branch information
cmkohnen authored Jan 10, 2024
2 parents 842bcef + c4f639c commit 7d2ff25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions data/se.sjoerd.Graphs.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@
</screenshot>
</screenshots>
<releases>
<release version="1.7.0" date="2023-12-14">
<release version="1.7.0" date="2024-01-10">
<description translatable="no">
<p>Version 1.7 marks our biggest release yet. With a migration to GNOME 45 and a new UI overhaul with a revamped style editor.
Other major highlights include a new curve fitting functionality, the ability to open projects directly, and support for gestures in the canvas.
Other major highlights include a new curve fitting functionality, the ability to open projects directly and support for gestures in the canvas. A full changelog
can be found below:
</p>
<p>New in Graphs:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
project('graphs', 'c', 'vala',
version: '1.7.0-beta',
version: '1.7.0',
meson_version: '>= 0.64.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def show_about_window(self):
Adw.AboutWindow(
transient_for=self.get_window(), application_name=self.get_name(),
application_icon=self.get_application_id(), website=self.get_website(),
developer_name=self.get_author() + ", et al.",
developer_name=self.get_author() + " et al.",
issue_url=self.get_issues(),
version=self.get_version(), developers=[
"Sjoerd Stendahl <[email protected]>",
Expand Down

0 comments on commit 7d2ff25

Please sign in to comment.