All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Improved Dashboard UI
- Upgraded to tauri v2
- Improved windows for Macos
- Added option for Windows users to enable microsoft defender exclusions for better performance
- Set midnight to original theme
- Fix issue where slate shows gradient background
- Re-added back manual update button in the Settings page
- Implement logger for better debugging
- Implement better product analytics
- Implement better icons for the app
- Cleanup of Disk analysis code
- Improved UI of disk analysis page
- Added progress bar for File explorer
- Removed Apexchart in favor of Highcharts
- Add Performance mode to settings
- Migrate to use Settings context for managing settings state
- Add file explorer context menu functionality
- Fix issue where some popover components are transparent
- Fix Kill Process feature
- Upgrade Application engine
- Fix MacOS window not being draggable
- Fix MacOS navigation arrows blocking window buttons
- Fix MacOS titlebar not showing blur effects*
- Fix Linux titlebar not showing blur effects
- Focus app if Pachtop already exists
- Add "Used" vs "Free" indicators for footer widgets
- Set auto-start enabled on first run
- Add forward and backward history buttons
- Performance improvements for UI
- Improve Navigation Header and Sidebar
- Improve Midnight theme
- Fix issue where linux users are not able to navigate into disk analytics page
- Added icons to processes
- Improved UI responsiveness of stats card
- Patch Network metrics not displaying
- Revamp Processes section
- Created Processes comparitor
- Create feature to do regular scan and turbo scan
- Fix CPU information not displaying
- Add Check update section in settings
- Make Statscard fully responsive
- Improve MacOS support for theming
- Add Footer for mini metrics
- Implement Disk analysis progress indicator
- Update dependencies
- Performance improvements for disk analysis
- Added System information metrics to dashboard
- UI performance improvements
- Improve responsiveness of Disks analytics page
- Make Treemap chart in Disk analysis renderable
- Perf improvements
- Added Disk Analysis feature
- Added File explorer feature
- Improve internal theme design so users can build their own themes in the future*
- Add CPU thread usage metrics
- Major Redesign of Disks page
- Added Network Transmitted Chart
- Patch bytes calculations
- Modify chart label button text
- Add Project information to settings page
- Add persistent title bars so it matches with the theme
- Implement custom title bars
- Change Chart height
- Improve font style
- Improve reference colors for charts
- Minor UI improvements
- Improve Settings page UI
- Add Theme support
- Add Slate theme
- Add Midnight theme
- Add Bumblebee theme
- Remove User email prompt
- Modify UI to use stats-rings
- Add Analytics provider
- Fixed Network interfaces not being reported
- Updated Rust and Typescript dependencies
- Updated Rust and Typescript dependencies
- Add
Settings
page - Make Pachtop start on system startup
- Improvements to Disks UI
- Add functionality to open folder directory if "Location" is clicked in Disks UI
- Improve UI performance by utilizing High Charts library
- Add viewable range feature for all area charts (CPU, Memory, Network, Disk)
- Remove unrequired dependencies
- Fix user prompt keep showing up after the user has been prompted once
- Updated Rust dependencies
- Updated Typescript dependencies
- Add
version
in UI - Reduce text size for system information
- Fix global cpu usage if global cpu usage is
undefined
- Modified metrics capture to
listen
for events instead oftauri
command. - Spawne separate thread for metrics capture.
- Removed
tauri
command implementation for metrics capture. - Modify
release
workflow to includerelease_notes
- Add updater support