Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #41

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 6, 2023

🤖 I have created a release beep boop

1.0.0 (2023-08-06)

⚠ BREAKING CHANGES

  • neorg.modules -> neorg.core
  • refactor to accomodate Neorg's breaking changes

Features

  • add insert_link command and refactor find_headings to find_linkable (90ca150)
  • add heading picker (#7) (d6089ba)
  • added new gtd pickers (5e144d5)
  • fixed titles (a44d785)
  • initial project tasks picker (d067b4f)
  • make cursor jump to the end of the link upon insertion (8d52d0f)
  • project_task: added highlights for tasks in preview (825ba97)
  • project_tasks: added code to jump to the task (089998e)
  • project_tasks: added preview and highlight for tasks (7dc894d)
  • project_tasks: added previewer (17df8ed)
  • project_tasks: highlight empty projects with gray (da5ea13)
  • retrieve/generate links for files in the current workspace (#2) (34a41e8)
  • show project in preview (2b40563)
  • switch_workspace: improved picker (a8f8003)
  • updated to current link format (#6) (2ee2c92)

Bug Fixes

  • core.norg -> core (#35) (787f95c)
  • aof_tasks: also get tasks without a project (c47791c)
  • escape special characters in link titles (0bfbaaf)
  • find_aof_tasks: fixed preview (4dc6699)
  • find_norg_files: allow using from not-root of workspace (197c59a)
  • insert_link: use workspace relative paths fixes #23 (4948237)
  • massive overshooting with the insert mode cursor (965fbe0)
  • neorg.modules -> neorg.core (d803ae4)
  • project_tasks: correctly check for empty project (15e5957)
  • project_tasks: jump to project if it's empty (d6ff3d5)
  • Put nvim_buf_get_lines within function call (e617136)
  • readme: fixed github link (#4) (f641eb5)
  • refactor to accomodate Neorg's breaking changes (189d551)
  • require core.norg.dirman (#1) (51973e3)
  • search_headings: always get new bufnr (0aff25f)
  • update get_selected_entry_method (#3) (1b273e6)
  • use .gif instead of .mp4 (fd5016b)
  • use options parameter for heading picker (#9) (75c2ad0)

Continuous Integration

  • add release please workflow (9727015)

This PR was generated with Release Please. See documentation.

@vhyrro vhyrro merged commit 1310d4a into main Aug 6, 2023
@vhyrro vhyrro deleted the release-please--branches--main--components--neorg-telescope branch August 6, 2023 11:06
@github-actions
Copy link
Contributor Author

github-actions bot commented Aug 6, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

insert_link yields incorrrect results (missing $/) for relative file paths
1 participant