Recommended Posts

Get rid of the registry. No other operating system has this file.

*face palm*

I'm sorry but that is the dumbest reason I've heard...explain to me how MS would replace it and also explain how you would fix the myriad of (now broken) Windows apps that will no longer work?

1) A better Task Manager. I know that this has improved some with recent versions of Windows, but it is still difficult for someone to discern what a particular process is... Perhaps there could be a separate section for startup processes added by applications other than Windows?

2) Cut down on unnecessary processes (Though this has improved a great deal since Vista).

3) An improved Connection dialog, etc. for Wireless networks. This is one area of Windows 7 where I actually prefer the Windows Vista tool.

4) This may require some explaining, but I would love to be able to create icon groups on the desktop so that I can more easily get to common files and such while keeping minimal files on the desktop. For example you could click on an icon and it could open something similar to "Fences" where a group of files / programs could display. The explanation may require some work, but I've wanted this for a while. I like a clean desktop, and now that the gadgets take up desktop space and not just sidebar space, I would expect a lot of people would want to keep their desktop icons to a minimum.

1) A better Task Manager. I know that this has improved some with recent versions of Windows, but it is still difficult for someone to discern what a particular process is... Perhaps there could be a separate section for startup processes added by applications other than Windows?

Ah, that's one. It'd be nice to be able to see the specific services under svchost.exe without needing extra software.

32 will eventually disappear. i dont see why it has to be done in win 7 right now. it doesnt support 16bits anymore so eventually 32 bit will be gone as well. in the mean time, a lot of people still have older hardware that doesnt have 64 bit drivers for it and the maker of those hardwares are too lazy to support them.

i havent used windows 7 yet. not much into beta or RC releases but what i would like to see is the ability for multiple desktop. i used to used Redhat at University and loved the idea of having 4 desktop and able to switch between them with a click. that's something i truly miss in windows. the ability to have a multiple copy and paste. i know it there in Office but i mean when try to copy files in windows explorer. i should be able to copy different sets all at once from folder and then paste each of those individually in different location. i would find something like this very useful when organizing photos into different folder as an example.

You can use desktops to get multiple desktops. It was developed by Sysinternals, which is now part of Microsoft, and is free:

http://technet.microsoft.com/en-us/sysinte...s/cc817881.aspx

Hope that helps. I like it. :)

You can use desktops to get multiple desktops. It was developed by Sysinternals, which is now part of Microsoft, and is free:

http://technet.microsoft.com/en-us/sysinte...s/cc817881.aspx

Hope that helps. I like it. :)

thanks. i didnt know about it before. will be trying it out. However, it does seem to have quite a lot of limitations to it:

Windows doesn't provide a way to move a window from one desktop object to another, and because a separate Explorer process must run on each desktop to provide a taskbar and start menu, most tray applications are only visible on the first desktop. Further, there is no way to delete a desktop object, so Desktops does not provide a way to close a desktop, because that would result in orphaned windows and processes. The recommended way to exit Desktops is therefore to logoff.

hopefully, MS would improve on it with time.

thanks. i didnt know about it before. will be trying it out. However, it does seem to have quite a lot of limitations to it:

hopefully, MS would improve on it with time.

Yes, I agree that there are quite a few limitations. I keep hoping for a new release that resolves some of those limitations, so hopefully sometime soon. It's a decent little program though, it just takes some getting used to, as it requires a little bit of forethought. I don't know of anything else better that is as easy on system resources too...

Almost every other operating system does not need a restart for driver installation, why does Windows still need it after 7 versions?

It depends on the type of drivers. Kernel mode drivers require restarts on pretty much all OSes, including Linux.

Saying that all of that was technically impossible is technically incorrect, because this only really occurs on Windows. I'm definitely not a stationary Linux user at all, but I have dabbled with it, and driver installation was on the fly without restarting, I honestly don't see any reason why that's impossible or why it should be.

