8000 Comparing v.1.2.0...v.1.3.0 · Prevter/FloatTool · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Prevter/FloatTool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v.1.2.0
Choose a base ref
...
head repository: Prevter/FloatTool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v.1.3.0
Choose a head ref
  • 12 commits
  • 17 files changed
  • 2 contributors

Commits on Aug 23, 2022

  1. Bump HtmlAgilityPack from 1.11.43 to 1.11.45

    Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.43 to 1.11.45.
    - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
    - [Commits](zzzprojects/html-agility-pack@v1.11.43...v1.11.45)
    
    ---
    updated-dependencies:
    - dependency-name: HtmlAgilityPack
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7392bbe View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Merge pull request #13 from Prevter/dependabot/nuget/HtmlAgilityPack-…

    …1.11.45
    
    Bump HtmlAgilityPack from 1.11.43 to 1.11.45
    Prevter authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ad33b29 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    ebb7007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c13cf View commit details
    Browse the repository at this point in the history
  3. Fixed RPC label

    Prevter committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e01f566 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Bump HtmlAgilityPack from 1.11.45 to 1.11.46

    Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.45 to 1.11.46.
    - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
    - [Commits](zzzprojects/html-agility-pack@v1.11.45...v1.11.46)
    
    ---
    updated-dependencies:
    - dependency-name: HtmlAgilityPack
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b576467 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Merge pull request #14 from Prevter/dependabot/nuget/HtmlAgilityPack-…

    …1.11.46
    
    Bump HtmlAgilityPack from 1.11.45 to 1.11.46
    Prevter authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    ae62574 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Sealed all classes

    Apparently C# takes more time processing with classes that can be inherited. Sealing these classes improved performance.
    (Also some classes are converted to structs for the same reason)
    Prevter committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    7042809 View commit details
    Browse the repository at this point in the history
  2. Combinations founder rewrite

    After looking in profiler, found the most hot spot and tried to fix it. Results seems to be good
    Prevter committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d68854a View commit details
    Browse the repository at this point in the history
  3. Moved to using double again

    A compromise that almost doubles the speed, but doesn't seem to affect precision
    Prevter committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    c67fb1c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    b5d3340 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.3.0

    Prevter committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    b0f4de6 View commit details
    Browse the repository at this point in the history
Loading
0