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: SabakiHQ/Sabaki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.52.1
Choose a base ref
...
head repository: SabakiHQ/Sabaki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.52.2
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 4, 2022

  1. Fix react-markdown component names (#900)

    * Revert "Bump react-markdown from 3.6.0 to 8.0.3 (#865)"
    
    This reverts commit e80d376.
    
    * Bump react-markdown incrementally to 4.0.0
    
    And fix change to treatment of text nodes
    
    * Adapt to react-markdown 6.0.0 breaking changes
    
    This allows us to go all the way up to 8.0.0 without the breakages from before.
    apetresc authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    003d60c View commit details
    Browse the repository at this point in the history
  2. Perform theme copy natively without recursive-copy (#901)

    There's some sort of issue with recursive-copy's interaction with Electron's ASAR-patched fs module.
    apetresc authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    a339b0c View commit details
    Browse the repository at this point in the history
  3. Adding package-lock.json back to source control

    It should have always been committed, IMO. It is the only way to ensure
    reproducible builds. This has already caused problems; the upgrade to
    Shudan 1.7.0 was backwards-incompatible and so v0.52.0 wouldn't build
    anymore without an edit to package.json to pin to Shudan 1.6.4 which was
    current when v0.52.0 was released.
    
    With this change we will be able to exactly reproduce the dependency
    closure used for a particular tag.
    apetresc committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    df50b61 View commit details
    Browse the repository at this point in the history
  4. Prepare release v0.52.2

    apetresc committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    4d06ebd View commit details
    Browse the repository at this point in the history
Loading