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: Tencent/cherry-markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.8
Choose a base ref
...
head repository: Tencent/cherry-markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.9
Choose a head ref
  • 10 commits
  • 43 files changed
  • 4 contributors

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    187ffe2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    f52ff42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5571a4f View commit details
    Browse the repository at this point in the history
  3. fix: issue 350

    sunsonliu committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    ebce611 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. fix: #357 优化z-index的取值

    sunsonliu committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    729b404 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    869963c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #359 from Tencent/feat-delete-resize

    feat: delete unnecessary observer to adapt old version browsers
    jiawei686 authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    d91173f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. fix: #358

    sunsonliu committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    56ceedc View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. feat: localisation support

    Added support to multiple locales and the en_US locale is now provided alongside the zh_CN one. The locale name can be passed via the "locale" option to Cherry.
    zh_CN is the default locale, for backward compatibility.
    Note that this patch offers basic support to localisation, but a lot of work is still missing:
    - Passing a wrong or incomplete locale may result in Cherry not working or misbehaving.
    - Many Chinese strings are still hardcoded in the project. Use `grep -rP '\'[\p{Han}]' src/` and similar regexes to find some.
    - README.CN.md hasn't been updated.
    
    Fixed #217
    peoro authored and lyngai committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7ca12b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. chore(release): 0.8.9

    jiawei686 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    b803503 View commit details
    Browse the repository at this point in the history
Loading