Changes between Version 5 and Version 6 of R1/Beta5/ReleaseNotes


Ignore:
Timestamp:
Sep 1, 2024, 1:16:37 AM (3 weeks ago)
Author:
jscipione
Comment:

A few more UI, USB and network updates

Legend:

Unmodified
Added
Removed
Modified
  • R1/Beta5/ReleaseNotes

    v5 v6  
    3838'''User Interface:'''
    3939
    40 * Assisted color theme configuration in Appearance preferences for more intuitive customization.
     40* Assisted color theme configuration in Appearance preferences.
    4141* 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 DeskBar, 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.
    4545* Localization improvements with BNumberFormat, ensuring consistent numerical formatting across applications.
    46 * Tracker file manager enhancements: better handling of read-only folders 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.
     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.
    4848* Consolidated AboutSystem information removing inaccessible memory.
    4949
     
    6262* Enhanced BMessageRunner to support intervals shorter than 50ms improving application responsiveness.
    6363* Proper size management of recent applications and document lists in the registrar.
    64 * BMenu improvements, keyboard navigation.
     64* BMenu improvements, improved keyboard navigation.
    6565* Enhanced BSpinner control now sends accurate messages upon value changes, fixing a previous issue.
    6666* RGB color brightness calculation updated to use a perceptual brightness algorithm better color accuracy.
     
    9292
    9393* 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.
    9595* Kernel Debugger Land (KDL) event loop now uses the PAUSE instruction, reducing power usage during debugging sessions.
    9696* Kernel page allocator improved to maintain free pages in order, enabling larger contiguous memory blocks for more efficient DMA transfers.
     
    124124'''Sound:'''
    125125
    126 * New USB Audio driver added, expanding support for more audio devices.
     126* New USB audio driver added expanding support for more audio devices.
    127127* Refactored PCI audio drivers to share more code.
    128128
     
    134134'''Network:'''
    135135
     136* New USB wireless drivers added expanding support for more network devices.
    136137* Synchronized FreeBSD network drivers with the latest FreeBSD release supporting more network hardware.
    137138* Integrated OpenBSD drivers to expand support for additional network devices.
     
    146147
    147148* Added support for virtio_gpu for better graphics capabilities in virtualized environments.
     149* Support brightness control in newer Intel chipset graphics device.
    148150
    149151'''Debugging Tools:'''