LibreCAD 歷史版本列表 Page5

最新版本 LibreCAD 2.2.0.2

LibreCAD 歷史版本列表

LibreCAD 是著名的專業 2D 和 3D 建模和設計套件 Auto CAD 的開源替代品。管理模擬和在某些情況下超越 AutoCAD 的功能,LibreCAD 代表每個新手和專業人士進入 2D 設計世界的絕佳機會,通過訪問免費提供給所有人的行業領先工具!這個應用程序是在一個開源的環境中創建的,這個環境專注於為所有支持的平台(Windows,Linux,Unix-like,Mac OS X)上... LibreCAD 軟體介紹


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

Mailspring 1.10.5 查看版本資訊

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

What's new in this version:

- Fixes a critical issue with the app crashing for Spanish users due to an error in the localization files
- Czech translation has been improved
- Users with Apple Silicon Mac devices will receive the Arm64 build automatically when 1.10.6 is released

Mailspring 1.10.4 查看版本資訊

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

What's new in this version:

- Spanish translation has been improved
- When connecting an Office365 account, you're now prompted to choose an email account on the web
- Mailspring now uses longer-lived Office365 credentials, eliminating the need to sign back in to your account periodically
- Linux sendto functionality has been fixed to correctly handle electron internal options

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

Mailspring 1.10.3 查看版本資訊

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

What's new in this version:

- Fix the show original functionality by correctly electron/remote
- Adjust text when messages are hidden after being moved to trash or spam
- Upgrade electron to 18.0.1 and windows-quiet-hours to 2.0.0 in order to fix notifications on windows
- Fix spellchecking by adjusting languages based on the supported hunspell languages
- Updated some wrong auto translations to Spanish
- Fix login to Office 365 Accounts

Mailspring 1.10.2 查看版本資訊

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

What's new in this version:

- This release also improves Mailspring's Turkish localization

Mailspring 1.10.1 查看版本資訊

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

What's new in this version:

- This release fixes a critical issue in 1.10.0 that caused the app to fail to launch for some Windows users. This was caused by upstream changes to our AppVeyor build pipeline that changed the default compilation architecture from ia32 to x64 on Windows.

Other Improvements:
- Fixes the "View License" menu item on Windows
- References to "You" in Mailspring now include the label of the relevant account anytime more than one account is present

Mailspring 1.10.0 查看版本資訊

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

What's new in this version:

Features:
- The Mailspring snapcraft distribution now loads using LZO, which significantly improves launch performance
- Mailspring now skips "All Mail" when syncing Protonmail accounts which prevents messages from thrashing between folders and consuming significant CPU
- Mailspring now defaults to SSL / TLS on port 465 for SMTP, per RFC 8314
- We now go back to inbox after "Remove and show next/previous" for last email

Twine 2.3.16 查看版本資訊

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

What's new in this version:

Features added:
- Updated SugarCube to 2.36.1