Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sam210723 committed Feb 26, 2024
1 parent 60ebac7 commit adac740
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,24 @@ All notable changes to this project will be documented in this file.
- Update checker using GitHub API
- Single-click update installer using `pip`
- Toggle menu bar visibility with `Alt` key
- Windows and macOS executable builds

### Changed
- Separate plots for each waveform capture channel
- Use **Roboto** font for most UI elements
- Use **Inter** font for most UI elements
- Rearrange interface code into multiple classes
- Better docstrings and type hinting
- Global configuration object for all classes
- Global configuration dataclass
- Tweaked application icon
- Migrated build system from `setuptools` to `hatch`
- Migrated user interface from `PyQt5` to `PtQt6`

### Fixed
- Launcher executable script (`> wavebin` instead of `> python3 -m wavebin`)
- Launcher executable script (`> wavebin` instead of `> python -m wavebin`)
- Title bar style in Windows 11
- Minimum dependency versions
- Minimum Python version check
- Better docstrings and type hinting
- Better debug logging
</details>


Expand Down

0 comments on commit adac740

Please sign in to comment.