DesktopOK (64-bit) 歷史舊版本 Page12

最新版本 Utopia P2P 1.2.600

DesktopOK (64-bit) 歷史版本列表

DesktopOK 64 位是一個小而有效的解決方案,用戶必須經常更改屏幕分辨率。對於經常需要在筆記本電腦(例如筆記本電腦或平板電腦)上使用投影儀的 Windows 用戶來說也是很好的選擇。 更改屏幕分辨率後,您可以在 Windows 桌面上找到一個圖標混亂,就好像一枚炸彈擊中了它。圖標位置將會移動,Windows 將不能正確恢復桌面圖標的位置。 DesktopOK 64 位的也有其他有用的功能... DesktopOK (64-bit) 軟體介紹


TC Games 3.0.149201 查看版本資訊

更新時間:2021-07-09
更新細節:

What's new in this version:

- Add stripe payment method

Office Timeline 6.00.02 查看版本資訊

更新時間:2021-06-30
更新細節:

更新時間:2021-06-15
更新細節:

What's new in this version:

Switch your build to use Gradle 7.1 by updating your wrapper:
- ./gradlew wrapper --gradle-version=7.1
- See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.1

Office Timeline 6.00.00 查看版本資訊

更新時間:2021-06-08
更新細節:

What's new in this version:

- Launched Pro+ Edition, bringing Sub-Swimlanes and Multiple Timescales
- Renamed Office Timeline Plus Edition as "Basic Edition"
- Design, usability and functionality improvements in all Editions
- The ability to rotate Swimlane titles from the Timeline view
- Easily add, hide or duplicate Swimlanes from the Data and Timeline views
- Expand and collapse Swimlanes in the Data view
- New timescale settings with live timeband preview

Samepage 1.0.44341 查看版本資訊

更新時間:2021-05-26
更新細節:

Electron 13.0.1 (64-bit) 查看版本資訊

更新時間:2021-05-26
更新細節:

What's new in this version:

- Fixed SHA issue when creating a universal macOS build

NordVPN 6.37.2.0 查看版本資訊

更新時間:2021-05-26
更新細節:

Windows Terminal 2021 1.8.1444.0 查看版本資訊

更新時間:2021-05-26
更新細節:

What's new in this version:

Changed:
- When you rename a window, we will now acknowledge that we actually did it- Terminal will now show a more scrutable error message when your starting directory cannot be found

Fixed:
There was an issue that would result in blank profiles or profiles containing just one setting; it is now fixedThe only known cause of this issue was editing the settings of a profile the first time you ever launch Terminal
If you have profiles named Default in your dropdown, this is probably why.
We will now attempt to heal settings files broken by this bug
If you did have a profile that you actually liked that didn't have a name or a GUID or any settings, it will now be broken.
(Why? That's just a Command Prompt profile with no useful identifying information in it...)
We've fixed a bunch of instances of the terminal losing focus
We will no longer close a tab on middle-click down (because up is much more reasonable)The "close tabs to the right" and "close other" options have finally returned, thanks to some quick out-of-the-box thinking(thanks @mpela81)
Nested commands will no longer interfere with deleting the > command palette mode character (thanks @kovdu)
The "new tab" dropdown will no longer go up when it used to go down; we no longer live in topsy turvy-land (thanks @mpela81)
Terminal will no longer create a new profile with the name "Profile 13" if you're weird enough to add a new profile called "Profile 13" yourself (as an example)The window rename action will no longer also pop keys into the terminalYou can now navigate better using your key bindings in the Settings UI (focus mode, fullscreen, etc.)
Terminal will no longer let an application emit more than one bell per secondIn other news, a 1-second delay we accidentally introduced before a bell has been resolved
The command palette will now respect your locale when you do a case-insensitive search

Reliability:
- We should no longer crash on exit nearly as often -- either exiting a shell or the application
- Typing --tabColor into the command palette now has a 100% reduced chance of crashing

Performance:
- Some of our debug logging was being enabled by accident, so we've restricted its activation further
- This bug caused a significant reduction in rendering throughput

WPF Control:
- The WPF control can now have a background that varies from the terminal background

Electron 13.0.0 (64-bit) 查看版本資訊

更新時間:2021-05-25
更新細節:

What's new in this version:

Stack Upgrades:
- Chromium 91.0.4472.69
- v91 blog post
- v90 blog post
- Node v14.17.0
- v14.17.0 release notes
- V8 v9.1
- v9.1 blog post
- v9.0 blog post

Breaking Changes:
- Fixed so window.open() parameter frameName is no longer set as window title
- Changed session.setPermissionCheckHandler(handler) to allow for handler's first parameter, webContents to be null

Features:
Additions:
- Added process.contextId used by @electron/remote
- Added process.contextIsolated property that indicates whether the current renderer context has contextIsolation enabled
- Added process.uptime() to sandboxed renderers
- Added roundedCorners option for BrowserWindow
- Added missing fields to the parameters emitted as part of the context-menu event
- Added new session.storagePath API to get the path on disk for session-specific data
- Added support for passing DOM elements over the context bridge
- Added support for registering Manifest V3 extension service workers.
- Added 'registration-completed' event to ServiceWorkers
- Added disposition, referrer and postBody to the details object passed to the window open handler registered with setWindowOpenHandler

Improvements:
- Additional permission checks are now routed through session.setPermissionCheckHandler. These include Notification.permission, and permission.query. Please note that the webContents parameter to the check handler can now be null
- Allowed skipping process type transformation in win.SetVisibleOnAllWorkspaces on macOS
- Reverted WebFrameMain.executeJavaScriptInIsolatedWorld()
- Made trafficLightPosition option work for customButtonOnHover window
- The submitURL option for crashReporter.start is no longer a required argument when uploadToServer is false
- Improved performance of napi_threadsafe_function

Removed/Deprecated
- Removed deprecated BrowserWindow extension APIs
- Removed deprecated shell.moveItemToTrash()
- Removed deprecated systemPreferences methods

Fixed:
- Fixed hiddenInset titleBarStyle's abnormal fullscreen titlebar. Fix hiddenInset titleBarStyle not working with trafficLightPosition option
- Fixed a use-after-free bug during shutdown when using off-the-record sessions
- Fixed an issue where contextBridge might incorrectly try to serialize some WebAssembly objects
- Fixed behavior of 302/303/307 redirect responses in the protocol module
- Made BrowserWindow.setWindowButtonVisibility work for window with customButtonsOnHover titlebar style
- Fixed a rare crash on boot
- Fixed permissions issue that was preventing the PDF viewer from displaying
- Fixed the possibility for incorrect visual artifacts when using vibrancy and making frameless windows fullscreen on macOS
- Fixed using vibrancy with titleBarStyle together resulting in weird window shadow on macOS
- Restored cross-platform noop implementation of app.setAppUserModelId
- Security: backported fix for chromium:1196683

Other Changes:
- Non-functional change; updates repository's issue template file
- Updated community discussions link in default Electron menu

Electron 12.0.9 (64-bit) 查看版本資訊

更新時間:2021-05-20
更新細節:

What's new in this version:

Fixed:
- will-resize and will-move events not scaling the emitted newBounds rectangle to the appropriate Windows display scale factor
- incorrect value of document.focus when opening multiple windows on macOS