Skip to content

Releases: ABridoux/lux

0.5.0

21 Feb 21:03
ec1cb60

Choose a tag to compare

Added

  • YAML support [#92]

Changed

  • FileInjectionService: Use SwiftSoup to parse the HTML file

Fixed

  • Zsh +option was not parsed properly [#91]
  • Zsh '&' keyword was not parsed

Note

The FileInjectionService now uses SwiftSoup and there is an issue with newlines being added when the code is Plist or XML. While this is being resolved, it's still possible to use the command-line tool to highlight a block of code with those formats.

Linux compatibility

03 Sep 11:14
cace008

Choose a tag to compare

Fixed

  • Linux color (NSColor/UIKitColor) compiler flag to ignore
  • Zsh programs starting wit a point or a slash "/" fixed

[Hotfix] Swift injection unwanted spaces

02 Sep 11:25
eb87b90

Choose a tag to compare

  • Swift injetion prefix ‘swift-” and removed unwanted spaces
  • Fixed LuxCLT case
  • Lux logo fixed: replaced white area by masks on layers

Zsh parsing fixes

08 Aug 13:35
aa02b5b

Choose a tag to compare

Added

  • Lux logo

Fixed

  • Variables in a condition were not properly parsed [#76]
  • Zsh programs given as a path to an executale were not properly parsed
  • < ans > were not properly parsed with a HTML injector [#75]

Minor internal improvements

20 Jul 17:04
87b44c9

Choose a tag to compare

Changed

  • BaseInjector inject(in:) function now final. The function to override is now inject(inEscapedHTMLEntities:) [#71]

Fixed

  • PlistInjector can now handle the HTML entities escaping [#71]

Xcode dark theme

06 Jul 13:39
c433264

Choose a tag to compare

Added

  • Xcode dark theme [#66]

Changed

  • Zsh colors (better light mode blending) [#65]

Fixed

  • JSON empty strings [#65]

[Hotfix] JSON escaped quotes

04 Jul 09:32
c0b65dc

Choose a tag to compare

Fixed

  • JSON escaped quotes (for real this time) with ",\n allowed and "," not required to end a string value

Xcode light theme

02 Jul 21:39
8174ced

Choose a tag to compare

Added

  • Xcode Default light theme

Changed

  • Color initialisation for categories and themes with rgb rather than hex code [#58]

Fixed

  • JSON escaped quotes in a key value

[Hotfix] Swift theming fixed

30 Jun 15:34
910a62a

Choose a tag to compare

Fixed

  • Swift theming was not working

[Bugfix] Zsh backquote with option

30 Jun 14:29
bb36250

Choose a tag to compare

Fixed

  • Zsh backquote after option was taken with it [#51]

Changed

  • Swift default theme to Xcode Default Light [#51]
  • Theme background color specification inside the Injector through its delegate [#51]