AirDC++ 歷史版本列表 Page4

最新版本 AirDC++ 4.21

AirDC++ 歷史版本列表

AirDC++ 是先進的直接連接和直接連接網絡的現代,易於使用的客戶端。您可以與其他用戶加入“集線器”,聊天,執行搜索並瀏覽每個用戶的共享。它允許您與朋友和其他人共享文件,例如,在以下情況下: 與來自世界各地的共同興趣的人在局域網 / 廣域網 AirDC++ 是性能極高,具有許多高級功能。即使有數百萬的共享文件或數百 TB 的數據,它也已經過測試,可以平穩運行。源代碼適用於所有人,沒有任何捆綁軟件... AirDC++ 軟體介紹


Twine 2.5.0 查看版本資訊

更新時間:2022-08-28
更新細節:

What's new in this version:

New Features and Improvements:
Passages considered "empty" now show with a translucent background. To be considered empty, a passage must satisfy all of the criteria below:
- Has no text, not even just whitespace
- Has no tags
- Is the default size (small)
- Is not the start passage of the story
- If the last link to an empty passage is removed, an empty passage will be deleted
- This behavior is somewhat provisional, and constructive feedback is appreciated. The goal of this change is to address issues where typing links could create many extraneous passages, and to generally help keep stories from being cluttered with unused passages.
- Dialogs may now be maximized.
- The width of dialogs can now be customized in the Preferences dialog.
- If playing, testing, or publishing a story to file fails, an error message is now shown. Previously, it failed silently.
- The Delete Passages button now disables if the start passage in the story is selected
- Portuguese and French translations have been improved

Features Removed:
- Middle-clicking the story map no longer creates a passage. It falls back to the default behavior instead, usually allowing the user to scroll around the story map.

Fixed:
- Entering an invalid regular expression in the Find and Replace text no longer crashes Twine. It now reports no matches.
- Replacing a story during an import now correctly links passages to their parent story. This bug manifested as an inability to select passages, edit them in some cases, and other similar problems
- Padding on the story map has been adjusted so that dialogs no longer overlap passages on the right
- If the list of story tags or stories to import is too long to fit the window height, the list scrolls properly
- Portuguese and Chinese localizations now load correctly
- If an incorrect story format URL is entered when adding a new story format, an error is shown correctly. Previously, it showed placeholder text
- The Mac app is now ad hoc signed, so users on Apple Silicon should not see repeated permissions prompts when the app launches--only one, the first time it runs
- The app icon on Windows has been enlarged

Story Format Updates:
- Harlowe has been updated to 3.3.2

FurMark 1.31.0.0 查看版本資訊

更新時間:2022-08-03
更新細節:

What's new in this version:

- added detection of Intel Arc A380
- improved detection of Radeon GPUs
- added Radeon RX 6700
- updated: GPU-Z 2.47
- updated: GPU Shark 0.27.0.0
- updated with NVAPI R515
- updated: ZoomGPU 1.35.0 (GPU monitoring library)

Twine 2.4.1 查看版本資訊

更新時間:2022-07-14
更新細節:

What's new in this version:

New Features and Improvements:
- The German localization has been improved
- Updated the version of Electron used for app Twine to the latest v17 release

Fixed:
- Fixed a bug related to updating stories' story formats. This showed up in 2.4.0 as a crash message the first time a story was edited.
- Browser Twine now uses the Storage Manager API to determine how much space is left for Twine to use. You may see a change in the value reported from previous versions, which estimated it by trying to save increasingly large amounts of data until it failed. This should fix error messages seen in 2.4.0 like Failed to execute 'setItem' on 'Storage': Setting the value of 'twine-passages-abcdef-ghijklmn' exceeded the quota.)
- Backups work properly in app Twine

Twine 2.4.0 查看版本資訊

更新時間:2022-07-06
更新細節:

What's new in this version:

- A lot has changed between the 2.3 series and 2.4.0 and I'd recommend reading the Reference for a thorough description of how it all works. I'll summarize here, though.
- Even with these changes, 2.4.0 should work fine with stories created with 2.3 without any problems. If you decide you don't like 2.4.0 and want to continue using 2.3, you may run into some weirdness, as this hasn't been tested. If you use the online version, you can go back to the previous version at https://twinery.org/2.3.16.

