-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #14 from chinkan/feature/enable-sidepanel
Feature/enable sidepanel
- Loading branch information
Showing
26 changed files
with
5,157 additions
and
1,500 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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Changelog | ||
|
||
All notable changes to WizMuse will be documented in this file. | ||
|
||
## [0.9.0] - 2024-01-20 | ||
|
||
### Added | ||
- Side panel support for persistent note-taking | ||
- New dedicated side panel interface for managing notes | ||
- Toggle button in popup to open/close side panel | ||
- Grid and list view options for notes display | ||
- Markdown editor integration | ||
- Added EasyMDE for rich markdown editing experience | ||
- Real-time markdown preview | ||
- Support for markdown syntax highlighting | ||
- Build system documentation | ||
- Comprehensive guide for development setup | ||
- Build script documentation | ||
- Development workflow instructions | ||
|
||
### Changed | ||
- Enhanced popup interface | ||
- Added side panel toggle button | ||
- Improved toolbar layout | ||
- Updated icons and tooltips | ||
- Improved note management | ||
- New grid view layout for better note organization | ||
- Enhanced note editing interface | ||
- Better error handling for note operations | ||
|
||
### Fixed | ||
- Error handling for side panel operations | ||
- Note persistence across browser sessions | ||
- UI responsiveness in different view modes | ||
|
||
### Dependencies | ||
- Added `easymde` package for markdown editing capabilities | ||
|
||
### Documentation | ||
- Added detailed build system documentation in README | ||
- Updated development setup instructions | ||
- Added new configuration options documentation | ||
|
||
[0.9.0]: https://github.com/chinkan/chrome-ext-wizmuse/releases/tag/v0.9.0 |
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
Oops, something went wrong.