From ddcab64315a6cabdf635d0f031fd8c81b5b4778c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 24 Apr 2020 00:54:21 +0200 Subject: [PATCH] Update versions to 0.7.1 --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- README.md | 12 +++++++++--- appveyor.yml | 12 ++++++------ resources/nheko.appdata.xml | 1 + 5 files changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a4d9d7..816c757e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.7.1] -- unreleased +## [0.7.1] -- 2020-04-24 ### Features diff --git a/CMakeLists.txt b/CMakeLists.txt index 46f7282e..210340af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,7 +80,7 @@ include(QtCommon) project(nheko LANGUAGES CXX C) set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MINOR "7") -set(CPACK_PACKAGE_VERSION_PATCH "0") +set(CPACK_PACKAGE_VERSION_PATCH "1") set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR}) set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR}) set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH}) diff --git a/README.md b/README.md index 22772082..761318a3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ nheko ---- [![Build Status](https://travis-ci.org/Nheko-Reborn/nheko.svg?branch=master)](https://travis-ci.org/Nheko-Reborn/nheko) [![Build status](https://ci.appveyor.com/api/projects/status/07qrqbfylsg4hw2h/branch/master?svg=true)](https://ci.appveyor.com/project/redsky17/nheko/branch/master) -[![Stable Version](https://img.shields.io/badge/download-stable-green.svg)](https://github.com/Nheko-Reborn/nheko/releases/v0.7.0) +[![Stable Version](https://img.shields.io/badge/download-stable-green.svg)](https://github.com/Nheko-Reborn/nheko/releases/v0.7.1) [![Nightly](https://img.shields.io/badge/download-nightly-green.svg)](https://matrix-static.neko.dev/room/!TshDrgpBNBDmfDeEGN:neko.dev/) [![#nheko-reborn:matrix.org](https://img.shields.io/matrix/nheko-reborn:matrix.org.svg?label=%23nheko-reborn:matrix.org)](https://matrix.to/#/#nheko-reborn:matrix.org) [![AUR: nheko](https://img.shields.io/badge/AUR-nheko-blue.svg)](https://aur.archlinux.org/packages/nheko) @@ -98,12 +98,18 @@ guix install nheko #### macOS (10.14 and above) -with [macports](https://www.macports.org/) : +with [macports](https://www.macports.org/): ```sh sudo port install nheko ``` +with [homebrew](https://brew.sh/): + +```sh +brew cask install nheko +``` + ### Build Requirements - Qt5 (5.10 or greater). Qt 5.7 adds support for color font rendering with @@ -145,7 +151,7 @@ The bundle flags are currently: #### Linux -If you don't want to install any external dependencies, you can generate an AppImage locally using docker. +If you don't want to install any external dependencies, you can generate an AppImage locally using docker. It is not that well maintained though... ```bash make docker-app-image diff --git a/appveyor.yml b/appveyor.yml index 1b276b26..47935d0b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ --- -version: 0.7.0-{build} +version: 0.7.1-{build} configuration: Release image: Visual Studio 2017 @@ -30,8 +30,8 @@ build_script: # VERSION format: branch-master/branch-1.2 # INSTVERSION format: x.y.z # WINVERSION format: 9999.0.0.123/1.2.0.234 - - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.7.0 - - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.7.0 + - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.7.1 + - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.7.1 - if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0 - if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER% # VERSION format: v1.2.3/v1.3.4 @@ -91,9 +91,9 @@ after_build: - copy %BUILD%\deploy\installer\cleanup\package.xml installer\packages\io.github.nhekoreborn.nheko.cleanup\meta - copy %BUILD%\deploy\installer\cleanup\installscript.qs installer\packages\io.github.nhekoreborn.nheko.cleanup\meta # Amend version and date - - sed -i "s/__VERSION__/0.7.0/" installer\config\config.xml - - sed -i "s/__VERSION__/0.7.0/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml - - sed -i "s/__VERSION__/0.7.0/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml + - sed -i "s/__VERSION__/0.7.1/" installer\config\config.xml + - sed -i "s/__VERSION__/0.7.1/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml + - sed -i "s/__VERSION__/0.7.1/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml - sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml - sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml # Copy nheko data diff --git a/resources/nheko.appdata.xml b/resources/nheko.appdata.xml index 7313fe91..d3a45c00 100644 --- a/resources/nheko.appdata.xml +++ b/resources/nheko.appdata.xml @@ -43,6 +43,7 @@ https://github.com/Nheko-Reborn/nheko https://github.com/Nheko-Reborn +