Skip to content

Releases: jotaen/klog-sublime

3.3.0

19 Oct 11:18
Compare
Choose a tag to compare
  • Fix recognition of multiple tags with values

3.2.0

19 Aug 10:47
Compare
Choose a tag to compare

Update syntax highlighting for tags, according to the latest klog file format specification:

  • Tags can contain dashes, e.g. #tag-with-dashes. (#under_scores had already been allowed before.)
  • Tags can have values, e.g. #tag=value
    • Values are delimited by a = from the tag name. You can use them for additional meta-data. Real-life examples: #project=175 or #movie=pulp-fiction
    • Values can be quoted, e.g. #movie="Pulp Fiction" or #movie='Pulp Fiction'

3.1.0

01 Apr 07:55
Compare
Choose a tag to compare
Change default scope for tags

3.0.1

01 Apr 07:40
Compare
Choose a tag to compare
Add headline

3.0.0

01 Apr 07:38
Compare
Choose a tag to compare
Remove included colour overrides

2.1.0

31 Mar 21:18
Compare
Choose a tag to compare
Make `invalid` scopes specific

2.0.0

31 Mar 20:42
Compare
Choose a tag to compare
Refactor all scope naming and assignments

1.4.0

28 Mar 07:19
Compare
Choose a tag to compare
Fix recognition of multiline summaries

1.3.0

26 Mar 10:58
Compare
Choose a tag to compare
Add smart completions

1.2.0

26 Mar 09:38
Compare
Choose a tag to compare
Refactor fallback colouring