OmegaT main-capstan¶
We maintain our own fork of OmegaT, where we merge features/enhancements and bug fixes developed by Briac PilprΓ© and Thomas Cordonnier.
We used version 5.7.2 in PISA 2025 FT and other projects, while we worked on patches to be included in 5.7.3 (to be released for PISA 2025 MS).
Summary of what was done:¶
In our clone:
Created the new main-capstan
branch based on the branch we used to create the 5.7.2 build:
Got all Thomas' current branches (it needs to be done to fetch updates in Thomas' code):
To merge a feature branch¶
Check out the branch where to start merging feature branches:
To add feature branch, do git pull thomas BRANCH
. For example, to add the functuality commit target files on close, it was done:
Then, committed changes:
Tags¶
We tagged the commit we used to create the 5.7.2 build:
The same thing will be done with next build, which will tagged as v5.7.3-capstan
, and so on.