-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from mamertofabian/v1.0.3
V1.0.3
- Loading branch information
Showing
29 changed files
with
1,787 additions
and
1,024 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
node_modules/ | ||
/dist/ | ||
dist*.zip | ||
bolt-to-github*.zip | ||
/.svelte-kit/ | ||
.DS_Store | ||
*.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## 2024-12-02 | ||
|
||
### Added | ||
- New classes for improved code organization: `BackgroundService`, `StateManager`, `ContentManager`, and `UIManager`. | ||
- UI components for notifications and upload status management. | ||
- Projects tab for managing Bolt projects and GitHub repositories. | ||
|
||
### Changed | ||
- Refactored background and content scripts for better modularity and maintainability. | ||
- Enhanced GitHub integration with structured settings and improved error handling. | ||
|
||
### Fixed | ||
- Ensured upload status container is appended only after the document body is available, improving UI reliability. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.