* chore(gitea-git-clone): update changelog and package version
* fix(gitea-git-clone): truncate commit titles and bodies longer than 255 and 65535 characters respectively
* feat(gitea-git-clone): show warning messages when commit titles and bodies are truncated
* chore(extension.ts): add interface for Gitea error response
* feat(extension.ts): add global variables for status bar icons
* feat(extension.ts): add helper function to check if a folder is a Git repository
* feat(extension.ts): add helper function to check if the remote repository is a Gitea instance
* feat(extension.ts): create Gitea pull request function
* feat(extension.ts): add function to clone Gitea repository
* feat(extension.ts): add function to add status bar icon
* feat(extension.ts): add function to configure Gitea
* feat(extension.ts): add function to get open pull requests
* feat(extension.ts): add function to show open pull requests
* feat(extension.ts): add function to update PR status bar item
* feat(extension.ts): activate the plugin and register commands
* feat(extension.ts): create status bar icon and start updater
* fix(gitea-git-clone): cloning into existing subpath working again
* fix(gitea-git-clone): update German translation for targetExists message
* fix(gitea-git-clone): update English translation for targetExists message
* fix(gitea-git-clone): update cloneGiteaRepository function to check if target directory already exists before cloning
* chore(gitea-git-clone): update changelog and package version
* feat(gitea-git-clone): add support for showing open pull requests
* docs(gitea-git-clone): update README.md with new features and commands
* feat(gitea-git-clone): add localization support for open pull requests
* fix(gitea-git-clone): fix typo in package.nls.json
* fix(gitea-git-clone): fix typo in package.json
* feat(gitea-git-clone): add functions for retrieving and showing open pull requests
* feat(gitea-git-clone): add command for showing open pull requests
* feat(gitea-git-clone): create status bar item for showing open pull requests
* fix(gitea-git-clone): fix missing comma in package.json
* fix(gitea-git-clone): fix missing comma in package.nls.de.json
* fix(gitea-git
* fix(gitea-git-clone): add `git clone` functionality again, after it got "lost on the way"
* feat(gitea-git-clone): add localization for English and German
* feat(gitea-git-clone): if working in PR show different Icon with hint
* fix(gitea-git-clone): fix progress bar in notification
* feat(gitea-git-clone): update CHANGELOG.md for version 1.0.1
* feat(gitea-git-clone): add LICENSE file
* feat(gitea-git-clone): update README.md with new features and commands
* feat(gitea-git-clone): add gitea-workflow-1.0.0.vsix file
* feat(gitea-git-clone): add vscode_gitea_plugin.png image
* feat(gitea-git-clone): update package.json version to 1.0.1
* feat(extension.ts): add status bar icon for creating a pull request
* feat(extension.ts): implement function to create a Gitea pull request
* feat(extension.ts): implement function to add status bar icon
* fix(extension.ts): Remove unused comment and change progress location to Notification
* feat(extension.ts): Open cloned repository in VSCode after cloning