Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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: nvim-orgmode/orgmode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.32
Choose a base ref
...
head repository: nvim-orgmode/orgmode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.0
Choose a head ref
  • 8 commits
  • 32 files changed
  • 2 contributors

Commits on Feb 28, 2025

  1. Configuration menu
    Copy the full SHA
    1c9c1ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    585190e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e627fc View commit details
    Browse the repository at this point in the history
  4. feat(links): Open non-editable links with vim.ui.open

    Links that are not editable in Neovim are now opened with `vim.ui.open`,
    like pdfs, images, or anything else that cannot be detected with
    `vim.filetype.match`.
    
    Closes #905
    kristijanhusak committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    2eebc98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    998035a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. feat(ts)!: add link and timestamp tree-sitter captures (#912)

    * feat(ts): add link and timestamp tree-sitter captures
    
    * feat(ts): use timestamp nodes for all dates
    
    * feat(ts): set up priority capture and add inline code block
    
    * feat(injection): add elisp and shell as valid filetypes
    
    * feat(ts)!: Update required tree-sitter-org version
    
    * chore(links): deprecate old link class
    
    * chore: remove unused markup captures
    
    * chore(checkhealth): check for version mismatch
    
    * chore: ensure tree-sitter compatibility with new api
    
    * chore(ts): print correct message on grammar installation
    kristijanhusak authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    aaa327a View commit details
    Browse the repository at this point in the history
  2. chore(docs): Update docs

    github-actions committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    78a5a07 View commit details
    Browse the repository at this point in the history
  3. chore(release): update changelog

    github-actions committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    d1b7f1a View commit details
    Browse the repository at this point in the history
Loading