But you are wrong. Linux most certainly does require restarts to install drivers, and it has BSODs (kernel panics). The latter is completely impossible to get rid of. It is a safety feature where the OS intentionally shuts down because code that is running with full and unrestricted access to your machine did something wrong. If it wasn't stopped, you could end up with data corruption, or even physically damaged hardware.

Well, it's to late now for Win7, but for Win8 I'd like to see them go to a micro kernel OS (like the *nix) and have the desktop be separate, the removal of Trident, etc.

First of all, there is no OS called "*nix". The various Unix-based and Unix-inspired (like Linux) OSes are very different and cannot be discussed as one entity. Furthermore, none of them have microkernels! Especially not Linux! In fact, Windows is the one that has a microkernel-like design, except that it runs most things in kernel mode rather than as separate user mode processes, for performance reasons.

I guess you didn't actually mean microkernel though, since you mention the desktop, which is an unrelated thing. The desktop environment in Windows is handled by Explorer, a plain old program. Window management (which is done by User) runs in kernel mode, again for performance reasons, but I don't see how this matters except in the sense that you can't replace it with something else (which you probably wouldn't be able to do anyway, since it's undocumented and would still be a protected OS file). Same with the low-level graphics API (GDI).

1)I wish Windows focused on reducing the number of silly and unnecessary reboots. I know that it has been considerably less compared to XP but may be they can focus on the issue a bit more.

A lot of installer reboots have nothing to do with Windows requirements though. They just reboot because they feel like it. The only place I see where there could be fewer reboots is when it comes to updates. The issue though, is how you update files that are in use. Windows has an extremely modular design with focus on shared components (libraries, servers). You can't replace these if they are in use, you'd have to wait until they unloaded. Some of them never unload until you reboot, because they are always in use. There's also the issue of inter-dependencies. What if you have two components that depend on each other, and only update one of them because the other couldn't be unloaded? You now have a version conflict (at least until the next time the system is rebooted), which can be dangerous.

The control panel I agree with. It's the most complicated part of Windows, and not easy to understand at all.

3)Remove all legacy crap since next version will surely be 64bit only and I'm sure XP Mode like feature would be even more improved

The problem here is that Windows is not designed that way. It is, for the most part, not version-based. There is no clear separation between "legacy crap" and brand new stuff. An application designed for Windows 7 in 2009 still uses APIs originally designed in the 1980s. They've just been slightly updated over the years. You can't remove 99% of "legacy crap" without also breaking all modern software, and that means Windows 8 wouldn't have an "XP Mode" -- it would have a "Windows 7 and below" mode.

Get rid of the registry. No other operating system has this file.

What do you want to replace the registry with? Remember that it has to support access control down to the key level. Chances are you're actually complaining about the complex nature of the Windows configuration data, rather than the storage medium. Well, that wouldn't change even if you got rid of the registry and replaced it with 10,000 text files. They'd still contain the exact same thing, so all you've accomplished is reducing performance.

Yes, I agree that there are quite a few limitations. I keep hoping for a new release that resolves some of those limitations, so hopefully sometime soon. It's a decent little program though, it just takes some getting used to, as it requires a little bit of forethought. I don't know of anything else better that is as easy on system resources too...

It can't be improved, and there can't be a new version. It already does everything it can. All the restrictions are down to fundamental Windows designs, and there is nothing the program can do about it. The most annoying thing is that the compositing window manager (DWM) only supports one desktop, so you can't have Aero on any of the others. It's just not designed to be used for virtual desktops.

Customisation - Let me choose where I want things and how they look, we all need different things.

Tabs for explorer - I know third party apps can add this but its just not as good.

Thats it for me, get those things sorted and I'm buying!

And dual listers so you can have both the source and destination side-by-side in the same window!

But you are wrong. Linux most certainly does require restarts to install drivers, and it has BSODs (kernel panics). The latter is completely impossible to get rid of. It is a safety feature where the OS intentionally shuts down because code that is running with full and unrestricted access to your machine did something wrong. If it wasn't stopped, you could end up with data corruption, or even physically damaged hardware.

