Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 1.0.0 (2025-07-01)


### Features

* check current file is Python ([ae0e7e3](https://github.com/AnsonH/copy-python-path.nvim/commit/ae0e7e38b47d9b9dffe2ff73841dda5d8d01f43f))
* copy dotted path for imported symbol ([8abd971](https://github.com/AnsonH/copy-python-path.nvim/commit/8abd971ce60bb4bd999ba9d1a328d880ced8ecaf))
* copy import path for imported symbol ([2e41848](https://github.com/AnsonH/copy-python-path.nvim/commit/2e4184849d473e1fbc686bd440e7eae395db38ab))
* create command logic ([176f1c3](https://github.com/AnsonH/copy-python-path.nvim/commit/176f1c3a1cee6b6cb9caad65e7fa6e4cc1e99edf))
* init from template ([454a507](https://github.com/AnsonH/copy-python-path.nvim/commit/454a50727dab8338ebde3a2d5f5f59fb6bb62ea8))
* MVP for copying dotted path ([daa6c7f](https://github.com/AnsonH/copy-python-path.nvim/commit/daa6c7f0701d136bf2ee4bf5b62f988ad2c8a9eb))
* support "import" mode ([16a8e7f](https://github.com/AnsonH/copy-python-path.nvim/commit/16a8e7f2a4ea9764579cf96381d29ed6ce9ff1f4))
* support async functions ([5e5bb95](https://github.com/AnsonH/copy-python-path.nvim/commit/5e5bb950f01a54c9a9871ac07f63555318f0eff9))
* **utils:** find importable symbol ([f4cf0f3](https://github.com/AnsonH/copy-python-path.nvim/commit/f4cf0f3a1d82cea42bf15386f43d243f341ccd8b))
* **utils:** find project root ([ead9a24](https://github.com/AnsonH/copy-python-path.nvim/commit/ead9a24f6fb8923f495a9172130c4e2b51ea5378))
* **utils:** get import symbols chain ([a7eacee](https://github.com/AnsonH/copy-python-path.nvim/commit/a7eacee9699d8ce8fa7dcab8b2ddfadd97255cea))


### Bug Fixes

* remove trailing dot when copying on empty line ([43534ed](https://github.com/AnsonH/copy-python-path.nvim/commit/43534ed3b624d205cd2f02abde93512889e2b2e9))