Merge branch 'chrbayer.0324-releasenotes-icon' into 'master'

release notes

See merge request gridtracker.org/gridtracker!80
merge-requests/81/merge
Matthew Chambers 2021-03-26 19:19:19 +00:00
commit a98aa9002d
3 zmienionych plików z 18 dodań i 18 usunięć

Wyświetl plik

@ -109,7 +109,7 @@ win-packaging:
rm windows/setup.nsi
rm windows/setup.nsi.tmp.1
rm windows/setup.nsi.tmp.2
(cd dist ; mv *.exe ../artifacts)
(cd dist ; mv GridTracker-Installer.*.exe ../artifacts)
echo -e "\e[0Ksection_end:`date +%s`:native_build\e[0K"
@ -303,21 +303,20 @@ nr0q_upload_release:
# this only creates a "source code release" -- gitlab doesn't specify binaries
# except as links to external storage, which is suboptimal for now
# This section appears broke and is failing when ran, comment out for now
#source_release:
# stage: deploy
# image: registry.gitlab.com/gitlab-org/release-cli:latest
# rules:
# - if: '$CI_COMMIT_TAG =~ /^(v).*/'
# release:
# tag_name: $CI_COMMIT_TAG
# name: GridTracker $CI_COMMIT_TAG
# description: GridTracker release $CI_COMMIT_TAG
# ref: '$CI_COMMIT_SHA'
# assets:
# links:
# - name: Binary images for $CI_COMMIT_TAG
# url: https://fleetwood.mchambersradio.com/gridtracker/$CI_COMMIT_TAG/
# script:
# - echo 'Release for $CI_COMMIT_TAG'
source_release:
stage: deploy
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: '$CI_COMMIT_TAG =~ /^(v).*/'
release:
tag_name: $CI_COMMIT_TAG
name: GridTracker $CI_COMMIT_TAG
description: GridTracker release $CI_COMMIT_TAG
ref: '$CI_COMMIT_SHA'
assets:
links:
- name: Binary images for $CI_COMMIT_TAG
url: https://fleetwood.mchambersradio.com/gridtracker/$CI_COMMIT_TAG/
script:
- echo 'Release for $CI_COMMIT_TAG'

1
debian/changelog vendored
Wyświetl plik

@ -1,6 +1,7 @@
gridtracker (1.21.0324) unstable; urgency=medium
[Christian Bayer]
* Fixed #72 CR not filtering correctly
* Fixed #63 blurry Windows icon
[Matthew Chambers]
* Fixed #71 bug with loading adif files
This is the hotfix release of the first public release of 1.21.0322

Plik binarny nie jest wyświetlany.