Skip to content

Commit

Permalink
Merge pull request #72 from wvdakker/v1.3
Browse files Browse the repository at this point in the history
Prepare version 1.3
  • Loading branch information
wvdakker authored May 3, 2024
2 parents c770035 + e26d884 commit ea4577d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.3 : Added BR translation and other updates.
Thanks to JuniorPolegato, cweickhmann.
Autoreconnect toggle. Thanks to danielkucera.
Fix missing includes. Thanks to fweimer-rh.
Remove control chars when saving. Thanks to blardyblar.
Many other fixes.

1.2 : Searchbar added
Load/save config from XDG_CONFIG_HOME

Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'gtkterm',
'c',
version: '1.2.1',
version: '1.3.0',
meson_version : '>= 0.46.0'
)

Expand All @@ -19,7 +19,7 @@ localedir = join_paths(prefix, get_option('localedir'))
conf = configuration_data()
conf.set_quoted('VERSION', meson.project_version())
conf.set_quoted('PACKAGE', meson.project_name())
conf.set_quoted('RELEASE_DATE', 'July 2022')
conf.set_quoted('RELEASE_DATE', 'May 2024')
conf.set_quoted('LOCALEDIR', localedir)

cc = meson.get_compiler('c')
Expand Down

0 comments on commit ea4577d

Please sign in to comment.