File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,21 @@ Tilix Release Notes
55
662 . Manually write NEWS entries for Tilix in the same format as usual.
77
8- ` git shortlog 1.9.5 .. | grep -i -v trivial | grep -v Merge > NEWS.new `
8+ ` git shortlog 1.9.6 .. | grep -i -v trivial | grep -v Merge > NEWS.new `
99
1010```
11- Version 1.9.6
11+ Version 1.9.7
1212~~~~~~~~~~~~~~
13- Released: 2022 -xx-xx
13+ Released: 2024 -xx-xx
1414
1515Notes:
1616
1717Features:
1818
1919Bugfixes:
2020
21+ Miscellaneous:
22+
2123Contributors:
2224```
2325
@@ -27,8 +29,8 @@ Contributors:
2729
28305 . Commit NEWS and other changes to Git, tag release:
2931```
30- git commit -a -m "Release version 1.9.6 "
31- git tag -s -f -m "Release 1.9.6 " 1.9.6 <gpg password>
32+ git commit -a -m "Release version 1.9.7 "
33+ git tag -s -f -m "Release 1.9.7 " 1.9.7 <gpg password>
3234git push --tags
3335git push
3436```
Original file line number Diff line number Diff line change 11project (
22 ' Tilix' , ' d' ,
3- version : ' 1.9.6 ' ,
3+ version : ' 1.9.7 ' ,
44 license : ' MPL-2.0' ,
55 meson_version : ' >= 0.56'
66)
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix";
6666
6767// Application values used in About Dialog
6868enum APPLICATION_NAME = " Tilix" ;
69- enum APPLICATION_VERSION = " 1.9.6 " ;
69+ enum APPLICATION_VERSION = " 1.9.7 " ;
7070enum APPLICATION_AUTHOR = " Gerald Nunn" ;
7171enum APPLICATION_COPYRIGHT = " Copyright \xc2\xa9 2020 " ~ APPLICATION_AUTHOR ;
7272enum APPLICATION_COMMENTS = N_ (" A VTE based terminal emulator for Linux" );
You can’t perform that action at this time.
0 commit comments