Sudo-Ivan
839e106b10
Refactor Taskfile.yml to simplify Poetry commands by removing Python module prefix
2026-03-06 02:33:00 -06:00
Sudo-Ivan
6152f61a23
Add lint task to run all linters in Taskfile.yml
2026-02-23 19:43:13 -06:00
Sudo-Ivan
5b1332c7dd
Add Wine setup task and update build workflows
...
- Introduced a new task for setting up the Wine environment for Windows cross-builds in Taskfile.yml.
- Updated build-test.yml and build.yml workflows to include 'xvfb' in the Wine installation command for improved compatibility.
- Refactored the Wine setup process in the build workflow to utilize the new task instead of inline commands, enhancing maintainability.
2026-01-16 10:47:47 -06:00
Sudo-Ivan
c5e1d5cfec
Add support for building arm64 applications on Linux and Windows
...
- Introduced new tasks for building Linux arm64 AppImage and Windows arm64 portable EXE.
- Updated existing build commands to streamline the process for legacy Electron applications.
- Improved command syntax for electron-builder to enhance clarity and maintainability.
2026-01-14 19:46:45 -06:00
Sudo-Ivan
837c62ef96
Refactor Taskfile for improved organization and clarity
2026-01-14 19:30:08 -06:00
Sudo-Ivan
d167d7c32e
Update legacy Electron configuration and build tasks
...
- Add legacy package.json
- Update Taskfile
2026-01-14 18:00:02 -06:00
Sudo-Ivan
7fb7543efe
Update Taskfile.yml
2026-01-10 18:56:54 -06:00
Sudo-Ivan
8489f4531f
Add Wine support for building Windows executables and all Electron apps in Taskfile.yml
2026-01-10 18:35:15 -06:00
Sudo-Ivan
b009757253
fix windows builds
2026-01-10 17:51:30 -06:00
Sudo-Ivan
194f467298
chore(task): remove 'out' directory cleanup from Taskfile.yml
2026-01-04 23:02:40 -06:00
Sudo-Ivan
571dba4715
feat(Taskfile): add new 'check' task to run format, lint, and test commands
2026-01-03 22:41:54 -06:00
Sudo-Ivan
7f30ffe07a
chore(docker): update Docker configuration
2026-01-03 22:12:39 -06:00
Sudo-Ivan
cc5b4a9f0d
feat(workflows): add build-zip task for Electron ZIP archive and update build process to include ZIP artifact collection
2026-01-03 20:54:33 -06:00
Sudo-Ivan
db6d8d590b
feat(build): add tasks for building Linux RPM and Flatpak packages; update build workflow to include new packaging steps
2026-01-03 19:28:44 -06:00
Sudo-Ivan
17d7ad86a0
feat(tests): update Taskfile to exclude i18n tests from frontend tests and add dedicated language tests for Node.js and Python
2026-01-03 18:43:24 -06:00
Sudo-Ivan
246d9f5f74
chore(taskfile): simplify linting commands in Taskfile.yml to check all files
2026-01-03 17:41:16 -06:00
Sudo-Ivan
184f0dbf14
docs(README): update README
2026-01-03 17:23:52 -06:00
Sudo-Ivan
96a7df3bcb
feat(taskfile): add Electron Forge tasks for starting, packaging, and generating distributables; remove obsolete Flatpak tasks
2026-01-03 17:20:09 -06:00
Sudo-Ivan
b59c21f483
feat(Taskfile, workflows): add new benchmarking and integrity testing tasks, and create a Gitea workflow for automated benchmarks
2026-01-03 15:44:17 -06:00
Sudo-Ivan
dc7448d41e
chore(Taskfile): remove redundant command to clean assets before building frontend
2026-01-03 10:53:25 -06:00
Sudo-Ivan
8d87a61e67
feat(tasks): improve Taskfile with new formatting and testing tasks for Python and frontend
2026-01-03 10:38:14 -06:00
Sudo-Ivan
1b7ad1cf61
chore(lint): update ruff commands to exclude tests during linting and formatting
2026-01-02 20:35:20 -06:00
Sudo-Ivan
1477bd92d8
feat(tests): add tasks for running Python and frontend tests, including a combined test task
2026-01-02 19:30:53 -06:00
Sudo-Ivan
7e571f516d
feat(ci): add backend compilation step to CI workflow and introduce compile task for Python syntax checking
2026-01-02 18:38:16 -06:00
Sudo-Ivan
7dd5f5702a
chore(package): add Linux and Windows distribution scripts and update artifact naming convention for builds
2026-01-02 18:35:59 -06:00
Sudo-Ivan
d957d051ef
chore(Taskfile): remove demo Docker build and run tasks to simplify configuration
2026-01-02 17:24:25 -06:00
Sudo-Ivan
3ae9920d1f
feat(Taskfile): add Docker build tasks and update Python environment setup to use Poetry
2026-01-02 12:20:41 -06:00
Sudo-Ivan
9734c18c4f
chore(Taskfile): consolidate build commands for Electron apps and add task for building all platforms
2026-01-02 11:11:30 -06:00
Sudo-Ivan
20c0e10767
chore(Taskfile): add tasks for setting up Python environment and linting
2026-01-02 09:31:11 -06:00
Sudo-Ivan
dc6f0cae29
chore(Taskfile): simplify install task and remove sync-version task
2026-01-02 09:23:01 -06:00
Sudo-Ivan
b18a538ced
feat(taskfile): rename 'develop' task to 'dev', add 'fix' task for linting and formatting issues
2026-01-02 01:19:44 -06:00
Sudo-Ivan
87a56d08b8
feat(flatpak): add task to check for required Flatpak SDK and dependencies before building
2026-01-01 23:57:28 -06:00
Sudo-Ivan
4221f13ba1
feat(flatpak): add tasks for building, installing, and running Flatpak package
2026-01-01 23:44:52 -06:00
Sudo-Ivan
eafa345ce7
feat(task): add new environment variables for Android build paths and update task commands to use them
2026-01-01 22:46:01 -06:00
Sudo-Ivan
78572a6090
feat(android): enhance android-prepare task to copy and vendor dependencies for MeshChatX
2026-01-01 21:56:48 -06:00
Sudo-Ivan
c3a000aa99
feat(android): add tasks for Android project initialization, preparation, and building APKs
2026-01-01 21:09:03 -06:00
Sudo-Ivan
df80587199
feat(demo): add tasks to build and run frontend-only demo Docker image
2026-01-01 16:19:23 -06:00
Sudo-Ivan
23dbe7b789
1.0.0
2026-01-01 15:25:23 -06:00
Sudo-Ivan
716007802e
0.1.0
2026-01-01 15:05:29 -06:00