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: CodeEditApp/CodeEdit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: CodeEditApp/CodeEdit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 10 commits
  • 25 files changed
  • 8 contributors

Commits on Aug 21, 2024

  1. Bump Build Number to 41 (#1851)

    bump build number to 41
    
    Co-authored-by: GitHub Action <[email protected]>
    github-actions[bot] and actions-user authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    96c3165 View commit details
    Browse the repository at this point in the history
  2. Correctly view non-text files in single file window and Open Quickly (#…

    …1820)
    
    * add `updateStatusBarInfo` view modifier
    
    * fix QuickLook previews in single file window
    
    * change `fileURL` type to `NSURL` in `AnyFileView`
    
    * fix QuickLook previews in Open Quickly
    
    Use `dismantleNSView` in `AnyFileView` to prevent crashes when using Open Quickly.
    What crashes?
    1. When using Open Quickly without the workaround in `AnyFileView`, search for a media file (.png, .gif, .mp4, etc)
    2. Press escape to close Open Quickly
    3. re-open Open Quickly. The media preview is gone
    4. Attempt to navigate upwards or downwards using the arrow buttons
    5. A crash occurs (QuickLook is attempting to reuse an already closed preview)
    
    * add assertionFailure in `CodeEditWindowController.openQuickly` for when an editorManager or statusBarViewModel is unavailable
    
    * make `UpdateStatusBarInfo.fileURL` an optional
    
    * remove the need to pass environment objects to `NonTextFileView`
    
    This also prevents Open Quickly previews from updating the status bar
    
    * rename function parameters in `UpdateStatusBarInfo` view modifier
    
    * remove `updateStatusBarInfo` view extension
    
    * remove guard in `CodeEditWindowController.openQuickly`
    
    editorManager and statusBarViewModel environment objects are not used in Open Quickly anymore
    
    * merge #1822 fix into this branch
    
    allow files with a utType that is neither image nor PDF to be previewed (#1822)
    plbstl authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2e4bec8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    c516e7c View commit details
    Browse the repository at this point in the history
  2. fix: Source Control Menu Commit Name (#1857)

    fix: Correct source control menu commit function file name reading
    NobelLiu authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    df1f3b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Fix Terminal State Loss (#1843)

    * Fix Terminal State Loss
    
    * Use Transparent Terminal Caret
    
    * Fix Resizing Bug, Refactor Changes From Main, Pin SwiftTerm
    thecoolwinter authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0bf177f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6e2756 View commit details
    Browse the repository at this point in the history
  3. docs: add scaredcr6w as a contributor for code (#1860)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    c6e9064 View commit details
    Browse the repository at this point in the history
  4. docs: add NobelLiu as a contributor for code (#1861)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    33574d8 View commit details
    Browse the repository at this point in the history
  5. Bump to 0.3.1 (#1862)

    thecoolwinter authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    9c2fd41 View commit details
    Browse the repository at this point in the history
  6. Bump Build Number to 42 (#1863)

    bump build number to 42
    
    Co-authored-by: GitHub Action <[email protected]>
    github-actions[bot] and actions-user authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    12a5dc9 View commit details
    Browse the repository at this point in the history
Loading