Overview
Comment: | [Changed] New icon, slightly less awful. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ac0b363ad155246f85a0fd535077292d |
User & Date: | Cthulhux on 2024-05-15 00:47:25 |
Other Links: | manifest | tags |
Context
2024-05-16
| ||
00:55 | less bad Windows screenshot for README check-in: b4c8a6fb9f user: Cthulhux tags: trunk | |
2024-05-15
| ||
00:47 | [Changed] New icon, slightly less awful. check-in: ac0b363ad1 user: Cthulhux tags: trunk | |
2024-05-03
| ||
17:09 | ... wrong default page check-in: b479b861b3 user: Cthulhux tags: trunk | |
Changes
Modified CHANGES.txt from [5d626d4270] to [30e695a4be].
1 2 3 4 5 6 7 | Version 0.14.0 2024-05-02 [Feature] On Windows, Ghostscript replaced pdfroff (thanks for testing @wysardry). [Bugfix] The groff detection logic was not as logical as it should have been. [Feature] There is an option to keep both the .ps and the .pdf file now. [Feature] Non-Windows users can choose to use Ghostscript (if installed) or pdfroff. | > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | Version [next] [Changed] New icon, slightly less awful. ------------------------------- Version 0.14.0 2024-05-02 [Feature] On Windows, Ghostscript replaced pdfroff (thanks for testing @wysardry). [Bugfix] The groff detection logic was not as logical as it should have been. [Feature] There is an option to keep both the .ps and the .pdf file now. [Feature] Non-Windows users can choose to use Ghostscript (if installed) or pdfroff. |
︙ | ︙ |
Modified src/groffstudio.ico from [4bb8a2075a] to [c0e388a025].
cannot compute difference between binary files
Modified src/groffstudio.lpi from [309b575829] to [2a3298f582].
︙ | ︙ | |||
19 20 21 22 23 24 25 | <Resource_0 FileName="..\LICENSE" Type="RCDATA" ResourceName="LICENSE"/> </Resources> </General> <VersionInfo> <UseVersionInfo Value="True"/> <AutoIncrementBuild Value="True"/> <MinorVersionNr Value="14"/> | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | <Resource_0 FileName="..\LICENSE" Type="RCDATA" ResourceName="LICENSE"/> </Resources> </General> <VersionInfo> <UseVersionInfo Value="True"/> <AutoIncrementBuild Value="True"/> <MinorVersionNr Value="14"/> <BuildNr Value="12"/> <StringTable ProductName="groffstudio"/> </VersionInfo> <BuildModes> <Item Name="Default" Default="True"/> </BuildModes> <PublishOptions> <Version Value="2"/> |
︙ | ︙ |