Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbludov committed Apr 15, 2017
1 parent e5e6291 commit 9491334
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 10 deletions.
2 changes: 1 addition & 1 deletion chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = 'hv-ms735-config'
$installerType = 'msi'
$url = 'https://github.com/pbludov/hv-ms735-config/releases/download/v1.0/hv-ms735-config.msi'
$url = 'https://github.com/pbludov/hv-ms735-config/releases/download/v1.0.1/hv-ms735-config.msi'
$silentArgs = '/Q'
$validExitCodes = @(0)

Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
hv-ms735-config (1.0.1-1xenial1) xenial; urgency=medium

* USB report rate.
* Configurable delay for the neon illumination.
* More stable MacOS version.

-- Pavel Bludov <pbludov@gmail.com> Sat, 15 Apr 2017 22:39:11 +0800

hv-ms735-config (1.0.0-1xenial1) xenial; urgency=medium

* Initial version.
Expand Down
6 changes: 5 additions & 1 deletion doc/hv-ms735-config.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "hv-ms735-config" "1" "April 9, 2017" "hv-ms735-config 1.0" ""
.TH "hv-ms735-config" "1" "April 9, 2017" "hv-ms735-config 1.0.1" ""
.SH "NAME"
HAVIT Magic Eagle mouse unofficial configuration utility.
.SH "SYNOPSIS"
Expand All @@ -14,6 +14,10 @@ Homepage: https://github.com/pbludov/hv-ms735-config/
Get the active profile.
.IP "\fB-P\fP, \fB\-\-set\-profile\fP \fBPROFILE\fP" 10
Select the active profile.
.IP "\fB-d\fP, \fB\-\-dilimiter\fP " 10
Get the active report rate divider (1 => 1000 reports per second, 2 => 500 and so on).
.IP "\fB-D\fP, \fB\-\-set\-dilimiter\fP \fBPROFILE\fP" 10
Select the active report rate divider.
.IP "\fB-b\fP, \fB\-\-backup\fP \fBFILE\fP" 10
Backup NAND data to a file.
.IP "\fB-r\fP, \fB\-\-restore\fP \fBFILE\fP" 10
Expand Down
4 changes: 2 additions & 2 deletions hv-ms735-config.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>hv-ms735-config</id>
<version>1.0</version>
<version>1.0.1</version>
<authors>Pavel Bludov</authors>
<title>HV MS735 configuration utility</title>
<summary>HAVIT Magic Eagle configuration utility</summary>
Expand All @@ -14,7 +14,7 @@
<packageSourceUrl>https://github.com/pbludov/hv-ms735-config/</packageSourceUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/pbludov/hv-ms735-config/raw/master/res/hv-ms735-config.png</iconUrl>
<releaseNotes>Initial version</releaseNotes>
<releaseNotes>USB report rate. Configurable delay for the neon illumination. More stable MacOS version.</releaseNotes>
</metadata>
<files>
<file src="chocolateyInstall.ps1" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion hv-ms735-config.pro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include (libqhid/libqhid.pri)

TEMPLATE = app
TARGET = hv-ms735-config
VERSION = 1.0
VERSION = 1.0.1

DEFINES += PRODUCT_NAME=\\\"$$TARGET\\\" \
PRODUCT_VERSION=\\\"$$VERSION\\\"
Expand Down
6 changes: 3 additions & 3 deletions hv-ms735-config.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cask 'hv-ms735-config' do
version '1.0'
sha256 '10f2b736f6fae050867b28124fda36122322ac24e3ccf35c72a1c082048fd55c'
url "https://github.com/pbludov/hv-ms735-config/releases/download/v1.0/hv-ms735-config.dmg"
version '1.0.1'
sha256 '61f18eaea955cc0fd928666b7e9ea8289b4f52ad22da45f3f88ecae7fb0493af'
url "https://github.com/pbludov/hv-ms735-config/releases/download/v1.0.1/hv-ms735-config.dmg"
name 'HV MS735'
homepage 'https://github.com/pbludov/hv-ms735-config/'
app 'hv-ms735-config.app'
Expand Down
8 changes: 7 additions & 1 deletion hv-ms735-config.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: hv-ms735-config
Name: hv-ms735-config
Provides: hv-ms735-config
Version: 1.0
Version: 1.0.1
Release: 1%{?dist}
License: LGPL-2.1+
Source: %{name}.tar.gz
Expand Down Expand Up @@ -43,6 +43,12 @@ make install INSTALL_ROOT="%buildroot";
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png

%changelog
* Sat Apr 15 2017 Pavel Bludov <pbludov@gmail.com>
+ Version 1.0.1
- USB report rate.
- Configurable delay for the neon illumination.
- More stable MacOS version.

* Sun Apr 9 2017 Pavel Bludov <pbludov@gmail.com>
+ Version 1.0
- Initial commit
2 changes: 1 addition & 1 deletion hv-ms735-config.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<?define ProductBuild = "1.0" ?>
<?define ProductBuild = "1.0.1" ?>
<?define ProductRevision = "0" ?>
<?define ProductName = "hv-ms735-config" ?>
<?define Manufacturer = "pbludov@gmail.com" ?>
Expand Down

0 comments on commit 9491334

Please sign in to comment.