8000 Comparing 0.11.0...0.12.0 · robotools/fontParts · 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: robotools/fontParts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.0
Choose a base ref
...
head repository: robotools/fontParts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.0
Choose a head ref
  • 19 commits
  • 11 files changed
  • 6 contributors

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    f5250dc View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    b9fb61e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Adding link to the UFO specification in the Info docs (#690)

    An attempt to add a link to the UFO specification in the description section of the Info object documentation
    colinmford authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f953c35 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Update info.rst (#694)

    Add note about mutable containers
    roberto-arista authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    119c04e View commit details
    Browse the repository at this point in the history
  2. Update run-tests.yml

    benkiel authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    51448f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89f2dfd View commit details
    Browse the repository at this point in the history
  4. Update tox.ini (#695)

    benkiel authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    330430b View commit details
    Browse the repository at this point in the history
  5. Update run-tests.yml (#696)

    benkiel authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ab041d1 View commit details
    Browse the repository at this point in the history
  6. Update README.rst

    benkiel authored Aug 18, 2023
    Configuration menu
    10000
    Copy the full SHA
    a2c5cbe View commit details
    Browse the repository at this point in the history
  7. Update run-tests.yml

    benkiel authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a1daa9f View commit details
    Browse the repository at this point in the history
  8. Update tox.ini

    benkiel authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1ee0507 View commit details
    Browse the repository at this point in the history
  9. Update actions (#697)

    * Update publish-package.yml
    
    * Update run-tests.yml
    
    * Update run-tests.yml
    benkiel authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b5aa55e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    498ddc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa43bdb View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    37a8773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a6feab View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Simplify _setStartSegment implementation.

    Rather than doing complex slicing and reorganizing, simply get the last point in the segment and send that object to setStartPoint. It's easier to deal with points than segments, so this both unifies the behavior and simplifies the code. This solves a couple of issues:
    
    - When using setStartSegment, it will always use the last point in the segment (aka "the on curve if there is an on curve and there should be except in som edge cases that won't use the setStartSegment method") and this will prevent a contour from starting with an off curve.
    - This also adds a test that prevents setting a start segment on an open contour because, obviously, that shouldn't be possible.
    
    This closes #709 and #412.
    typesupply committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    4e83aad View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    76a3a70 View commit details
    Browse the repository at this point in the history
  2. Update NEWS.rst

    benkiel committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    74a38a5 View commit details
    Browse the repository at this point in the history
Loading
0