Absolutely. I work with a lot of *nix servers and they definitely still need reboots. Windows with their 7 release has gotten quite good with not needing to be rebooted all that often - much more so than XP.

Almost every other operating system does not need a restart for driver installation, why does Windows still need it after 7 versions?

Actually, Windows hasn't required a mandatory restart since Vista for most driver installations. Stuff like display drivers and audio drivers work immediately. It's just that the setup program chooses to set the restart flag; a carry over from previous convention.

UI that didn't scream "We did it to show off our cool 3D effects!".

The old file explorer (From 2k-XP era).

Telnet command :-)

Telnet has always been there, same as in Vista.

Enable it in Control Panel>Programs and Features> Turn Windows features on or off.

No more restarting upon driver installation

I don't need to do this for a lot of things, like graphics drivers, I know some nVidia users need to do this with some of their graphics cards.

Adding hard drives with permissions from previous installations to not have to have so many security precautions via password

I don't understand what you are going on about here...

The network "diagnosis" to actually diagnose rather than restart the network adapter. (You can do this yourself.)

Most network problems are caused by the network card, thus, restarting the network card fixes nearly 90% of problems, if it's a problem outside of the network card i.e. not a Windows problem or a problem with the router, then there is nothing Windows can do about it.

Same as above, though, it'd just do it's job without saying what it's doing and just do it's job.

People like to see what it's doing. A bit like a power light when you switch your computer on, a lot of people would think it's not doing anything if the light doesn't show.

Disable BSOD's permanently

And replace it with what exactly? BSOD is there for a reason, it shows error codes to possible problems with the system in question.

Have all codecs and drivers manually like linux

This would destroy the Out of the box experience, there is nothing wrong with the codecs in Windows, actually, it has the biggest advantage over Linux with the ability to play back most DRM based material (Do not get this confused with Windows having DRM, it simply doesn't have DRM other than playing back DRM based files).

And the drivers are not the problem here. The Linux kernel can be faster by removing drivers, that's because the drivers are within the kernel. Windows uses a different approach to drivers and removing all the drivers would hurt the Out of the box experience. You'd only save hard drive space (which is dirt cheap) and not speed up Windows, at all.

Continue previous sessions

Windows 7, Vista and XP already have this feature, it's called 'Hibernate'.

I got some more, but can't think of them all now.

Post yours.

Sorry, but you've posted a lot of things actually wrong with Linux, and I'm a big supporter of Linux. What you suggest would break how Windows runs and a lot of people complain about the install size and DVD size of Windows and say that Linux can fit much more onto a DVD and so on, you forget that a lot of the hard drive space used and the DVD space used is down to the massive sized driver database that comes as default. Enough to satisfy 80%+ computers on the market; something which Linux is struggling on.

I don't understand what you are going on about here...

He probably means that if you move a hard drive/volume from one OS to another, the SIDs of the users on the first OS won't match the SIDs on the second OS, meaning the permissions will be all screwed up and you'll get prompts/errors because none of your users are listed in the ACLs.

Not a problem unique to Windows.

1) A better Task Manager. I know that this has improved some with recent versions of Windows, but it is still difficult for someone to discern what a particular process is... Perhaps there could be a separate section for startup processes added by applications other than Windows?

I don't see anything wrong with the Task Manager, sorry.

2) Cut down on unnecessary processes (Though this has improved a great deal since Vista).

Windows 7 Introduced a feature called 'Process triggering' which triggers processes to start and shut down when they are needed and not needed. Have you seen all the services/daemons started by a normal Linux setup like Ubuntu?

3) An improved Connection dialog, etc. for Wireless networks. This is one area of Windows 7 where I actually prefer the Windows Vista tool.

The connection box was simplified because there was no need for it to be complicated. If you want to get to some advanced settings, there are longer ways to do it which don't bother me. I want to plug in my network adaptor, get quoted for a password, enter it and just use my network, not all this crap with going into dialogues, changing settings just to get something basic to work, it's called the User Experience, something Linux is quite lacking.

