Skip to content

Releases: Taicanium/FLogS

v1.1.4.1

12 Oct 05:29
Compare
Choose a tag to compare

1.1.4.1 - 12/10/2024

  • Regex searching is no longer case-sensitive
  • Efficiency changes to backend and UI

v1.1.4

02 Sep 12:38
Compare
Choose a tag to compare

1.1.4 - 02/09/2024

  • Migrated to .NET 8.0
  • Fixed detection of broken eicon and icon tags.
  • Refactored color tag selection.
  • Many, many changes and optimizations to assembly-level code.
  • Massive refactoring of XAML backend interactions, including additional data bindings for sharing info between tabs.

v1.1.3.15

02 Jul 22:48
Compare
Choose a tag to compare

1.1.3.15 - 02/07/2024

  • Fixed a crash occurring when the user mouses over a UI object during single-file processing.

v1.1.3.14

20 Apr 22:47
Compare
Choose a tag to compare

1.1.3.14 - 20/04/2024

  • We now scan pre-existing destination files for apparent source log data, and refuse to overwrite them if it exists.

v1.1.3.13

17 Apr 15:14
Compare
Choose a tag to compare

1.1.3.13 - 17/04/2024

  • File and folder selection dialogs now open by default to the standard F-Chat 3.0 log location (%appdata%/fchat/data) when selecting source logs, and to the user's desktop when selecting a destination.
  • Minor fix: HTML output files containing a second, empty HTML body.

v1.1.3.12

28 Mar 04:34
Compare
Choose a tag to compare

1.1.3.12 - 27/03/2024

  • Hotfix: Recurrence of the previous headlerless HTML issue.
  • HTML messages containing multiple lines of subtext are no longer cut off by line height restrictions.

v1.1.3.11

26 Mar 08:21
Compare
Choose a tag to compare

1.1.3.11 - 26/03/2024

  • Hotfix: Italic HTML tags are no longer inserted into plaintext.

v1.1.3.10

26 Mar 00:30
Compare
Choose a tag to compare

1.1.3.10 - 25/03/2024

  • Fixed a misplaced function causing single-file HTML output to be written without a header or styling.
  • /me messages are now italicized according to the native client's renderer rather than left plain.
  • Under-the-hood changes to error message selection which are less efficient but also much cleaner.
  • Further optimizations to Regex pattern matching, including compile-time pattern functions.

v1.1.3.9

25 Mar 20:57
Compare
Choose a tag to compare

1.1.3.9 - 25/03/2024

  • Removing leftover BBCode tags after we're done translating to HTML has been massively optimized. When I say massive, I mean a literal 250% speedup in pessimistic cases. I'm ashamed of myself for not doing this sooner.
  • Private channel logs are now formatted with their IDX name (if it exists) followed by the user's supplied file name in parentheses.

v1.1.3.8

22 Mar 07:09
Compare
Choose a tag to compare

1.1.3.8 - 22/03/2024

  • Unrecognized BBCode tags are no longer erased in HTML output. Jokes such as [REDACTED] can now be preserved.
  • Small optimizations in repetitive code sequences that should lead to a token speedup when translating to HTML.