Skip to content

Release 24.10.06

Latest
Compare
Choose a tag to compare
@Tricky1975 Tricky1975 released this 06 Oct 21:27
· 4 commits to kitty since this release
d7b9fc1

The first release of Kitty after being translated from C# into C++.

  • Please note I translated Kitty, so this version and the original C# version will look almost identical to the user
  • A bit more info is given when starting up
  • Kitty has also been successfully compiled for Linux. Since it doesn't require any dependencies, it should work on all distros.
  • The GINI format was already deprecated, so it has been removed. INI should do in both regular INI as GINIE files.
  • The original Scyndi language was removed (as it was discontinued), the current Scyndi language should be supported.
  • In XML and HTML Kitty would act funny when tags were not properly closed. II wrote a kind of a "fix" for that as I was translating.
  • Kitty acted very funny in some languages when a file was in CRLF format. During translating I fixed that in the process.
  • Please note that the C# version was NOT updated in this process, so the bug fixes won't affect that version.

Well, enjoy!