4) This may require some explaining, but I would love to be able to create icon groups on the desktop so that I can more easily get to common files and such while keeping minimal files on the desktop. For example you could click on an icon and it could open something similar to "Fences" where a group of files / programs could display. The explanation may require some work, but I've wanted this for a while. I like a clean desktop, and now that the gadgets take up desktop space and not just sidebar space, I would expect a lot of people would want to keep their desktop icons to a minimum.

I believe you are talking about the KDE's implementation of Icon Grouping? It's a nice way, but I wouldn't want to use this feature as my desktop is completely clean and I can simply hit the 'Start' button my keyboard and type whatever program I need to start, plus I have jumplists to help with directory browsing.

To be honest, these two posts I've quoted so far point out the problems Linux actually has and somehow make them a problem with Windows.

He probably means that if you move a hard drive/volume from one OS to another, the SIDs of the users on the first OS won't match the SIDs on the second OS, meaning the permissions will be all screwed up and you'll get prompts/errors because none of your users are listed in the ACLs.

Not a problem unique to Windows.

I think I know what he means now, but there is a registry file called 'Take Ownership' if people Google it which enables people to right click on any program or directory and take permission of the directory and all it's sub folders.

I don't know why he is complaining about a security feature though. If someone robbed my computer and just took out the hard drive and could simply access my files just by plugging it in, I'd be quite annoyed.

This might not be possible, but I think it's worth mentioning. It'd be nice to have a single folder for the save files of PC games. Whether it be your little sister's Barbie game or your hardcore first-person shooter game, having it all in one location would make things easier. Imagine not having to start all over after you format and reinstall Windows. Imagine having to search for the game's save file because your friend accidentally deleted his.

I realize it's a little much and it doesn't apply to every game out there; however, I feel that it's doable and that it would make gaming in Windows all the more easier. That's my only "wish" for now.

This might not be possible, but I think it's worth mentioning. It'd be nice to have a single folder for the save files of PC games. Whether it be your little sister's Barbie game or your hardcore first-person shooter game, having it all in one location would make things easier. Imagine not having to start all over after you format and reinstall Windows. Imagine having to search for the game's save file because your friend accidentally deleted his.

I realize it's a little much and it doesn't apply to every game out there; however, I feel that it's doable and that it would make gaming in Windows all the more easier. That's my only "wish" for now.

It'd be nice, but for all game publishers to agree on something like that seems implausible to me.

What you suggest would break how Windows runs and a lot of people complain about the install size and DVD size of Windows and say that Linux can fit much more onto a DVD and so on, you forget that a lot of the hard drive space used and the DVD space used is down to the massive sized driver database that comes as default.

Not to turn this into a fight over details but actually, literally speaking, Linux currently supports more hardware than Vista or Win7 (out of the box) - although they're mainly historical items that not many people still use but the support is there :-)

1) A better Task Manager. I know that this has improved some with recent versions of Windows, but it is still difficult for someone to discern what a particular process is... Perhaps there could be a separate section for startup processes added by applications other than Windows?

yes i think process explorer of sysinternals must be default task manager.

& then people complained about registry, i think it is the most powerful yet most vulnerable feature of windows. i don't think there could be better alternate to it.

Edited by ilovetech

Process Explorer isn't the default, because it is too complex.

As to why it doesn't try to sort stuff or give more verbose textual information, it's partly because of the potential for abuse. Malware will do anything it can to appear legitimate. Remember how in older versions it would give you an error if you tried to terminate certain system processes? It doesn't even do that anymore, because malware managed to abuse it to become unkillable.

Ah, that's one. It'd be nice to be able to see the specific services under svchost.exe without needing extra software.

