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: byteyilabs/yi-note
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.0
Choose a base ref
...
head repository: byteyilabs/yi-note
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 52 files changed
  • 7 contributors

Commits on Nov 27, 2020

  1. chore(deps): bump node-fetch from 1.7.3 to 2.6.1 (#62)

    Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 1.7.3 to 2.6.1.
    - [Release notes](https://github.com/bitinn/node-fetch/releases)
    - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
    - [Commits](node-fetch/node-fetch@1.7.3...v2.6.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    ae5882b View commit details
    Browse the repository at this point in the history
  2. Delete CNAME

    shuowu committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    1c82266 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. feat: add landing page package (#80)

    landing page is added under /packages/landing
    shuowu committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    582c922 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. use yarn workspace (#82)

    shuowu committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    18d21b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    8c94ff8 View commit details
    Browse the repository at this point in the history
  2. docs: fix name of GNU GPL in README (#96)

    The correct name of the license is GNU GPL and not GUN GPL.
    danthe1st committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    e524e43 View commit details
    Browse the repository at this point in the history
  3. Removes commenting tags from markdown export template (#90)

    * Removes comment tags on markdown export #84
    
    * added proposed changes from PR comment
    
    PR #90
    sebastian-muthwill committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    316264f View commit details
    Browse the repository at this point in the history
  4. release extension 1.7

    shuowu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    e9a4496 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update README.md

    shuowu committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    655c2d4 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    shuowu committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7a6e3ab View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. docs: fix instructions to use yarn instead of npm (#111)

    TODO: update Install dependencies' section
    Detsudetsu committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a3eb39e View commit details
    Browse the repository at this point in the history
  2. Fixes and improvements (#113)

    * fix: Drawer does not close
    
    Passing `open` to the Styled component doesn't refresh the `transform` CSS property.
    
    Resolves: Issue #106
    
    * refactor: Removes metadata from the window title from the export filename
    
    Transforms `(123) My super video - YouTube` into just `My super video`
    
    * fix: Fixes deprecated error when using `fromString` and `isUuid`
    
    Also fixes exporting markdown files with links without the video ID nor the `t=` query param.
    
    * fix: Moves uuid to a separate file
    lemattma committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    487b34f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Update README.md

    shuowu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    dc39beb View commit details
    Browse the repository at this point in the history
Loading