Kevin Yue
452fe2f189
update doc
2021-09-19 15:40:20 +08:00
Kevin Yue
8a65099ca7
Migrate to cmake and refine the code structure ( #92 )
...
* migrate to cmake
* move the 3rd party libs
* organize 3rdparty
* update the 3rd party version
* refine the CMakeLists.txt
* update install command
* update install command
* update install command
* update install command
* update dependency
* update the dependency
* update the dependency
* remove CPM.cmake
* remove QtCreator project file
* update cmake file
* improve cmake file
* add cmakew
* use wget
* remove echo
* update the doc
* remove the screenshot
* update the doc
* update the install steps
* check the openconnect version
* update the doc
* update install scripts
* fix install scripts
* improve message
* improve message
* improve install scripts
* improve the version check
* improve the version check
* improve install script
* add version
* organize includes
* add version bump
* update CI
* update CI
* add the release flag
* update message
2021-09-19 14:32:12 +08:00
Kevin Yue
5c97b2df7a
QStringView -> QString
2021-09-14 00:32:05 +08:00
Kevin Yue
0d4485d754
Update README.md
2021-09-10 22:49:54 +08:00
Kevin Yue
98e641e99d
release 1.3.3
2021-09-04 19:03:01 +08:00
Kevin Yue
6fa77cdbd2
Fix the clientos param ( #87 )
...
* fix the clientos param
* fix the clientos param
2021-09-04 18:56:17 +08:00
Kevin Yue
64e6487e7e
release 1.3.2
2021-09-02 21:11:47 +08:00
Kevin Yue
e8b2c1606f
Add default value to client os ( #86 )
...
* add default value for clientos
* update CI
* update icon format
* change the icon format
2021-09-02 21:08:56 +08:00
Kevin Yue
84f1480653
release 1.3.1
2021-08-31 20:54:04 +08:00
Kevin Yue
3175855122
add rpm packaging ( #83 )
2021-08-31 20:52:08 +08:00
Kevin Yue
fa8b5c1528
Update CI scripts
2021-08-29 20:06:13 +08:00
Kevin Yue
7b9942c7e6
Update README.md
2021-08-26 00:42:25 +08:00
Kevin Yue
011a1a0dec
Update README.md
2021-08-26 00:39:13 +08:00
Kevin Yue
4a53033023
[ci] use action-automatic-releases
2021-08-23 08:53:41 +08:00
Kevin Yue
9c6ea1c4b5
[ci] replace artifacts
2021-08-23 08:32:12 +08:00
Kevin Yue
3369ad4c1d
[ci] update release action
2021-08-23 08:13:01 +08:00
Kevin Yue
25c9f2291a
Update pre-release.yml
2021-08-23 01:35:12 +08:00
Kevin Yue
bba3bc7e4f
[ci] improve action script
2021-08-23 01:04:17 +08:00
Kevin Yue
b12b692090
[ci] update action script
2021-08-23 00:30:01 +08:00
Kevin Yue
1300a0cc43
[ci] install qt
2021-08-22 23:56:05 +08:00
Kevin Yue
165080b476
[ci] build debian package
2021-08-22 23:46:20 +08:00
Kevin Yue
d6af8a1598
[ci] Update the changlog
2021-08-22 22:41:47 +08:00
Kevin Yue
eef92b1d31
Update action script
2021-08-22 21:07:52 +08:00
Kevin Yue
946ead24a4
Bump the changelog
2021-08-22 20:05:59 +08:00
Kevin Yue
39e57c8598
Add version suffix
2021-08-22 19:30:34 +08:00
Kevin Yue
4e2e423c27
Update the branch
2021-08-22 18:39:31 +08:00
Kevin Yue
732a62f1ee
Add pre-release action
2021-08-22 18:34:56 +08:00
Kevin Yue
9f9444a72b
Display error when OpenConnect was not found ( #81 )
2021-08-21 19:32:13 +08:00
Kevin Yue
6352e1fb2b
Make the clientos
configurable and improve Reset Settings ( #80 )
...
* Set the gateway
* Make clientos configurable
* Update readme.md
* Update README.md
2021-08-21 18:44:16 +08:00
Kevin Yue
42cae3ff26
Port the splitCommand method ( #79 )
2021-08-19 19:10:05 +08:00
Kevin Yue
53c8572cf6
Update main.yml
2021-08-19 18:42:26 +08:00
Kevin Yue
3f6467321f
Update main.yml
2021-08-19 18:33:01 +08:00
Kevin Yue
563ec48c8c
Update main.yml
2021-08-19 18:26:05 +08:00
Kevin Yue
3787ae164c
Update main.yml
2021-08-19 18:24:30 +08:00
Kevin Yue
04a24c34e8
Update future plan
2021-08-18 16:16:52 +08:00
Kevin Yue
fe68248b1f
Add future plan
2021-08-18 16:03:08 +08:00
Kevin Yue
47013033ec
Release 1.3.0
2021-08-15 20:44:18 +08:00
Kevin Yue
05fb9a26bd
Update links
2021-08-15 20:40:13 +08:00
Kevin Yue
96962f957c
Add links ( #77 )
2021-08-15 17:36:51 +08:00
Kevin Yue
b4f9cfae67
Support custom parameters ( #76 )
...
* Add the setting icon
* Add support for custom parameters
* Ignore auto generated files
* Update README.md
2021-08-15 12:47:02 +08:00
Jan Vlug
c8942984a8
Added missing dependency for Fedora 34 ( #75 )
...
* Added missing dependency for Fedora 34.
* Removed architecture specification.
* Whitespace.
2021-08-08 19:17:15 +08:00
Darío Cutillas
3907827d0e
Add pre-requisites for Fedora ( #73 )
2021-08-03 22:25:09 +08:00
Kevin Yue
f089996cdc
Release 1.2.9
2021-08-03 22:20:36 +08:00
Tom Almeida
260b557238
Properly handle gateway responses that return Javascript errors ( #74 )
...
This was previously causing a segmentation fault, as the gateway
response would not be valid XML to be parsed.
Closes : #38 , #71
2021-08-03 22:17:50 +08:00
Robert M Flight
3495dbfe18
Remove qt5 default ( #68 )
...
* removing qt5-default
as of ubuntu 21.04 it doesn't exist anymore
* update readme
based on ubuntu 21, and actually installing the deb for ubuntu
* missed the other package
2021-07-04 18:31:28 +08:00
Matt McHenry
cdf193024c
README.md: add section for NixOS ( #65 )
2021-06-18 21:35:28 +08:00
Kevin Yue
76de070d78
Update publish.yml
2021-05-07 13:42:33 +08:00
Kevin Yue
420ae27888
Update publish.yml
2021-05-07 13:34:22 +08:00
Tobias Sarnowski
6a347746cc
Mark for inclusion in aarch64 archlinux repository ( #58 )
...
This version of the software was tested on current Manjaro as of this
commit date on a Pinebook Pro with the official aarch64 KDE image.
2021-05-06 15:19:07 +08:00
Kevin Yue
624babb380
Update publish.yml
2021-04-25 21:24:08 +08:00