both vista and 7 can do this natively, right click the svchost you're interested in and select show services.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Rufus 4.15.2393 Beta 2 by Razvan Serea Rufus is a small utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc. Despite its small size, Rufus provides everything you need! Oh, and Rufus is fast. For instance it's about twice as fast as UNetbootin, Universal USB Installer or Windows 7 USB download tool, on the creation of a Windows 7 USB installation drive from an ISO (with honorable mention to WiNToBootic for managing to keep up). It is also marginally faster on the creation of Linux bootable USBs from ISOs. A non-exhaustive list of Rufus supported ISOs is available here. It can be especially useful for cases where: you need to create USB installation media from bootable ISOs (Windows, Linux, UEFI, etc.) you need to work on a system that doesn't have an OS installed you need to flash a BIOS or other firmware from DOS you want to run a low-level utility Rufus 4.15.2393 Beta 2 changelog: Add RISC-V 64 support to UEFI:NTFS Improve the guards for using the "silent" option Improve the ability to cancel during write retries Improve progress reporting for compressed image extraction Fix unrestricted XML entity expansion and integer overflow in ezxml parser (courtesy of @esadowski4) [GHSA-55r2-34wg-8mv9] Fix "silent" Windows installation failing at 75% in most cases [#2960] Fix a crash during boot when using UEFI:NTFS on Snapdragon X based ARM64 platforms [#2934] Fix the first WUE option always being checked by default [#2965] Fix an infinite loop when using Windows ISOs that contain multiple WIMs Fix "Enable runtime UEFI media validation" checkbox not always being properly enabled Other WUE improvements/fixes for OneDrive removal and username validation (with thanks to @christian8641) [#2984, #2991] Download: Rufus 4.15 Beta 2 | 1.9 MB (Open Source) Links: Rufus Home Page | Project Page @GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Tixati 3.43 by Razvan Serea Tixati is a free and easy to use BitTorrent client featuring detailed views of all seed, peer, and file transfer properties. Also included are powerful bandwidth charting and throttling capabilities, and a full DHT implementation. Tixati is one of the most advanced and flexible BitTorrent clients available. And unlike many other clients, Tixati contains NO SPYWARE, NO ADS, and NO GIMMICKS. Tixati portable version is meant to run on a USB flash drive or other portable media. It stores all its configuration files in the same folder as the executable binary files, and all file paths are stored in a format relative to the program executable folder. It is important you do not delete the "tixati_portable_mode.txt" file within the executables folder. This file is what triggers Tixati to run in portable mode. (The executable binaries are actually the same as the standard edition binaries.) When running the portable edition from a USB flash drive, especially one that is formatted in FAT16/FAT32, you may experience some lag when initially loading a new transfer. This is because initializing and allocating large files on flash-based media consumes a greater amount of time and resources compared to a conventional hard-drive. Tixati has the following features: detailed views of all aspects of the swarm, including peers, pieces, files, and trackers support for magnet links, so no need to download .torrent files if a simple magnet-link is available super-efficient peer choking/unchoking algorithms ensure the fastest downloads peer connection encryption for added security full DHT (Distributed Hash Table) implementation for trackerless torrents, including detailed message traffic graphs and customizable event logging advanced bandwidth charting of overall traffic and per-transfer traffic, with separate classification of protocol and file bytes, and with separate classification of outbound traffic for trading and seeding highly flexible bandwidth throttling, including trading/seeding proportion adjustment and adjustable priority for individual transfers and peers bitfield graphs that show the completeness of all downloaded files, what pieces other peers have available, and the health of the overall swarm customizable event logging for each download, and individual event logs for all peers within the swarm expert local file management functions which allow you to move files to a different partition even while downloading is still in progress 100% compatible with the BitTorrent protocol Windows and Linux-GTK native versions available Tixati 3.43 changelog: Several major DHT improvements Added several screening heuristics to filter malicious DHT nodes, prevent Sybil floods Rewrote DHT search algorithms to add support for multi-path lookups Improved DHT logging, more details in several error messages Extended timeout lengths for outgoing queries over I2P Added incoming query / response per second to DHT table status display Updated Regex engine to PCRE2 Faster Search function, scans channel user profiles in much less time Fixed problems with file name parsing and date handling in RSS Faster and more accurate RSS filtering and episode number detection Several optimizations to global text processing functions, such as UTF-8 cleaning, line splitting, and token parsing Complete update of port-mapping UPNP/NAT-PMP engine, added PCP support, mapping over VPN support, and more Several refinements to default gateway detection on Windows / Android, which is used for port-mapping Support for IPv6 interface-scoped addresses, which is sometimes needed for IPv6 gateway detection and port mapping Full support for PCP port remapping, added backup zero-port query in case requested port is rejected New UPNP/NAT-PMP Monitor in Help > Diagnostics New reflected local port/location tracker that analyzes DHT replies to detect true port/location and NAT mapping type New TCP/UDP Ports monitor in Help > Diagnostics, with several statistic and information tabs, and a detailed event log Calculated/reflected local port is now used for port parameter in tracker queries and peer handshake Fixed several problems with Linux Wayland compatibility Completely replaced tray icon functions in Linux, new SNI implementation is now the default with GSI backup Implemented full DBus-Menu server to be used by new SNI tray icon implementation Replaced Linux tray balloon notification DBus client Rewrote auto-shutdown DBus interface for Linux Rewrote sleep inhibit DBus interface for Linux Dropped deprecated Linux dbus-glib dependencies Completely new Windows asynchronous file handling, now using IOCP model with several block-alignment optimizations Better handling of system network resets and interface down/up cycles Added option to fully clear configuration in Settings > Import/Export Remember last option checkboxes when using Import/Export Fixed minor I2P incoming connection routing problems Much faster I2P vanity host name finder Much faster channel user vanity key finder Raised length limit for torrent tracker remote failure messages to 120 from 64 Fixed problems setting download location on a torrent before the meta info is resolved Added location/MOC paths to category pane tooltips Several minor Web Interface fixes Refinements to static and scrolling ellipsizing layout routines Several fixes and improvements to single and multi-line text edit controls Many other minor fixes throughout the user interface A major overhaul of the Android framework has also been done: API target raised to 35, page alignment set to 16K Rewrote all inset processing routines Full rewrite of foreground service, application, and main activity objects New permission request routines Added multi-cast lock request before UPNP/LPDP discovery operations Fixed file permission and locking problems when loading .torrent from web browsers Fixed problems with Z-ordering of modal / non-modal and popup windows Fixed handling of back gesture on newer OS Added status bar icon adjustment based on status bar background color Added option in Settings > UI > Behavior to continue running in tray when task removed from recents App can be closed by swiping away notification Rewrote IME interface, fixed several problems with auto-correct, on-screen keyboard visibility, and cursor positioning Added full support for Android hardware mouse and keyboard function Added full tooltip implementation for Android hovering via mouse or other cursor device Full rewrite of popup menu widgets to better support hardware pointers and keyboard Added mouse cursor updating framework for Android hovering Added Settings > Import/Export to Android builds Added language file support to Android builds Download: Tixati 64-bit | Tixati 32-bit ~20.0 MB (Freeware) Download: Portable Tixati 3.43 | 114.0 MB Download: Tixati 3.43 for Linux | Android View: Tixati Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Firefox 152.0.1 by Razvan Serea Firefox is a fast, full-featured Web browser. It offers great security, privacy, and protection against viruses, spyware, malware, and it can also easily block pop-up windows. The key features that have made Firefox so popular are the simple and effective UI, browser speed and strong security capabilities. Firefox has complete features for browsing the Internet. It is very reliable and flexible due to its implemented security features, along with customization options. Firefox includes pop-up blocking, tab-browsing, integrated Google search, simplified privacy controls, a streamlined browser window that shows you more of the page than any other browser and a number of additional features that work with you to help you get the most out of your time online. Firefox key features Enhanced Tracking Protection (ETP) – Blocks trackers, cookies, cryptominers, and fingerprinters by default. Private Browsing Mode – Deletes history, cookies, and temporary files when closed. Lightweight & Fast Performance – Optimized memory usage with efficient page loading. Cross-Platform Sync – Sync bookmarks, passwords, history, and open tabs across devices. Customizable Interface – Toolbars, themes, and extensions can be tailored to user needs. Strong Privacy Controls – Options to manage cookies, permissions, and site data easily. Reader Mode – Strips away clutter for distraction-free reading. Pocket Integration – Save and read articles offline with Pocket built into Firefox. Picture-in-Picture (PiP) – Watch videos in a floating window while multitasking. Extensions & Add-ons – Vast library for productivity, security, and personalization. Built-in PDF Viewer – No need for external software to view PDFs. Firefox Monitor – Alerts users if their email is part of a known data breach. Multi-Account Containers – Isolate browsing sessions (e.g., work, personal, shopping). Performance & Resource Efficiency – Uses fewer system resources than some competitors. Open Source & Community-Driven – Transparent development with global contributions. Firefox 152.0.1 fixes: Fixed frequent crashes affecting users with Intel Raptor Lake processors. (Bug 2039575) Fixed an issue on macOS where choosing a PDF option, such as "Save as PDF", from the system print dialog would send the job to your printer instead of saving a file. (Bug 2047850) Download: Firefox 64-bit | Firefox 32-bit | ARM64 | ~70.0 MB (Freeware) Download: Firefox for MacOS | 146.0 MB View: Firefox Home Page | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Zed 1.7.2 has landed with updated OpenCode models, bug fixes and other improvements by David Uzondu Zed 1.7.2 recently landed on the stable release channel, bringing a host of AI-related features including automatic context compaction and settings-based skill management, along with other things like better Markdown preview rendering and custom git commands in the graph view. Starting with the AI stuff, the developers introduced "/compact", a command that basically summarizes your conversation history on demand. This tool prevents your active chat window from hitting token limits by compressing older parts of the dialogue into a brief overview. In addition to that, the team relocated skill management to the settings UI, improving how the application communicates errors regarding those skills, and updated the OpenCode model roster to support DeepSeek V4 Flash, MiniMax M3, Qwen 3.7 Plus, and Nemotron 3 Ultra Free. External agent users can also monitor context window cost metrics and delete individual sessions directly from their history. Right-clicking ref labels in the git graph now opens a context menu that runs different actions against selected targets, kind of how VS Code does it. Here are some of the bug fixes this new release brings: The active agent fails to auto-select when creating a new git worktree. A scrollbar unexpectedly appears on wrapped code blocks in the agent chat. Collapse indicators for project headers appear when performing sidebar searches. Bracketed ellipsis title prefixes fail to show the ellipsis icon properly. Project icons render incorrectly in the recent projects picker. Diff hunk controls appear inside non-editable commit view multibuffers. The software update button hangs indefinitely on the downloading stage. Restoring an agent terminal in a remote project triggers a sudden crash. Splitting a pane that contains an active commit view causes a crash. Linux Wayland freezes when trying to read the clipboard from laggy external apps. Zed is a "newish" code editor trying to break the massive stronghold VS Code has on the developer community. Funny enough, the editor was created by former GitHub employees who worked on the Atom text editor (which Microsoft killed in 2022, several years after it bought GitHub). The project officially hit version 1.0 back in April, introducing platform parity for Windows and Linux alongside deep support for DeepSeek-V4-Pro.
    • 26H2 absolutely will support ARM Windows just not on devices that came with 26H1. This is evident by the fact I am running 26H2, which on my MacBook Neo and Surface Pro 12 (inch), within a VM.
  • Recent Achievements

    • One Year In
      hhgygy earned a badge
      One Year In
    • One Month Later
      AMV earned a badge
      One Month Later
    • Week One Done
      AMV earned a badge
      Week One Done
    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      523
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      78
    4. 4
      Steven P.
      72
    5. 5
      Michael Scrip
      71
  • Tell a friend

    Love Neowin? Tell a friend!