Tags

Tags give the ability to mark specific points in history as being important
  • v1.5.0

    Release: v1.5.0
    Release version 1.5.0
    
    Added:
    - Support for the End of Dragons specializations:
      - Willbender
      - Vindicator
      - Bladesworn
      - Mechanist
      - Untamed
      - Specter
      - Catalyst
      - Virtuoso
      - Harbinger
    - Support for the End of Dragons strike missions:
      - Captain Mai Trin (shorthand "mai")
      - Ankka
      - Minister Li (shorthand "li")
      - The Dragonvoid (shorthand "dragonvoid")
  • v1.4.0

    Release: v1.4.0
    Release version 1.4.0
    
    Added:
    - The -gamemode predicate as well as its -raid, -fractal, -strike,
      -golem and -wvw shorthands.
    - The "trio", "twisted castle", "river", "broken king", "eater" and "eyes"
      bosses.
    
    Changed:
    - Better error handling for situations in which the cache file could not be
      found.
    - Better error handling if malformed archives are found during the scan.
    - Better output for WvW logs.
    
    Fixed:
    - Fixed an underflow when parsing WvW logs (leading to a panic in debug mode).
    
  • v1.3.1

    49a43bdf · fix tests ·
    Release: v1.3.1
    Release version 1.3.1
    
    This release mostly makes sure that we work with the latest evtclib to
    get support for Sunqua Peak.
    
    Added
    - The --count/-n flag to only output the number of matching logs.
    - Support for Sunqua Peak logs.
  • v1.3.0

    ea60bea5 · bump version to 1.3.0 ·
    Release: v1.3.0
    Release version 1.3.0
    
    Added
    - The `--check` command line argument to check a single file.
    - Comparison based filters (`count`, `-time`, `-duration`).
    - Sorting based on fight duration.
    
    Changed
    - The exit code will now be dependent on whether logs matching the filter were
      found or not.
    
    Fixed
    - Fight outcomes for some logs (2nd/3rd/... kill in a week) have been fixed.
  • v1.2.0

    d0563f9d · bump version to 1.2.0 ·
    Release: v1.2.0
    Release version 1.2.0
    
    Added
    - An indicator for whether a fight was done with Challenge Mote
      activated.
    - A -cm filter to filter logs based on the Challenge Mote.
    - The --sort command line argument to sort the output.
    
    Changed
    - Boss names are now taken from evtclib
      - "Matthias" is now "Matthias Gabrel".
      - "Cairn" is now "Cairn the Indomitable".
      - "Desmina" is now "Soulless Horror".
      - "Largos Twins" is now "Twin Largos".
      - "Qadim The Peerless" is now "Qadim the Peerless".
      - "Skorvald" is now "Skorvald the Shattered".
    - Regular expressions are now matched case-insensitive.
    - Players in a subgroup are now sorted by their account names.
  • v1.1.0

    684024ed · bump version to 1.1.0 ·
    Release: v1.1.0
    Release version 1.1.0
    
    Added:
    - The REPL now remembers its history across program restarts.
    - The -log-before and -log-after predicates, see the manpage for more
      information.
    - The -class predicate to filter players based on their class.
    
    Changed:
    - Date based filters (-after and -before) will now use the filename to filter
      out logs early, speeding up the search.
    - Filename output is not quoted anymore, and doesn't use double-backslashes on
      Windows.
    - Ctrl-C will now only cancel the current search in the REPL instead of ending
      the program.
    
    Fixed:
    - Fixed timezone handling, so date output & filtering should now be consistent
      with the actual date.
  • v1.0.2

    9d5b728c · bump version to 1.0.2 ·
    Release: v1.0.2
    Release version 1.0.2
    
    Added:
    - Boss "kodans" for the Voice & Claw of the Fallen strike mission.
    - More help text about the available boss names.
    
    Changed:
    - Updated evtclib to 0.2.0
      - With that, boss parsing fixes that were implemented there:
        "Soulless Horror", "Largos Twins", "Ensolyss of the Endless Torment",
        "Kodans", "Conjured Amalgamate"
    - Boss names can now be quoted in the filter expression.
    
    Fixed:
    - Performance issue when -boss was being used, as it failed to filter logs with
      unknown bosses out early.
  • v1.0.1

    283a56b3 · bump version to 1.0.1 ·
    Release: v1.0.1
    Release version 1.0.1
    
    Changes:
    
    - Enable link time optimization for release builds.
  • v1.0.0

    Release: v1.0.0
    Release version 1.0.0
    
    This is the intial release.
    
    With the new filtering pipeline in place, and some personal use of the
    program, I feel confident enough in releasing the first version.