Changes between Version 5 and Version 6 of R1/Beta5/ReleaseNotes
- Timestamp:
- Sep 1, 2024, 1:16:37 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Beta5/ReleaseNotes
v5 v6 38 38 '''User Interface:''' 39 39 40 * Assisted color theme configuration in Appearance preferences for more intuitive customization.40 * Assisted color theme configuration in Appearance preferences. 41 41 * Improved dark mode support, adjustments to logos in AboutSystem. 42 * Consistent font usage across DeskBar menus for a unified look and feel.43 * Icon-O-Matic Enhancements: Significant updates to Icon-O-Matic: new features like perspective transformations ,enabling users to apply complex 3D-like transformations to vector icons. This functionality enhances the tool's versatility and creativity. Additional improvements were made to the handling of icons and shapes, along with bug fixes and performance enhancements. These updates were part of the '''GSoC 2023''' project focused on enhancing this key application.44 * PowerStatus improvements: new battery status notifications for low and critical levels, automatic integration into Desk Bar, improved recognition of not charging states, and persistent performance mode settings across reboots.42 * Consistent font usage across Tracker and Deskbar menus for a unified look and feel. 43 * Icon-O-Matic Enhancements: Significant updates to Icon-O-Matic: new features like perspective transformations enabling users to apply complex 3D-like transformations to vector icons. This functionality enhances the tool's versatility and creativity. Additional improvements were made to the handling of icons and shapes, along with bug fixes and performance enhancements. These updates were part of the '''GSoC 2023''' project focused on enhancing this key application. 44 * PowerStatus improvements: new battery status notifications for low and critical levels, automatic integration into Deskbar, improved recognition of not charging states, and persistent performance mode settings across reboots. 45 45 * Localization improvements with BNumberFormat, ensuring consistent numerical formatting across applications. 46 * Tracker file manager enhancements: better handling of read-only foldersand improved media rating displays with half star symbols.47 * Desk Bar improvements: increase the Twitcher team icon size from 32 to 48 pixels, make twitcher font sensitive. New other workspace window icons.46 * Tracker enhancements: better handling of read-only folders, enabling/disabling menu items, improved Find window and improved media rating displays with half star symbols. 47 * Deskbar improvements: increase the Twitcher team icon size from 32 to 48 pixels, make twitcher font sensitive. New other workspace window icons. 48 48 * Consolidated AboutSystem information removing inaccessible memory. 49 49 … … 62 62 * Enhanced BMessageRunner to support intervals shorter than 50ms improving application responsiveness. 63 63 * Proper size management of recent applications and document lists in the registrar. 64 * BMenu improvements, keyboard navigation.64 * BMenu improvements, improved keyboard navigation. 65 65 * Enhanced BSpinner control now sends accurate messages upon value changes, fixing a previous issue. 66 66 * RGB color brightness calculation updated to use a perceptual brightness algorithm better color accuracy. … … 92 92 93 93 * DNS resolver synchronized with NetBSD. 94 * Various network stack improvements: TCP optimizations, finalized SACK implementation ,and window sizing fixes. Reduced buffer copies between drivers and the stack for better efficiency.94 * Various network stack improvements: TCP optimizations, finalized SACK implementation and window sizing fixes. Reduced buffer copies between drivers and the stack for better efficiency. 95 95 * Kernel Debugger Land (KDL) event loop now uses the PAUSE instruction, reducing power usage during debugging sessions. 96 96 * Kernel page allocator improved to maintain free pages in order, enabling larger contiguous memory blocks for more efficient DMA transfers. … … 124 124 '''Sound:''' 125 125 126 * New USB Audio driver added,expanding support for more audio devices.126 * New USB audio driver added expanding support for more audio devices. 127 127 * Refactored PCI audio drivers to share more code. 128 128 … … 134 134 '''Network:''' 135 135 136 * New USB wireless drivers added expanding support for more network devices. 136 137 * Synchronized FreeBSD network drivers with the latest FreeBSD release supporting more network hardware. 137 138 * Integrated OpenBSD drivers to expand support for additional network devices. … … 146 147 147 148 * Added support for virtio_gpu for better graphics capabilities in virtualized environments. 149 * Support brightness control in newer Intel chipset graphics device. 148 150 149 151 '''Debugging Tools:'''