Commit Graph
40 Commits
Author SHA1 Message Date
yyc12345 3069ad4e26 fix: fix liquid range literal issue by hacking it
use hacking way to resolve the issue that liquid range literal has hard +/- 1024 boundary which blocks the ability of rendering RC template
2026-09-22 11:43:29 +08:00
yyc12345 5491092037 doc: update README 2026-09-21 21:29:01 +08:00
yyc12345 cc9d1b534e chore: add keywords and classifiers for project 2026-09-21 21:19:27 +08:00
yyc12345 ef8103f1fd doc: change doc hierarchy 2026-09-21 21:15:59 +08:00
yyc12345 046c06679c doc: add content for examples 2026-09-21 21:04:24 +08:00
yyc12345 429422715c fix: liquid render function now create parent dir if possible
liquid render function now create the parent directory of its target if possible to fix the issue that user need manually create directory hierarchy for multiple output render command.
2026-09-21 20:49:41 +08:00
yyc12345 835e3437c7 fix: remove redundant whitespace in template 2026-09-21 20:39:41 +08:00
yyc12345 6f9a712813 feat: add InnoSetup file support 2026-09-21 20:08:27 +08:00
yyc12345 d2254d5491 doc: use InnoSetup to replace NSIS support 2026-09-21 15:54:26 +08:00
yyc12345 5e9fde5052 feat: add plist support 2026-09-21 14:35:55 +08:00
yyc12345 29c2b6d1f6 doc: update DEVNOTE for macos bundle files 2026-09-21 14:26:52 +08:00
yyc12345 18a7309ac7 feat: add MSIX file support 2026-09-20 11:41:35 +08:00
yyc12345 d17bde9b00 doc: move design reference into one document and write more about it 2026-09-19 11:14:44 +08:00
yyc12345 aaa7eea338 refactor: refactor liquid template examples 2026-09-18 16:10:19 +08:00
yyc12345 1c40731ffa refactor: refactor cli order 2026-09-18 15:40:36 +08:00
yyc12345 a527b5807a doc: optimize README chapters 2026-09-18 13:04:04 +08:00
yyc12345 7e9f4323c1 refactor: refactor language pack for future plist work 2026-09-18 12:34:37 +08:00
yyc12345 650f7cd6d7 doc: add standard version mark in code comment 2026-09-17 20:49:45 +08:00
yyc12345 deb94dd51a refactor: refactor cli module 2026-09-17 18:50:39 +08:00
yyc12345 b33d634020 feat: add AppStream file support 2026-09-17 16:50:28 +08:00
yyc12345 f1bb0e2a0c feat: add desktop file support 2026-09-17 15:02:21 +08:00
yyc12345 7986c72ff0 fix: add source language field in manifest
add source language field in manifest to fix the bug that source string is not included in render context
2026-09-17 10:50:28 +08:00
yyc12345 93c69f764d doc: update document style 2026-09-17 08:26:17 +08:00
yyc12345 0350e139c1 feat: add update command for rc render 2026-09-15 16:57:29 +08:00
yyc12345 b4dbd34c3b refactor: use langmap and langid instead of specified winlang 2026-09-15 16:28:01 +08:00
yyc12345 08d47c3ea8 refactor: refactor render module 2026-09-15 16:11:49 +08:00
yyc12345 4a82292aff refactor: refactor cmd execution 2026-09-15 10:20:56 +08:00
yyc12345 d0bca69006 refactor: refactor pofile module 2026-09-15 09:59:10 +08:00
yyc12345 cea485f85c refactor: refactor manifest module 2026-09-14 16:07:59 +08:00
yyc12345 a0a48b1865 doc: add developer notes 2026-09-14 16:07:45 +08:00
yyc12345 312e323d1d refactor: refactor cli module 2026-09-14 14:27:09 +08:00
yyc12345 5aaad2f3b4 refactor: merge PO operations all in one 2026-09-14 11:01:28 +08:00
yyc12345 743d5a98b9 refactor: strip manifest out from catalog 2026-09-14 10:46:57 +08:00
yyc12345 a392894196 feat: add example for RC file 2026-09-14 10:26:47 +08:00
yyc12345 3454d5cfe5 chore: disable formatter for lcid map 2026-09-14 10:03:50 +08:00
yyc12345 5f39860576 refactor: introduce collective liquid filter declarations 2026-09-14 10:00:34 +08:00
yyc12345 003429f1bc refactor: refactor for language id 2026-09-14 09:28:15 +08:00
yyc12345 025aee7700 chore: add more infos in pyproject.toml 2026-09-14 09:27:10 +08:00
yyc12345 ff58800bae chore: switch LICENSE owner 2026-09-14 09:25:33 +08:00
yyc12345 a10dbf7595 feat: initialize project with RC file render 2026-09-14 09:22:57 +08:00