Commit Graph

768 Commits

Author SHA1 Message Date
Emrik Östling
3e7e95b53c feature: add download all file by file alongside the tar download (#415) 2025-10-07 21:27:31 +02:00
C4illin
27e9b7eb35 chore: update with new converters 2025-10-05 20:46:07 +00:00
Emrik Östling
add3a6229e Merge pull request #413 from C4illin/devcontainer 2025-10-05 17:14:42 +02:00
C4illin
2e406cac3d chore: add bun extension 2025-10-05 15:11:41 +00:00
C4illin
6fa6978f30 chore: fix lint 2025-10-05 15:09:51 +00:00
C4illin
7691594b10 chore: fix formatting 2025-10-05 14:54:19 +00:00
C4illin
17325a6e6d chore: fix lint 2025-10-05 14:19:13 +00:00
C4illin
d984891791 chore: add devcontainer 2025-10-05 13:57:54 +00:00
C4illin
78bac9c9ca chore: update packages 2025-10-05 13:56:47 +00:00
C4illin
126e60fec7 chore: remove gif from vips 2025-10-05 14:48:57 +02:00
C4illin
7a59070e91 Merge branch 'main' of https://github.com/C4illin/ConvertX 2025-10-02 17:30:02 +02:00
C4illin
c9b65c7652 chore: use auth macro instead of checking it on every path 2025-10-02 17:29:58 +02:00
C4illin
13d9ce09a4 chore: update packages 2025-10-02 17:29:07 +02:00
Emrik Östling
f4fc053db3 Merge pull request #412 from C4illin/renovate/peter-evans-dockerhub-description-5.x
chore(deps): update peter-evans/dockerhub-description action to v5
2025-10-01 23:16:07 +02:00
renovate[bot]
d3fc6a237f chore(deps): update peter-evans/dockerhub-description action to v5 2025-10-01 20:30:22 +00:00
C4illin
8a888ccda6 fix: missing public files
issue: #314
2025-09-28 16:16:38 +02:00
Emrik Östling
a4e20aa62a Merge pull request #402 from ben-burwood/dasel 2025-09-09 20:10:00 +02:00
Ben Burwood
1cc4862d51 Change require to import for FS and Remove Test 2025-09-09 18:54:29 +01:00
Ben Burwood
c6b64ced91 Formatting 2025-09-09 09:17:39 +01:00
Ben Burwood
38cbf093e5 Update README.md 2025-09-09 00:32:47 +01:00
Ben Burwood
d8ddfa31e3 Update dasel.test.ts 2025-09-09 00:32:09 +01:00
Ben Burwood
c3e4f676fc Add Dasel Converter 2025-09-09 00:26:40 +01:00
Ben Burwood
e668b828ea Add Dasel VersionCheck 2025-09-09 00:18:26 +01:00
Ben Burwood
eaeac2cb78 Add Fake Dasel Test 2025-09-09 00:12:29 +01:00
Ben Burwood
5d74ec59c1 Install Dasel in Dockerfile 2025-09-08 23:52:13 +01:00
Ben Burwood
645b29e5d1 Add Dasel to Readme 2025-09-08 23:51:50 +01:00
Emrik Östling
aee9677029 Merge pull request #394 from r0gueSch0lar/main
Adding latexmk to dockerfile install packages, convertx errors otherw…
2025-08-25 16:13:29 +02:00
foo
da982dc831 Adding latexmk to dockerfile install packages, convertx errors otherwise complaining about latexmk not found in path when converting latex files with xetex 2025-08-25 15:32:05 +10:00
Emrik Östling
a64eaa3fc0 Merge pull request #391 from C4illin/copilot/fix-68d2749d-16f6-4f00-8ba6-58b411cc0c98 2025-08-21 15:56:07 +02:00
copilot-swe-agent[bot]
a63651f715 Fix linting issues: configure knip for test files and fix prettier formatting
Co-authored-by: C4illin <20753603+C4illin@users.noreply.github.com>
2025-08-21 13:34:04 +00:00
copilot-swe-agent[bot]
bb67b708e7 Initial plan 2025-08-21 13:25:41 +00:00
C4illin
dc0d37c71e chore: upgrade bun-types due to bug 2025-08-13 23:48:05 +02:00
C4illin
0287c4d458 chore: include tests in knip 2025-08-13 23:44:35 +02:00
C4illin
47be1061b7 chore: add bun version files 2025-08-13 23:35:07 +02:00
C4illin
1c79de2f37 ci: add bun test workflow 2025-08-13 20:52:55 +02:00
C4illin
9696cc7188 chore: format files 2025-08-13 20:51:41 +02:00
Emrik Östling
082dd8c1f2 Merge pull request #388 from SAHIL-Sharma21/feat/Vtracer_implementation
Feat: add VTracer converter for raster to vector conversion
2025-08-13 18:37:35 +02:00
Sahil
43524dcdb1 Refactor and fix: clean up dockerfile and format done with fix in types 2025-08-13 18:26:17 +05:30
Sahil
45a0540edf vtracer: bug fix in vtracer.ts file and code refactor 2025-08-13 17:55:45 +05:30
Sahil
2b784d1edc dockerfile: removing line spaces and adding original comments 2025-08-13 17:14:07 +05:30
Sahil
8650cf9a63 docs: add Vtracer to converter table 2025-08-13 17:07:35 +05:30
Sahil
76c840dbaa feat: vtracer implemented and added docker file binaries install 2025-08-12 22:26:39 +05:30
Sahil
e78de6f6de vtracer implementation in converter directory 2025-08-12 20:53:23 +05:30
Emrik Östling
554edf5a27 Merge pull request #373 from Laertes87/AddUnitTests
test: add unit tests for converters
2025-08-11 22:35:57 +02:00
Emrik Östling
6fca398a12 Merge pull request #387 from C4illin/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2025-08-11 22:22:14 +02:00
renovate[bot]
5bf3fbc10e chore(deps): update actions/checkout action to v5 2025-08-11 13:42:58 +00:00
Jörg Krzeslak
d994c38219 test: fix imports after eslint config changes 2025-08-11 15:09:20 +02:00
Jörg Krzeslak
3dccbfc797 test: add tests directory to tsconfig 2025-08-11 14:24:28 +02:00
Emrik Östling
c3d461f102 Merge branch 'main' into AddUnitTests 2025-08-11 14:10:42 +02:00
Jörg Krzeslak
c0105889ab test: extract duplicate code into another helper 2025-08-11 13:16:31 +02:00