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: omnivore-app/logseq-omnivore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.6
Choose a base ref
...
head repository: omnivore-app/logseq-omnivore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 29, 2022

  1. Handle labels on highlights, dont html escape URLs

    There are two pieces to this, unfortunately the patches kind of
    overlap, so they are together:
    
    1. Don't HTML escape URLs, escaping things like originalUrl make
       it impossible to open the URL by clicking, as it will be
       an escaped entity like https://%26/#x2F;&%23x2F;omnivore.a
    
    2. Pull in labels from highlights: now that highlights have labels
       we can pull them in as tags, I used the `#[[ name ]]` syntax
       as this allows labels with spaces in their name.
    jacksonh committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    69ff790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    587ed51 View commit details
    Browse the repository at this point in the history
  3. Compare highlight by omnivore-id and update the content in the highli…

    …ght block if labels are changed
    sywhb authored and jacksonh committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    03bf5cd View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    465a3aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9272da8 View commit details
    Browse the repository at this point in the history
  3. feat: Add support for labels on highlights

    This adds support for pulling in labels from highlights
    jacksonh authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    af6a4f3 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.10.0

    # [1.10.0](v1.9.6...v1.10.0) (2022-12-30)
    
    ### Features
    
    * Add support for labels on highlights ([af6a4f3](af6a4f3))
    semantic-release-bot committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    08101fc View commit details
    Browse the repository at this point in the history
Loading