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: in03/patchwork
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: in03/patchwork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 21 files changed
  • 1 contributor

Commits on Mar 7, 2023

  1. refactor: Overall Overhaul

    I think given the difficulty of making this work, trying to accommmodate
    a GUI (as an inexperienced GUI programmer) was really getting in the way.
    
    So I've started again as a CLI. With the idea of wrapping it all in
    a slick GUI somewhere in the distant future.
    
    This is still a work in progress.
    So far the groundwork for rendering the master file and sidecar data
    is in place, as well as some loose functionality on rendering segments
    and splicing the master file.
    
    It's exciting progress though!
    in03 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f4af028 View commit details
    Browse the repository at this point in the history
  2. docs: Update README

    Updated "How?" and "Roadmap" sections
    in03 authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    405a6f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    993dcf0 View commit details
    Browse the repository at this point in the history
  2. build: Update dependencies

    in03 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    62c582c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a5e765 View commit details
    Browse the repository at this point in the history
  4. style: Appease flake8

    in03 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e6b2222 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f235cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2601798 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. ♻️ Change from Poetry to PDM

    - Wrestling with venvs
    - Hatch is cool but too complicated atm
    in03 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f59f4b7 View commit details
    Browse the repository at this point in the history
  2. 🚨 Inconsistent quotes

    in03 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7826fcf View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. ➕ OTIO

    - Add OpenTimelineIO
    - Add OTIOViewer
    - Add PySide6
    in03 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bf636b4 View commit details
    Browse the repository at this point in the history
Loading