Even though 2.4.0 has been a long time in the making, it's still a .0 release. I wouldn't recommend updating yet if:
- You are in the middle of a large project. Or at the very least, please make backup copies of your work before upgrading!
- You are using a non-English localization. Many UI changes have occurred and unfortunately, it has been hard to get help translating new text. (If you can help out, please see these directions!) So using Twine with a non-English locale setting will show a mishmash of translated and untranslated text.

General UI Updates:
- There's now a toolbar that appears at the top of the screen for all actions. The toolbar's separated into tabs, similar to a menu bar, and has a back button allowing navigation between screens.
- The system font is used instead of a custom one. This is mostly an aesthetic change, but it also helps with non-Latin text.
- Some actions, like changing preferences or editing story formats, are available regardless of where you are in the app.
- The desktop app now has an ARM Linux build, and the macOS app is universal, running on both Intel and Apple Silicon processors natively.
- The desktop app has a new icon.

The Story List:
- You now select a story from the list and then take an action on it using the toolbar instead of using a gear menu. Double-clicking a story will edit it.
- Stories can now be tagged, and the story list can be filtered to show only certain tags. Just like passage tags, story tags can have colors associated with them.
- Story previews have been updated to look hopefully nicer

The Story Format List:
- By default, only the most up-to-date version of a story format is shown in the list. You can see all installed formats using the View top toolbar tab.

The Story Map:
- You can now undo and redo changes
- You can now edit multiple passages at one time
- You can rename a passage without editing it
- You can now delete more than one passage at a time
- All detail dialogs, like the find & replace text dialog, are now modeless, meaning that you can do other work in your story while they're open
- You can customize the font used in passage editors and disable cursor blinking
- Story formats now have an official way to extend the editor. (The Harlowe story format used undocumented methods to do this in the past.) Story formats can add syntax highlighting to passage editors, a toolbar of actions to passage editors, and add additional connections between passages in the map.
- Right now, Harlowe and Chapbook have extensions but other story formats may add them in the future
- You can disable story format extensions if they are causing trouble or you prefer not to use them
- If you're a story format developer, learn how extensions work here
- Editing larger stories is faster

Story Formats:
- Harlowe 3.3.0 is included, and release notes are here
- Chapbook 1.2.2 is also included. It's the same as the last version, 1.2.1, except for the addition of editor extensions.

Reliability:
- Twine has been migrated to TypeScript, a JavaScript dialect which automatically checks for certain kinds of coding errors
- Test coverage of Twine has improved significantly and changes now require code linting and tests to pass before being merged

FurMark 1.30.0.0 查看版本資訊

更新時間:2022-05-18
更新細節:

What's new in this version:

Added:
- detection of Intel Arc 7 A770M, A730M, Arc 5 A550M and Arc 3 A370M and A350M
- support of GeForce RTX 3090 Ti, RTX A4500, GeForce RTX 3050 8GB, GeForce RTX 3050 4GB, GeForce RTX 3080 12GB. Updated some RTX 3060 and RTX 3050 models.
- support of AMD Radeon RX 6950 XT, 6750 XT and 6650 XT, Radeon RX 6400, RX 6500 XT, RX 6500M, RX 6300M, Radeon RX 6650 XT, Radeon Pro W6500M, Radeon Pro W6400, Radeon Pro W6600,
- Radeon Pro W6600M, Radeon RX 6650M, Radeon RX 6800S / RX 6700S

Updated:
- GPU-Z 2.46
- GPU Shark 0.26.0.0
- updated with NVAPI R510
- ZoomGPU 1.34.0 (GPU monitoring library)

Voobly 2.3.3.0 查看版本資訊

更新時間:2022-04-28
更新細節:

Voobly 2.2.5.71 查看版本資訊

更新時間:2022-01-23
更新細節:

Twine 2.3.16 查看版本資訊

更新時間:2022-01-10
更新細節:

What's new in this version:

Features added:
- Updated SugarCube to 2.36.1

FurMark 1.29.0.0 查看版本資訊

更新時間:2021-11-16
更新細節:

What's new in this version:

- compiled with VS2022
- added detection of Intel UHD Graphics 770 (Alder Lake)

Updated:
- with NVAPI R495
- GPU Shark 0.25.0.0
- ZoomGPU 1.33.0 (GPU monitoring library)

Twine 2.3.15 查看版本資訊

更新時間:2021-10-22
更新細節:

What's new in this version:

Features added:
- Updated Harlowe to 3.2.3