Changes between Version 2 and Version 3 of R1/Beta4/ReleaseNotes
- Timestamp:
- Feb 13, 2022, 9:47:24 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Beta4/ReleaseNotes
v2 v3 35 35 36 36 == User interface == 37 * An eject button has been added to Media Player for optical disks.38 * Terminal now allows you to configure ANSI colours in settings.39 37 * B_UNDERSCORE_FACE has been implemented to allow applications to display underscores in textviews. 38 * Fixed an issue with the Trash icon appearing as a generic folder icon. 39 * Fixed an issue with Tracker no longer showing image thumbnails. 40 * Fixed an issue with ShowImage's "Save As" function failing silently. 41 * Added underlines to links on mouseover in AboutSystem 42 * Fixed a preflet crash whilst trying to select a WiFi network. 43 * Fixed an issue with Tracker not showing custom folder icons. 44 * Fixed an issue with the Flurry Test screensaver crashing upon exit. 40 45 41 46 == app_server (graphics server) == 42 47 48 == Applications == 49 * An eject button has been added to Media Player for optical disks. 50 * Terminal now allows you to configure ANSI colours in settings. 51 * Fixed an issue in WonderBrush where selections were appearing opaque, not transparent. 52 * The software renderer will now correctly handle unsupported colour spaces - previously the application simply crashed. 53 * Fixed an issue with apps started via Shortcuts not receiving any environment variables. 54 * Fixed an issue with SpiroGraph not drawing a transparent background. 55 * Fixed an issue where users could not click the teapot in GLTeapot with Mesa17. 43 56 44 == Web browser ==57 == Web browsers == 45 58 * WebPositive now correctly reports the architecture of the system (previously it reported the system was x86 regardless of the actual architecture). 46 59 * In WebPositive Users can now drag the globe icon in the address bar onto the Desktop, creating a shortcut on the Desktop to that URL 60 * Fixed an issue with a KDL occurring whilst using Falkon. 61 * In WebKit, an issue with YouTube timelines not displaying properly was fixed. 47 62 48 63 == APIs == … … 50 65 51 66 == Storage and file systems == 52 67 * Fixed an issue with NTFS handling file deletions incorrectly. 68 * Fixed an issue with Tracker suspending all internal processes when copying files from a BFS to NTFS filesystem. 69 * Fixed an issue with incorrect file creation dates being displayed in NTFS. 70 * Fixed an issue with KDLs occurring when performing multiple writes in ntfs_inode_close. 71 * Fixed an issue with a KDL occurring when a busy BFS image was unmounted. 72 * Fixed an issue where the system did not recognise partitions formatted with the mkfs.ext4 command. 73 * Fixed an issue where the system became unresponsive when there was concurrent reading/writing happening to a FAT32 partition. 53 74 54 75 == BeOS compatibility == … … 62 83 * Rdef file support has also been added to the Jamfile engine. 63 84 * Fixed an issue with mimeset under libroot_build being slow and inefficient. 85 * Fixed an issue with HaikuPorter unmounting packagefs causing a KDL. 64 86 65 87 == System performance == 66 88 * Fixed an issue with cached memory continually increasing. 89 * Gave undefined weak symbols a value of 0 in System Runtime Loader, fixing issues with programs not running with errors about unresolved symbols. 67 90 68 91 == Internationalization == … … 72 95 73 96 === Sound === 74 97 * Fixed an issue with 5 Series/3400 Series Chipsets being detected but no audio was being emitted. 75 98 76 99 === Mass storage === … … 80 103 81 104 === USB/Peripherals === 82 * An issue with the Corsair K70 LUX RGB not functioning unless in BIOS modehas been fixed.105 * An issue with the Corsair K70 LUX RGB, AZIO MK Retro and Razer Deathstalker keyboards not functioning has been fixed. 83 106 * Support for keyboard bitmap reports 107 * Fixed an issue with XHCI endpoints not being initialised, which meant that the system could not start whilst USB devices were plugged in. 108 * Fixed an issue with USB mice abruptly not working when being used. 109 * Fixed an issue with the vHUION Giano 1409 Digitizer not recognizing clicks. 84 110 85 111 === Graphics === 86 112 * Fixed issues with Intel i7-3770 (HD Graphics 4400), HD Graphics 2000 , 2500 and 4600 booting into black screens. 87 113 88 114 = Known issues and workarounds =