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: chaiNNer-org/chaiNNer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.0
Choose a base ref
...
head repository: chaiNNer-org/chaiNNer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.1
Choose a head ref
  • 14 commits
  • 15 files changed
  • 5 contributors

Commits on Feb 20, 2024

  1. Bump ip from 1.1.5 to 1.1.9 (#2600)

    Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9.
    - [Commits](indutny/node-ip@v1.1.5...v1.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: ip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e69d6e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Feature - Add MiniMap to chaiNNer (#2596)

    * Add Minimap
    
    This adds a minimap to the chaiNNer schematic
    
    * Update global.scss - adds Minimap BG Color
    
    This tweaks the default miniMap BG Color to fit in with the default chaiNNer color scheme
    
    * Update ReactFlowBox.tsx
    
    lint fixes
    
    * Update ReactFlowBox.tsx
    
    more linting, now auto fixed
    
    * Update global.scss
    
    And now with even more linting! When will it ever stop?
    
    * Update global.scss - Minimap
    
    Tweak and move MiniMap background colors to the respective themes
    
    * Update ReactFlowBox.tsx - MiniMap
    
    Reduce zoomScroll strength inside of the MiniMap
    
    * Update ReactFlowBox.tsx
    
    Fix typo!
    
    * Update ReactFlowBox.tsx - MiniMap
    
    Move the basic MiniMap theming out of the ReactFlow setup and into the global.scss where we can define it for each application "Theme".
    
    * Update global.scss - MiniMap
    
    Update the MiniMap Theming and define them for each Application Theme.
    mrjschulte authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2de19b2 View commit details
    Browse the repository at this point in the history
  2. Give the minimap a border radius (#2602)

    * Give the minimap a border radius
    
    * Update src/renderer/global.scss
    
    * lint
    joeyballentine authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d64bb6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a807a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Fix typo (#2604)

    joeyballentine authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    97babad View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Create "Checkerboard" node (#2606)

    * Create "Checkerboard" node
    
    This node creates a checkerboard with user definable colors and size for the squares.
    
    * Update create_checkerboard.py - update floats to ints
    
    Define ints instead of floats for h/w/size
    
    * Update create_checkerboard.py - Adds RGBA Support
    
    Now with RGBA support
    
    * Update create_checkerboard.py - RGBA tweaks
    
    Forgot a for second color.
    mrjschulte authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    5465cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65e0f4f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Allow mixed colors for Create Checkerboard (#2614)

    * Allow mixed colors for Create Checkerboard
    
    * Use existing code
    joeyballentine authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8ceea86 View commit details
    Browse the repository at this point in the history
  2. Refactor video loading (#2616)

    * Refactor video loading
    
    * Fixed bug in limit
    RunDevelopment authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    03677e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    48ed6b2 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect id number on an old save video migration (#2619)

    * Fix incorrect id number on an old migration
    
    * update snapshots
    joeyballentine authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    012450f View commit details
    Browse the repository at this point in the history
  3. Fix incorrect save video data via migration (#2618)

    * Fix incorrect save video data via migration
    
    * update snapshots
    joeyballentine authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f827f35 View commit details
    Browse the repository at this point in the history
  4. Create "Premultiplied Alpha" Node (#2578)

    * Create "Premultiply Node"
    
    This node premultiplies the RGB channels with the Alpha channel and produces an image with an "Associated pixel state". 
    
    A lot of the graphics/workflows out there "assume" premultiplied RGBA channels so having this node available in chaiNNer's toolset will help it do more conversions that previously weren't possible in the application.
    
    * Update premultiply.py
    
    linting
    
    * Delete backend/src/packages/chaiNNer_standard/image_adjustment/adjustments/premultiply.py
    
    * Create "Premultiplied Alpha" node
    
    This node allows the user to convert from a "Premultiplied" Alpha channel state to a "Straight/Unpremultiplied" alpha channel state, and vice versa.
    
    * Update premultiplied_alpha.py
    
    Try and just force dtype to float32 to clear the backend linter.
    
    * Update premultiplied_alpha.py - Reworked
    
    Reworked the PR to use the suggested naming and concepts.
    mrjschulte authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3be5841 View commit details
    Browse the repository at this point in the history
  5. 0.22.1

    joeyballentine committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6655918 View commit details
    Browse the repository at this point in the history
Loading