-
-
Notifications
You must be signed in to change notification settings - Fork 323
Comparing changes
Open a pull request
base repository: chaiNNer-org/chaiNNer
base: v0.22.0
head repository: chaiNNer-org/chaiNNer
compare: v0.22.1
- 14 commits
- 15 files changed
- 5 contributors
Commits on Feb 20, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for e69d6e1 - Browse repository at this point
Copy the full SHA e69d6e1View commit details
Commits on Feb 22, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2de19b2 - Browse repository at this point
Copy the full SHA 2de19b2View commit details -
Give the minimap a border radius (#2602)
* Give the minimap a border radius * Update src/renderer/global.scss * lint
Configuration menu - View commit details
-
Copy full SHA for d64bb6c - Browse repository at this point
Copy the full SHA d64bb6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a807a1 - Browse repository at this point
Copy the full SHA 7a807a1View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97babad - Browse repository at this point
Copy the full SHA 97babadView commit details
Commits on Feb 25, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5465cae - Browse repository at this point
Copy the full SHA 5465caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e0f4f - Browse repository at this point
Copy the full SHA 65e0f4fView commit details
Commits on Feb 26, 2024
-
Allow mixed colors for Create Checkerboard (#2614)
* Allow mixed colors for Create Checkerboard * Use existing code
Configuration menu - View commit details
-
Copy full SHA for 8ceea86 - Browse repository at this point
Copy the full SHA 8ceea86View commit details -
Refactor video loading (#2616)
* Refactor video loading * Fixed bug in limit
Configuration menu - View commit details
-
Copy full SHA for 03677e6 - Browse repository at this point
Copy the full SHA 03677e6View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48ed6b2 - Browse repository at this point
Copy the full SHA 48ed6b2View commit details -
Fix incorrect id number on an old save video migration (#2619)
* Fix incorrect id number on an old migration * update snapshots
Configuration menu - View commit details
-
Copy full SHA for 012450f - Browse repository at this point
Copy the full SHA 012450fView commit details -
Fix incorrect save video data via migration (#2618)
* Fix incorrect save video data via migration * update snapshots
Configuration menu - View commit details
-
Copy full SHA for f827f35 - Browse repository at this point
Copy the full SHA f827f35View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3be5841 - Browse repository at this point
Copy the full SHA 3be5841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6655918 - Browse repository at this point
Copy the full SHA 6655918View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.22.0...v0.22.1