Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
V
vitis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eugene 'Vindex' Stulin
vitis
Commits
8579ed14
Commit
8579ed14
authored
Dec 07, 2019
by
Eugene 'Vindex' Stulin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preparing a new release (0.12)
parent
3afcedc7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
7 deletions
+15
-7
README.md
README.md
+3
-3
build-scripts/update_readme.sh
build-scripts/update_readme.sh
+2
-2
changelog
changelog
+9
-1
source/version
source/version
+1
-1
No files found.
README.md
View file @
8579ed14
...
...
@@ -23,7 +23,7 @@ See details: `vitis --help`
## Ready-made packages
Latest version of tarball with sources:
[
vitis-0.1
1.tar.xz
](
https://bitbucket.org/vindexbit/vitis/downloads/vitis-0.11
.tar.xz
)
Latest version of tarball with sources:
[
vitis-0.1
2.tar.xz
](
https://bitbucket.org/vindexbit/vitis/downloads/vitis-0.12
.tar.xz
)
*~~~~~~~~~*
...
...
@@ -41,9 +41,9 @@ sudo apt install vitis
### x86_64
Latest version of deb-package:
[
vitis_0.1
1_amd64.deb
](
https://bitbucket.org/vindexbit/vitis/downloads/vitis_0.1
1_amd64.deb
)
Latest version of deb-package:
[
vitis_0.1
2-1_amd64.deb
](
https://bitbucket.org/vindexbit/vitis/downloads/vitis_0.12-
1_amd64.deb
)
Latest version of deb-package for ARMv7:
[
vitis_0.1
1_armhf.deb
](
https://bitbucket.org/vindexbit/vitis/downloads/vitis_0.1
1_armhf.deb
)
Latest version of deb-package for ARMv7:
[
vitis_0.1
2-1_armhf.deb
](
https://bitbucket.org/vindexbit/vitis/downloads/vitis_0.12-
1_armhf.deb
)
*Checked on Debian 10 and Ubuntu 18.04*
...
...
build-scripts/update_readme.sh
View file @
8579ed14
...
...
@@ -23,7 +23,7 @@ makePackageLinkInREADME() {
rm
tmp
}
PKG_NAME
=
${
APP
}
_
${
VERSION
}
_amd64.deb
PKG_NAME
=
${
APP
}
_
${
VERSION
}
-1
_amd64
.deb
LINK_DESCRIPTION
=
"Latest version of deb-package:"
makePackageLinkInREADME
...
...
@@ -32,7 +32,7 @@ PKG_NAME=${APP}-${VERSION}.tar.xz
LINK_DESCRIPTION
=
"Latest version of tarball with sources:"
makePackageLinkInREADME
PKG_NAME
=
${
APP
}
_
${
VERSION
}
_armhf.deb
PKG_NAME
=
${
APP
}
_
${
VERSION
}
-1
_armhf
.deb
LINK_DESCRIPTION
=
"Latest version of deb-package for ARMv7:"
makePackageLinkInREADME
...
...
changelog
View file @
8579ed14
* Fri Dec 7 2019 Eugene 'Vindex' Stulin <tech.vindex@gmail.com> 0.12
- categories are combined when creating an alias with
an existing category name;
- HTML-page saves with command line option '--save' only
(the configuration does not affect the saving of pages);
- some bugs fixes.
* Mon Nov 4 2019 Eugene 'Vindex' Stulin <tech.vindex@gmail.com> 0.11
- generation of deb and rpm has been removed from the build system.
...
...
@@ -12,7 +19,8 @@
* Sun Aug 24 2019 Eugene 'Vindex' Stulin <tech.vindex@gmail.com> 0.10.2
- case sensitivity fixed (used to work with the opposite logic);
- opening of empty file list (for example, 'vitis open Thing \\ Thing') corrected;
- error of opening empty file list corrected
(for example, 'vitis open Thing \\ Thing');
- fixed incorrect behavior in the absence of command line arguments.
* Wed Jun 19 2019 Eugene 'Vindex' Stulin <tech.vindex@gmail.com> 0.10.0
...
...
source/version
View file @
8579ed14
0.12~pre2
\ No newline at end of file
0.12
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment