From 2f0cfca89f94d99c52489ff65fb7df0c67efe610 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Wed, 20 May 2020 10:32:44 +0000 Subject: Remmina release v1.4.4 * RDP Plugin - Adding UDP support, implements #2153 !2038 @antenore; * Adding proxy and local storage support !2039 @antenore; * RDP option to prefer IPv6 AAAA record over IPv4 A records !2040 @antenore; * Snap: Install icons system-wide and use them !2042 @ed10vi; * Allow users to override the app ID !2044 @garymoon; * Use icon name instead of localizable string in gtk_image_new_from_icon_name() !2045 @yurchor; * Fix minor typos !2046 @yurchor; * Don't grab when window has no focus, issue #2165 !2047 @giox069; * SSH tunnel and VNC fixes !2048 @antenore; * Adding explicitly trueColour in the client format structure. Fixes #2181 and #810 !2049 @antenore; * Code refactoring. !2050 @antenore; * Extract subtitle for translation !2051 @yurchor; * [SSH] Connection pre/post command not replacing SSH tunnel parameters !2053 @antenore; * SNAP: Remove libssh, available in distro !2052 @ed10vi; * 2189 !2054 @giox069; * Adding Remmina_debug function to simplify log reporting !2055 @antenore; * Removing OnlyShowIn as deprecated in the latest freedesktop spec. Closes #2198 !2056 @antenore; * Cleaning up GLib deprecations !2058 @antenore; * And much more committed directly in the master branch; * Polish is a new language. * Thousands of new strings have been translated with Weblate; Signed-off-by: Antenore Gatta --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f171d70e..3838e919e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,20 +105,20 @@ flatpak:test: script: - /bin/sh -xe ./flatpak/flatpak-build.sh artifacts: - name: "$CI_MERGE_REQUEST_ID-flatpak" + expose_as: 'Testing flatpak package' paths: - flatpak/${BUNDLE} expire_in: 10 days - expose_as: 'Testing flatpak download' cache: paths: - flatpak/.flatpak-builder/cache + - flatpak/.flatpak-builder/downloads + - flatpak/.flatpak-builder/git only: - refs: - - tags - - merge_requests - - web - - schedules + - merge_requests + - tags + - web + - schedules snap:build: image: ubuntudesktop/gnome-3-28-1804 -- cgit v1.2.3