Fix import detection

This commit is contained in:
Eugene Burmakin
2025-08-23 16:07:15 +02:00
parent 001d294885
commit b049c11542
13 changed files with 61 additions and 34 deletions

View File

@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
# [UNRELEASED] -
## Changed
- If user already have import with the same name, it will be appended with timestamp during the import process.
## Fixed
- Some types of imports were not being detected correctly and were failing to import.
# [0.30.10] - 2025-08-22
## Added