Commit Graph

49 Commits

Author SHA1 Message Date
Hydrus Network Developer 890deb324e Version 494 2022-08-03 15:59:51 -05:00
Hydrus Network Developer 9eba697c31 And fixing the artifact paths more 2022-07-31 20:15:54 -05:00
Hydrus Network Developer 128bd3724e Fix for artifact names 2022-07-31 20:12:36 -05:00
Hydrus Network Developer 84ea7a0873 Win build shiboken fix?
There's a hack in the client spec for shiboken2, shiboken6 doesn't have the directory referenced, so let's try taking it out.
2022-07-31 20:10:27 -05:00
Hydrus Network Developer b1ab9931b5 Qt6 Build Test
Some more compatibility for Qt5&6, and first try at build scripts.
2022-07-31 19:45:12 -05:00
Hydrus Network Developer 35f8b7849a Version 488 build scripts fix for macos opencv 2022-06-08 15:45:02 -05:00
Hydrus Network Developer d5c3b5a9a4 Version 488 fixing build scripts 2022-06-08 15:03:12 -05:00
Hydrus Network Developer c834b288f6 Update release.yml
Fingers crossed this puts the correct version number into Inno
2022-02-28 21:18:49 -06:00
Paul Friederichsen d5ce68f8e3 Revert "Add revision-date plugin to mkdocs gh-pages config"
This reverts commit 9353f49745.
2022-02-19 17:08:35 -06:00
Paul Friederichsen 9353f49745 Add revision-date plugin to mkdocs gh-pages config 2022-02-19 16:44:22 -06:00
Paul Friederichsen 5635b31b84 Install mkdocs-redirects for publish_docs action 2022-02-19 16:16:15 -06:00
Paul Friederichsen 083b4410a1 Add redirects for old /help/* pages on GitHub Pages 2022-02-19 16:14:12 -06:00
Paul Friederichsen ddcc6fd55f Add concurrency to publish_docs GH Actions workflow 2022-02-19 14:54:45 -06:00
Paul Friederichsen 3882e63025 Set site_url when deploying to GitHub Pages 2022-02-19 14:54:22 -06:00
Paul Friederichsen 9550648a27 Merge remote-tracking branch 'hydrusnetwork/master' into mkdocs 2022-02-16 16:33:36 -06:00
Hydrus Network Developer 83b2d2e6f1 Version 474
closes #1068, closes #1063, closes #1060
2022-02-16 16:10:11 -06:00
Paul Friederichsen d5b372efaf Remove working directory from just macOS build task 2022-02-15 06:04:46 -06:00
Paul Friederichsen d7b9841a18 Add working directory for mkdocs build task 2022-02-15 05:58:48 -06:00
Paul Friederichsen 39c6b9fdda Add building docs to GitHub Actions for release 2022-02-15 05:44:11 -06:00
Paul Friederichsen 52ea5203ad Add GitHub Pages docs publishing GH Actions workflow 2022-02-15 05:11:04 -06:00
Hydrus Network Developer f2669f3f5b Version 473 2022-02-09 15:04:42 -06:00
Hydrus Network Developer 3be38d0594 Version 472 hotfix 2
Ok, undoing mpv for now
2022-02-02 17:15:26 -06:00
Hydrus Network Developer 93e6664e05 Version 472
closes #770
2022-02-02 16:14:01 -06:00
Hydrus Network Developer fa5ebd9c22 Version 468
closes #1036, closes #1039, closes #1033
2022-01-05 16:15:56 -06:00
Kaleb Luedtke c39276150b
Set Version Info 2021-12-23 07:41:43 -06:00
suika 75e4888aea Fix hydrus client not building for docker 2021-07-28 17:23:36 +02:00
Paul Friederichsen 87d5dfe53b
Update the bug report issue template
Mostly some grammar and content changes. Removes the preset title, adds instructions to the version field, changes from "older" to "other" in OS options for when new versions come out and we haven't updated the template or people are running betas.
2021-07-24 14:12:38 -05:00
Zweibach 174dff98d0 Incorporated feedback from floo 2021-07-22 22:33:49 +02:00
Zweibach 47a106c011 Replacing .md with the cool and improved .yaml 2021-07-22 21:38:35 +02:00
Hydrus Network Developer d45617c11e Version 444 2021-06-23 16:11:38 -05:00
suika 64008c8232 Install pyoxidizer via pip 2021-06-09 23:32:44 +02:00
suika 3b5606b1ff Files that do not exists can't be chowned 2021-05-29 23:07:57 +02:00
suika cc9755c772 Try cargo caching 2021-05-29 21:59:05 +02:00
suika 4ec36a1025 sudo, windows path fix 2021-05-29 21:32:05 +02:00
suika 4795ddcf6f Fix linux permissions, adjut folder layout in windows zip
There is a bit of difference in 7z when using .\abc\ or abc\.
cd is an alias for Set-Location.
2021-05-29 21:17:12 +02:00
suika d4fb5978ea Adjust hydrus directory in tar.gz 2021-05-27 19:24:55 +02:00
suika 47be0b2fe7 7x compression speed, <1% difference
224M  a2.zip
224M  a3.zip
224M  a4.zip
215M  a5.zip
214M  a7.zip
213M  a9.zip

7z.exe a -tzip -mm=Deflate -mx=9 a9.zip '.\a\'
Seconds           : 15
TotalSeconds      : 75,5258841
TotalMilliseconds : 75525,8841

7z.exe a -tzip -mm=Deflate -mx=7 a7.zip '.\a\'
Seconds           : 27
TotalSeconds      : 27,5862156
TotalMilliseconds : 27586,2156

7z.exe a -tzip -mm=Deflate -mx=5 a5.zip '.\a\'
Seconds           : 10
TotalSeconds      : 10,659311
TotalMilliseconds : 10659,311

7z.exe a -tzip -mm=Deflate -mx=4 a4.zip '.\a\'
Seconds           : 3
TotalSeconds      : 3,0019556
TotalMilliseconds : 3001,9556

7z.exe a -tzip -mm=Deflate -mx=3 a3.zip '.\a\'
Seconds           : 3
TotalSeconds      : 3,0287854
TotalMilliseconds : 3028,7854

7z.exe a -tzip -mm=Deflate -mx=2 a2.zip '.\a\'
Seconds           : 3
TotalSeconds      : 3,0034021
TotalMilliseconds : 3003,4021
2021-05-27 19:05:36 +02:00
suika 99f2feb7a3 Change path for tar compression to an existing directory
ctrl+c ctrl+v
2021-05-27 18:39:11 +02:00
suika 45c87160ad Compress directories in their respective jobs for faster release 2021-05-27 18:29:32 +02:00
suika 5b786e7076 Release workflows and workflow formatting 2021-05-09 16:40:42 +02:00
suika 2826c2a139 Rename release workflow 2021-05-09 16:34:13 +02:00
suika ea42a62a04 Move MacOS build files into their own directory
to prepare for further builds and configruations.
2021-05-07 14:15:22 +02:00
suika ea1e418d6c Include bin directory, add ffmpeg executable
MacOS builds seem to have a problem of not being able to access the ffmpeg that is outside their app location. So as a quick solution the executable will be copied into bin and the bin will be included in the build.
2021-05-07 13:55:41 +02:00
Hydrus Network Developer 23146f47e2 Version 437 2021-04-28 16:43:16 -05:00
Hydrus Network Developer eb3e3d7df7 Version 436 2021-04-20 17:01:22 -05:00
Hydrus Network Developer db41d93f6e Create macos_build.yml 2021-04-13 23:19:32 -05:00
Hydrus Network Developer e6b8b67e2d Update issue templates 2020-06-27 14:31:04 -05:00
Hydrus Network Developer d7a0876b43 Update issue templates 2020-06-13 15:10:55 -05:00
Hydrus Network Developer 86bc6d8a14 Update issue templates 2020-06-13 15:01:48 -05:00