David Sangrey
df7d449c9b
[Fix] Correct Type Hint
2024-01-03 18:02:29 -05:00
David Sangrey
1cd62aea24
Merge pull request #2117 from HullSeals/enhancement/minor-code-tweaks
...
[Minor] Update Python Version, Deprecate Old Function, Other Minor Changes
2024-01-03 17:58:08 -05:00
Phoebe
06b845868a
Merge pull request #2119 from HullSeals/fix/repair-broken-dupe-check
...
[Fix] Add Required Dupe Imports
2024-01-03 23:55:20 +01:00
Phoebe
7f7460166b
Merge pull request #2126 from HullSeals/fix/2125/git-hash-check-fix
...
[2125] Updates Exception Check
2024-01-03 23:47:32 +01:00
David Sangrey
b81cfab786
Merge pull request #2133 from EDCD/dependabot/github_actions/develop/actions/setup-python-5
...
build(deps): bump actions/setup-python from 4 to 5
2024-01-01 18:02:04 -05:00
David Sangrey
4e99a15e53
Merge pull request #2132 from EDCD/dependabot/github_actions/develop/actions/download-artifact-4
...
build(deps): bump actions/download-artifact from 3 to 4
2024-01-01 18:01:37 -05:00
David Sangrey
85ea423bc5
Merge pull request #2134 from EDCD/dependabot/github_actions/develop/actions/upload-artifact-4
...
build(deps): bump actions/upload-artifact from 3 to 4
2024-01-01 18:00:29 -05:00
dependabot[bot]
f2297698f2
build(deps): 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>
2024-01-01 17:54:14 +00:00
dependabot[bot]
42c63b37e9
build(deps): 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>
2024-01-01 17:54:09 +00:00
dependabot[bot]
66ea2d3886
build(deps): bump actions/download-artifact from 3 to 4
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 17:54:03 +00:00
David Sangrey
a8b18e8ca4
[2127] Remove XML from Build
2024-01-01 09:33:18 -05:00
David Sangrey
46c5eb3203
[2127] Move Icon File
...
This is basically the GIMP version of a photoshop file. Move this to resources for order sake. Not bundled in code.
2023-12-31 20:49:11 -05:00
David Sangrey
e8cf33bdc9
[2127] Remove Obsolete icns file
2023-12-31 20:42:04 -05:00
David Sangrey
5882cad69f
[2127] Remove VisualManifest
2023-12-31 20:39:48 -05:00
David Sangrey
d333450bef
[Nit] Clarify Shorthash Type
...
It can be None. Declare it can be None.
2023-12-30 12:21:35 -05:00
David Sangrey
2e7c9ef38b
[2125] Updates Exception Check
...
We removed a general exception check and didn't cover all edge cases here. Add back the proper edge case.
2023-12-30 11:31:36 -05:00
David Sangrey
b7633fa6e3
Handover a number of Lists to Tuples
...
Tuples are (slightly) more efficient for comparing if x in y. Not that it'll really matter at this scale, but it's technically better and simple to implement.
Applying to all files except theme.py, because theme.py is scary.
2023-12-27 00:29:35 -05:00
David Sangrey
1976ddb0cf
Merge pull request #2118 from dvdmuckle/linux-gitversion
...
Add .gitversion file to Linux archive
2023-12-26 16:19:52 -05:00
David Muckle
3947c6af63
Reorder cases
2023-12-24 21:42:00 -05:00
David Muckle
35ff88b83b
Remove debug prints
2023-12-24 15:58:06 -05:00
David Muckle
6f84e39a4a
Proper check for .gitversion
2023-12-24 11:25:37 -05:00
David Muckle
4ae516677e
More excludes, change path for .gitversion
2023-12-24 10:34:35 -05:00
David Muckle
ffecae17a7
Need 8 characters
2023-12-24 10:28:50 -05:00
David Muckle
16f584b519
Rename for testing
2023-12-24 10:25:44 -05:00
David Muckle
b6150cab7d
Further satisfy linter
2023-12-24 10:09:49 -05:00
David Muckle
c522250a40
More indentation to satisfy linter
2023-12-23 22:03:46 -05:00
David Sangrey
4ef439f1c0
[Fix] Add Required Dupe Imports
2023-12-23 20:55:32 -05:00
David Muckle
e6e49d4601
Include .gitversion in linux archive
2023-12-23 20:20:00 -05:00
David Sangrey
f7a23b5b6f
[Minor] Bump Python Version, Update GitIgnore
2023-12-23 20:12:34 -05:00
David Sangrey
57b00c6105
[Minor] Minor Code Tweaks
...
Officially Deprecates ttkHyperlinkLabel/openurl() function, a few minor code readability updates, and updates dependencies
2023-12-23 20:12:17 -05:00
David Sangrey
b0b9113e51
[RELEASE] 5.10.0
Release/5.10.0
2023-12-20 22:39:58 -05:00
David Sangrey
631b7f93d3
Merge branch 'beta'
2023-12-20 22:20:21 -05:00
David Sangrey
b5311b4a6e
[Minor] Sync Submodule Document
2023-12-20 22:03:30 -05:00
David Sangrey
af68bbdc00
[5.10.0] Update Version String
2023-12-20 22:00:02 -05:00
David Sangrey
117183ae8f
[Lang] Update Translation Files
2023-12-20 21:48:04 -05:00
David Sangrey
9c9ca42c13
[Fix] Re-Add Shebangs
...
Required for some Unix and Mac distributions
2023-12-16 21:04:33 -05:00
Phoebe
6ffbeb8aee
[Minor] Fix docstring
2023-12-16 21:06:30 +01:00
David Sangrey
7c854781dd
Merge branch 'develop' of https://github.com/EDCD/EDMarketConnector into develop
Release/5.10.0-rc1
2023-12-16 14:58:46 -05:00
David Sangrey
51cd0f85b0
[Minor] Bump Version String
2023-12-16 14:58:36 -05:00
Phoebe
ff0fdd26e6
[Minor] Remove duplicate Comment
2023-12-16 15:22:55 +01:00
David Sangrey
be036bdb77
Merge pull request #2111 from HullSeals/enhancement/1801/FDEVID-Check
...
[1801] Add Warning for FDevIDs
2023-12-15 22:17:54 -05:00
Phoebe
17e740d3ee
[1801] Check for files at output generation
...
Adds a check to see if the FDevID files exist to the output file generation process. If they don't generate a warning log entry and continue without them.
2023-12-16 02:10:55 +01:00
David Sangrey
6292936646
[1801] Fix FDEVIDs
2023-12-15 13:21:00 -05:00
David Sangrey
25a46545ca
[1801] Add missing file check to builder
2023-12-15 12:16:44 -05:00
David Sangrey
ad455f144d
[1801] Clarify Varnames
2023-12-15 12:00:51 -05:00
David Sangrey
fe327606ab
[1801] Add Warning for FDevIDs
2023-12-15 11:51:53 -05:00
David Sangrey
a38cf5a9ac
Merge pull request #2110 from HullSeals/enhancement/broken-plugin-popup
...
Broken Plugins Popup
2023-12-15 11:50:36 -05:00
Phoebe
49ca678ff6
[Minor] Clarify Comment
...
Forgot to update the comment to be about broken plugins instead of no 3.x support ones.
2023-12-15 00:43:48 +01:00
Phoebe
9a297fb4f8
Merge pull request #2109 from HullSeals/enhancement/555/winsparkle_to_inno
...
[555] Move Default Registry Creation
2023-12-15 00:38:47 +01:00
David Sangrey
aa5abeaa9a
[Minor] Shaddup Flake
2023-12-13 19:40:27 -05:00