dependabot[bot]
|
067aa68162
|
Bump actions/upload-artifact from 4 to 5 (#1140)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-25 18:44:43 -08:00 |
|
dependabot[bot]
|
72d07d53ea
|
Bump actions/checkout from 5 to 6 (#1169)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-25 18:44:30 -08:00 |
|
dependabot[bot]
|
512cac7f8a
|
Bump actions/setup-python from 5 to 6 (#1077)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-09-11 13:26:09 -07:00 |
|
dependabot[bot]
|
235db43fa6
|
Bump actions/checkout from 4 to 5 (#1066)
|
2025-08-17 19:30:11 -07:00 |
|
Alex Xu
|
68186285bd
|
only use 7zz on macos (#1012)
|
2025-07-03 12:36:12 -07:00 |
|
Alex Xu
|
17c0a73f9f
|
upgrade 7z to 7zz (#1005)
|
2025-07-01 08:12:01 -07:00 |
|
Alex Xu
|
0d7487f8d4
|
remove changelog
|
2025-04-24 15:46:41 -07:00 |
|
Alex Xu
|
bc516634cf
|
Revert "build on Python 3.12 instead of Python 3.11 (#885)" (#904)
This reverts commit 80b01d298f.
|
2025-04-17 09:53:40 -07:00 |
|
Alex Xu
|
80b01d298f
|
build on Python 3.12 instead of Python 3.11 (#885)
* use python 3.12
* bump to python 3.12
|
2025-03-29 20:39:34 -07:00 |
|
Alex Xu
|
a9d0c57ba6
|
build appimage on ubuntu-22.04 instead of 24.04 (#803)
|
2025-01-06 18:05:47 -08:00 |
|
Alex Xu
|
4b7b6d1c58
|
Revert "qt6-wayland (#800)" (#801)
This reverts commit 075bc748d1.
|
2025-01-04 22:45:00 -08:00 |
|
Alex Xu
|
075bc748d1
|
qt6-wayland (#800)
|
2025-01-04 22:35:22 -08:00 |
|
Alex Xu
|
2189f4b1cb
|
Revert "build appimage on ubuntu-20.04 instead of 22.04 (#795)" (#797)
This reverts commit 462a3cebde.
|
2024-12-31 18:41:10 -08:00 |
|
Alex Xu
|
462a3cebde
|
build appimage on ubuntu-20.04 instead of 22.04 (#795)
|
2024-12-31 09:05:09 -08:00 |
|
detournemint
|
e958edd135
|
Update package-linux.yml to include libxcb-cursor0
Including libxcb-cursor0 for linux
|
2024-06-25 12:15:33 -07:00 |
|
dependabot[bot]
|
e0e6606736
|
Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-21 21:58:00 -07:00 |
|
Alex Xu
|
ee31b784cb
|
Add native Apple Silicon support by upgrading qt5 to qt6 (#523)
* initial upgrade
* fix epub icon
* pyside6
* fix tray icon
* add spaces
* add comment back
* change exec
* edit shared
* Add CheckState enums
* add mozJpeg
* fix batch
* import CheckedState
* remove references to qt5
* add mozJpeg warning
* Update package-linux.yml
* Update package-linux.yml
* Update Dockerfile-base
* Update README.md
* Update package-linux.yml
* Update README.md
* Update README.md
* add mozjpeg to gitignore
* add warning text
* fix state issue
* use same settings save location as qt5
* remove space
* remove mozJpeg
* update Dockerfile-base file version
* use getattr instead of eval
* undo readme changes
* undo conda
* undo gitignore
---------
Co-authored-by: Alexander Xu <alexanderx@qualtrics.com>
Co-authored-by: darodi <4682830+darodi@users.noreply.github.com>
|
2024-01-02 14:08:39 -08:00 |
|
dependabot[bot]
|
b1379b7c59
|
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-21 09:42:11 -08:00 |
|
dependabot[bot]
|
e79e5a311c
|
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-10 20:02:36 -08:00 |
|
dependabot[bot]
|
61b1207a3e
|
Bump actions/checkout from 3 to 4 (#592)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-09-16 12:10:53 +00:00 |
|
darodi
|
c98d6179c3
|
docker update (#521)
|
2023-05-14 17:10:40 +00:00 |
|
dependabot[bot]
|
c049adc3a1
|
Bump actions/checkout from 2 to 3 (#484)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-27 21:31:42 +01:00 |
|
darodi
|
a3ce26983e
|
new AppImage (#483)
|
2023-02-23 18:26:05 +01:00 |
|
dependabot[bot]
|
fe8195cfed
|
Bump actions/upload-artifact from 2 to 3 (#468)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-15 20:38:25 +01:00 |
|
darodi
|
fb0c0231f3
|
build pipeline : drop pypi
|
2023-01-22 17:42:09 +01:00 |
|
darodi
|
9ee375c6e4
|
change repository to ciromattia
|
2023-01-14 01:44:16 +01:00 |
|
darodi
|
be4b35b705
|
update to python 3.11
|
2023-01-14 00:31:12 +01:00 |
|
dependabot[bot]
|
ab7d629ba9
|
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-01-14 00:31:12 +01:00 |
|
darodi
|
2462d11b5e
|
appImage with ubuntu-20.04
|
2023-01-14 00:31:10 +01:00 |
|
darodi
|
6e10636356
|
Adding Dockerfile
|
2023-01-14 00:27:53 +01:00 |
|