File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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+
116Changes in 1.4.5
217================
318
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ AC_PREREQ([2.63])
22
33m4_define ( [ flatpak_builder_major_version] , [ 1] )
44m4_define ( [ flatpak_builder_minor_version] , [ 4] )
5- m4_define ( [ flatpak_builder_micro_version] , [ 5 ] )
5+ m4_define ( [ flatpak_builder_micro_version] , [ 6 ] )
66m4_define ( [ flatpak_builder_version] ,
77 [ flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version] )
88
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments