Skip to content

Releases: ktos/Eleia

Version 0.8.6

05 Sep 20:24
Compare
Choose a tag to compare

Dependencies updated, confirmed to work on ARM64. Docker images on DockerHub also updated to work on linux/amd64 and linux/arm64.

Changes:

  • 9195699 Merge branch 'master' of github.com:ktos/Eleia
  • 8656629 Update dependency HtmlAgilityPack to v1.11.36 (#63)
  • 0f4a4c1 Update dependency Microsoft.ML to v1.6.0 (#62)
  • ee57289 Update dependency HtmlAgilityPack to v1.11.34 (#61)
  • 475f063 Update dependency HtmlAgilityPack to v1.11.33 (#58)
  • 4476720 Update dependency HtmlAgilityPack to v1.11.32 (#57)
  • 1e28f94 Update dependency Microsoft.ML to v1.5.5 (#56)
  • dfce398 Update dependency HtmlAgilityPack to v1.11.31 (#55)
  • 4e13c00 Update dependency HtmlAgilityPack to v1.11.30 (#54)
  • 1bb07cd Update dependency Microsoft.ML to v1.5.4 (#52)
See More
  • 0e06b44 Update dependency HtmlAgilityPack to v1.11.29 (#51)
  • 3b41225 Update dependency Microsoft.ML to v1.5.3 (#50)
  • af50fa3 Update dependency HtmlAgilityPack to v1.11.28 (#49)

This list of changes was auto generated.

Version 0.8.5

10 Nov 16:56
Compare
Choose a tag to compare

Upgraded to .NET 5.0, many dependencies updated.

Changes:

  • a4c2779 Fix pipelines
  • 2f5665a Change project version to .NET 5.0 (#48)
  • ecf4331 Update dependency Microsoft.Extensions.Configuration.FileExtensions to v5 (#45)
  • 60d1bbc Update dependency Microsoft.Extensions.Configuration.Json to v5 (#46)
  • f970c38 Update dependency Microsoft.Extensions.Configuration.EnvironmentVariables to v5 (#44)
  • 2f7b0da Update dependency Microsoft.Extensions.Configuration.CommandLine to v5 (#43)
  • da32e73 Update dependency Microsoft.Extensions.Logging.Console to v5 (#47)
  • c714d9f Update dependency HtmlAgilityPack to v1.11.27 (#37)
  • b0e4120 Update dependency HtmlAgilityPack to v1.11.26 (#36)
  • f448512 Update dependency HtmlAgilityPack to v1.11.25 (#35)
See More
  • e75ceaf Update aspnet Extensions monorepo to v3.1.9 (#34)
  • cb569ac Update dependency Microsoft.ML to v1.5.2 (#33)
  • eb7032c Update aspnet Extensions monorepo to v3.1.8 (#32)
  • 224ac28 Update aspnet Extensions monorepo to v3.1.7 (#31)
  • 8ca596b Update aspnet Extensions monorepo to v3.1.6 (#30)
  • 101b808 Update dependency Microsoft.ML to v1.5.1 (#29)
  • d1293a0 Update aspnet Extensions monorepo to v3.1.5 (#28)
  • 16ce254 Update dependency HtmlAgilityPack to v1.11.24 (#27)
  • e2d3b2a Update dependency Microsoft.ML to v1.5.0 (#26)

This list of changes was auto generated.

Version 0.8.4

13 May 21:40
c417a8b
Compare
Choose a tag to compare

Small dependency upgrades.

Changes:

  • c417a8b Remove report directory from Cobertura task to remove warning in Pipelines (#23)
  • d81b62d Update aspnet Extensions monorepo to v3.1.4 (#25)
  • 729d8ab Update dependency CommandLineParser to v2.8.0 (#24)

This list of changes was auto generated.

Version 0.8.3

06 Apr 20:01
1a491fd
Compare
Choose a tag to compare

Fixed crashing when 4p is down or unavailable - Eleia will now log it and try again after sleep.

Changes:

  • 1a491fd Add try..catch so the application won't fail on exceptions (fix #16) (#22)
  • c0387a3 Update dependency HtmlAgilityPack to v1.11.23 (#20)
  • 78afca9 Update aspnet Extensions monorepo to v3.1.3 (#18)
  • 9afb30a Upgrade to .NET Core 3.1 (#21)
  • 5d62989 Update dependency CommandLineParser to v2.7.82 (#19)
  • 79ca4c9 Add renovate.json (#17)
  • 5f43567 Add removal of lists in posts so they won't be taken part into analytics

This list of changes was auto generated.

Version 0.8.2

30 Jan 23:26
5bfc4f5
Compare
Choose a tag to compare

Supports new version of Coyote's posts API

Changes:

This list of changes was auto generated.

Version 0.8.1

03 Jan 13:18
Compare
Choose a tag to compare

Changed logging a bit: now it is showing the text fragment in which unformatted code was found, instead of showing post's fragment from the beginning.

Fixed not showing post URL in logs when single post was analyzed.

Changes:

  • 307efaf Merge branch 'logtext'
  • bf7b793 Fix not showing post URL when single post was analyzed
  • 534f6c9 Remove showing post's text in the log
  • 56e6abd Add logging in that text the post problem was found
  • 74c6a9f Update Dockerfile to new runtime

This list of changes was auto generated.

Version 0.8

09 Dec 21:56
Compare
Choose a tag to compare

Most important changes: model was slightly updated based on a few false positives, any text in <blockquote> is now ignored.

Changes:

  • 4669334 Downgrade back to .NET Core 3.0
  • d94c9d9 Upgrade to .NET Core 3.1 and ML.NET 1.4.0
  • 01c91fa Update model based on a few false positives
  • eefc445 Add ignoring block quotes in posts
  • b847b71 Add some tests for Bot
  • 010f956 Refactoring
  • 062d0bb Refactoring, moved most options to separate class
  • 33141a7 Remove duplicated logic

This list of changes was auto generated.

Version 0.7.1

27 Oct 18:20
Compare
Choose a tag to compare

Fixed a bug when ArgumentNullException was thrown when analyzed.bin file was present and --help or --version were used.

Changes:

  • c598c5b Merge branch 'fix-argumentnull-help'
  • f2b556f Fix ArgumentNullException when using --help or --version and analyzed.bin file is present

This list of changes was auto generated.

Version 0.7

27 Oct 15:35
Compare
Choose a tag to compare

Added blacklisting of forum_ids, so you may ignore specific forums.
Added persistence of already analyzed post_ids database.

Changes:

  • ec8ff36 Update README about new CLI and configuration options
  • 4b07aad Fix NRE when already analyzed database was not existing
  • d1342fb Add serialization and deserialization of ids of already analyzed posts (#14) [ #4 ]
  • 04062aa Add blacklisting of forum ids (#13)

This list of changes was auto generated.

Version 0.6

25 Oct 22:23
8b608d0
Compare
Choose a tag to compare

Version with overhauled CLI interface (#12).

Changes:

  • 8b608d0 Add CLI options (#12)
  • 2d769a1 Housekeeping: CodeMaid
  • f60aeb8 Housekeeping: applying various RCS/IDE hints
  • a3feafb Fix docker tag of saved image
  • 9d5fc9f Fix building musl image
  • 1190667 Merge branch 'master' of github.com:ktos/Eleia
  • fcc0502 Add creating and saving Docker images into drop
  • daf6384 Change Docker base image to be Alpine based
  • f68d56a Update azure-pipelines-tag.yml for Azure Pipelines
  • 26a4f2c Add publishing both for Windows and Linux versions

This list of changes was auto generated.