Skip to content

Commit c2c03c4

Browse files
committed
Release 1.4.6
1 parent 1041b15 commit c2c03c4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Changes in 1.4.6
2+
================
3+
4+
* Support specifying appstream compose URL policy with `--compose-url-policy`
5+
* Support fetching and checking out Git LFS objects
6+
* Add disable-lfs option to disable fetching Git LFS objects on a per source basis
7+
* Prevent deleting current working directory, state directory or their parents with force-clean
8+
* Create appstream ref branches in locally exported repo
9+
* Log sdk, runtime and base versions and commits used with `--verbose`
10+
* Pass `--no-gpg-sign` to `git commit` when committing archives inside state directory
11+
* Pass `--no-gpg-sign` to `git am` when applying patches
12+
* Fix the meson build with `-Dinstalled_tests=true`
13+
* Fix the screenshot ref commit test to work offline
14+
* Improvements to docs and CI
15+
116
Changes in 1.4.5
217
================
318

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
22

33
m4_define([flatpak_builder_major_version], [1])
44
m4_define([flatpak_builder_minor_version], [4])
5-
m4_define([flatpak_builder_micro_version], [5])
5+
m4_define([flatpak_builder_micro_version], [6])
66
m4_define([flatpak_builder_version],
77
[flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version])
88

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(
33
'c',
44
license: 'LGPL-2.1-or-later',
55
meson_version: '>= 0.56.2',
6-
version: '1.4.5',
6+
version: '1.4.6',
77
default_options: 'c_std=gnu99',
88
)
99

0 commit comments

Comments
 (0)