Commit Graph

7 Commits

Author SHA1 Message Date
cc8163be64 fix: Correct publisher name formatting in package.json 2025-12-17 16:09:08 +08:00
239ddbd362 feat: Add export functionality for issues and pull requests
- Implemented exportIssues and exportPullRequests functions to export data in markdown, CSV, and JSON formats.
- Created helper functions for generating markdown and CSV formats for issues and pull requests.
- Added showExportDialog for user interaction to select export options.
- Implemented saveToFile function to handle file saving.

feat: Implement favorites and recent repositories management

- Added functionality to add, remove, and check favorites for repositories.
- Implemented recent repositories tracking with a limit on the number of recent entries.
- Created a quick pick interface to show favorites and recent repositories.

feat: Introduce notifications management

- Implemented functions to fetch, mark as read, and manage notifications.
- Created a NotificationProvider class to display notifications in a tree view.
- Added functionality to show notifications in a modal with quick actions.

feat: Implement search functionality for repositories, issues, and pull requests

- Added searchRepositories, searchIssues, and searchPullRequests functions with filtering options.
- Implemented getLabels and getCollaborators functions for additional filtering capabilities.
- Created a showFilterQuickPick function for user interaction to select filters.

feat: Enhance status bar with shortcuts and dynamic updates

- Added default keyboard shortcuts for various commands.
- Implemented createStatusBarItem and updateStatusBar functions to manage status bar display.
- Created a showStatusMenu function for quick actions related to the extension.
2025-12-17 16:06:52 +08:00
4b67c7f14a Add wizgit marketplace icon image to resources 2025-12-17 11:15:27 +08:00
92d2e939e1 bump version to 0.0.3 and update release notes 2025-12-17 11:11:38 +08:00
067bad6eef add LICENSE file and update README with detailed features and usage instructions 2025-12-17 11:09:57 +08:00
0f8143e881 bump version to 0.0.2 and update default branch to master 2025-12-17 10:43:31 +08:00
1c945795bf Initial Commit 2025-12-17 10:20:17 +08:00