Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
a671bd62
Commit
a671bd62
authored
6 years ago
by
Konstantinos Sideris
Browse files
Options
Downloads
Patches
Plain Diff
v0.6.2
parent
184c8b28
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
README.md
+1
-1
1 addition, 1 deletion
README.md
appveyor.yml
+6
-6
6 additions, 6 deletions
appveyor.yml
resources/nheko.appdata.xml
+1
-0
1 addition, 0 deletions
resources/nheko.appdata.xml
with
10 additions
and
9 deletions
CHANGELOG.md
+
1
−
1
View file @
a671bd62
...
...
@@ -2,7 +2,7 @@
## [Unreleased]
## [0.6.2] - 2018-10-0
6
## [0.6.2] - 2018-10-0
7
### Features
-
Display tags as sorting items in the community panel (#401 @vberger)
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
a671bd62
...
...
@@ -16,7 +16,7 @@ include(QtCommon)
project
(
nheko LANGUAGES C CXX
)
set
(
CPACK_PACKAGE_VERSION_MAJOR
"0"
)
set
(
CPACK_PACKAGE_VERSION_MINOR
"6"
)
set
(
CPACK_PACKAGE_VERSION_PATCH
"
1
"
)
set
(
CPACK_PACKAGE_VERSION_PATCH
"
2
"
)
set
(
PROJECT_VERSION_MAJOR
${
CPACK_PACKAGE_VERSION_MAJOR
}
)
set
(
PROJECT_VERSION_MINOR
${
CPACK_PACKAGE_VERSION_MINOR
}
)
set
(
PROJECT_VERSION_PATCH
${
CPACK_PACKAGE_VERSION_PATCH
}
)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
a671bd62
...
...
@@ -2,7 +2,7 @@ nheko
----
[

](https://travis-ci.org/mujx/nheko)
[

](https://ci.appveyor.com/project/mujx/nheko/branch/master)
[

](https://github.com/mujx/nheko/releases/v0.6.
1
)
[

](https://github.com/mujx/nheko/releases/v0.6.
2
)
[

](https://github.com/mujx/nheko/releases/nightly)
[

](https://matrix.to/#/#nheko:matrix.org)
[

](https://aur.archlinux.org/packages/nheko)
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
6
−
6
View file @
a671bd62
---
version
:
0.6.
1
-{build}
version
:
0.6.
2
-{build}
configuration
:
Release
image
:
Visual Studio
2017
...
...
@@ -37,8 +37,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.6.
1
-
if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.6.
1
-
if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.6.
2
-
if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.6.
2
-
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
...
...
@@ -110,9 +110,9 @@ after_build:
-
copy %BUILD%\deploy\installer\cleanup\package.xml installer\packages\com.mujx.nheko.cleanup\meta
-
copy %BUILD%\deploy\installer\cleanup\installscript.qs installer\packages\com.mujx.nheko.cleanup\meta
# Amend version and date
-
sed -i "s/__VERSION__/0.6.
1
/" installer\config\config.xml
-
sed -i "s/__VERSION__/0.6.
1
/" installer\packages\com.mujx.nheko\meta\package.xml
-
sed -i "s/__VERSION__/0.6.
1
/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml
-
sed -i "s/__VERSION__/0.6.
2
/" installer\config\config.xml
-
sed -i "s/__VERSION__/0.6.
2
/" installer\packages\com.mujx.nheko\meta\package.xml
-
sed -i "s/__VERSION__/0.6.
2
/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml
-
sed -i "s/__DATE__/%DATE%/" installer\packages\com.mujx.nheko\meta\package.xml
-
sed -i "s/__DATE__/%DATE%/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml
# Copy nheko data
...
...
This diff is collapsed.
Click to expand it.
resources/nheko.appdata.xml
+
1
−
0
View file @
a671bd62
...
...
@@ -19,6 +19,7 @@
<url
type=
"homepage"
>
https://github.com/mujx/nheko
</url>
<update_contact>
https://github.com/mujx
</update_contact>
<releases>
<release
version=
"0.6.2"
date=
"2018-10-07"
/>
<release
version=
"0.6.1"
date=
"2018-09-26"
/>
<release
version=
"0.6.0"
date=
"2018-09-21"
/>
<release
version=
"0.5.5"
date=
"2018-09-01"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment