Internet Download Manager 歷史版本列表 Page47

最新版本 Internet Download Manager 6.39 Build 1

Internet Download Manager 歷史版本列表

Internet Download Manager(IDM)是一種提高下載速度 5 倍的工具,恢復和計劃下載。全面的錯誤恢復和恢復能力將會由於連接丟失,網絡問題,計算機關閉或意外斷電而重新啟動斷開或中斷的下載。簡單的圖形用戶界面使 IDM 用戶友好和易於使用。 Internet Download Manager 有一個智能下載邏輯加速器,功能智能動態文件分割和安全的多部分下載技術,以加快您的下載。... Internet Download Manager 軟體介紹


Tribler 7.2.2 (64-bit) 查看版本資訊

更新時間:2019-02-09
更新細節:

What's new in this version:

- Fixed an explosive peer growth issue in communities
- Handled AlreadyCalled error in session
- Update IPv8 version
- Fixed a few issues of Debug pane and Tribler GUI

TagScanner 6.0.33 查看版本資訊

更新時間:2019-02-06
更新細節:

What's new in this version:

- Improved: Autonumbering wizard are now saves settings
- Improved: MEDIATYPE field now imported from online services
- Improved: All previews are now updated in real time on Transformations selection
- Fixed: Memory leak in scripting engine cause "Out of memory" error
- Starting work to make program more friendly for screen readers
- Updated playbak engine
- Translation: Japanese, Bulgarian, German, Norwegian, Czech

NumPy 1.16.1 查看版本資訊

更新時間:2019-02-01
更新細節:

What's new in this version:

Enhancements
- Add mm->q floordiv
- Port np.core.overrides to C for speed
- Add np.ctypeslib.as_ctypes_type(dtype), improve np.ctypeslib.as_ctypes
- Add "max difference" messages to np.testing.assert_array_equal...
- Add mm->qm divmod
- Add _dtype_ctype to namespace for freeze analysis

Compatibility notes:
- The changed error message emited by array comparison testing functions may affect doctests. See below for detail.
- Casting from double and single denormals to float16 has been corrected. In some rare cases, this may result in results being rounded up instead of down, changing the last bit (ULP) of the result.

Tribler 7.2.1 (64-bit) 查看版本資訊

更新時間:2019-02-01
更新細節:

What's new in this version:

- Fixed Trustchain community bootstrap problem

Tribler 7.2.0 (64-bit) 查看版本資訊

更新時間:2019-01-31
更新細節:

What's new in this version:

- Improved the logic for credit mining by deploying a multi-level investment policy
- Added an option to sort torrent files in the user interface
- Added the ability to record historical transactions in the market
- Added logging of the state directory that Tribler is using
- Addressed various security issues in the decentralized market implementation
- Removed the pymdht module and use our own DHT implementation instead
- Fixed an issue where Tribler attempts to send bytes over an already closed circuit
- Fixed an issue that prevents circuits from being recreated
- Fixed various issues and crashes in the decentralized market
- Fixed various issues related to VLC bundling on macOS
- Fixed a crash when changing the anonymity of a specific download
- Fixed a crash when starting a download
- Fixed a crash when subscribing to a channel
- Fixed a crash when an invalid bloomfilter is being transmitted to others
- Fixed an error during the database shutdown when closing Tribler
- Fixed a crash when libtorrent sessions are not available
- Slightly changed the presentation of the token balance in the user interface
- Fixed a crash during video-on-demand playback
- Fixed a crash when receiving a libtorrent alert
- Fixed an issue when excluding specific files during a download
- Fixed multiple issues when creating a new order in the decentralized market
- Fixed a crash with the key/value database
- Fixed a crash when parsing a malformed remote search query

Simplenote 1.4.0 查看版本資訊

更新時間:2019-01-30
更新細節:

What's new in this version:

Features:
- Checklists! Markdown-style checkboxes (- [ ] and - [x]) will now be rendered in the Editor as a clickable checkbox. Checklists can also be added from the Format ? Insert Checklist menu item

Enhancements:
- Change the button icon in the top left corner from a tag to a hamburger menu
- Improve accessibility of the tab panels in the Settings and Share dialogs
- Add a Tools panel (containing the Import/Export functions) to the Settings dialog
- Add ability to toggle checkboxes in the Markdown preview
- Show Published icon in Condensed view
- Add a “Check for Updates” menu item
- Improve alphabetical note sorting to ignore accents, diacritics, and leading # characters
- Improve contrast in Dark Mode

Fixes:
- Prevent the Search Bar from shrinking when there are no notes
- In narrow screen sizes, correctly close the note after a “Trash” or “Restore from Trash” command
- Make the text in the Markdown preview selectable
- Update the selected note when notes have reloaded
- Prevent Note List excerpts from being to short
- Fix an issue where a local change to a note’s content would reselect that note in the Editor, even when the user had already navigated away to a different note
- Fix lag when renaming tags
- Remove unnecessary left border in Focus Mode #1149 @qualitymanifest
- Prevent Markdown list prefixes from multiplying when hitting Return
- When copying a note, ensure that the raw text is copied to the clipboard instead of rich text
- Fix line break behavior in the Markdown preview to match common Markdown implementations, as well as the other Simplenote apps
- Fix CJK-related crashes after a tab character
- Various security and under-the-hood improvements

Tribler 7.1.5 (64-bit) 查看版本資訊

更新時間:2019-01-15
更新細節:

What's new in this version:

- Fixed issue with adding Torrent

Photo Mechanic 5.0 (build 19749) 查看版本資訊

更新時間:2019-01-15
更新細節:

NumPy 1.16.0 查看版本資訊

更新時間:2019-01-14
更新細節:

What's new in this version:

Highlights:
- Experimental support for overriding numpy functions, see __array_function__ below.
- The matmul function is now a ufunc. This provides better performance and allows overriding with __array_ufunc__.
- Improved support for the ARM and POWER architectures.
- Improved support for AIX and PyPy.
- Improved interop with ctypes.
- Improved support for PEP 3118.

New functions:
- New functions added to the numpy.lib.recfuntions module to ease the structured assignment changes: assign_fields_by_name, structured_to_unstructured, unstructured_to_structured, apply_along_fields, require_fields

New deprecations:
- The type dictionaries numpy.core.typeNA and numpy.core.sctypeNA are deprecated. They were buggy and not documented and will be removed in the 1.18 release. Usenumpy.sctypeDict instead.
- The numpy.asscalar function is deprecated. It is an alias to the more powerful numpy.ndarray.item, not tested, and fails for scalars.
- The numpy.set_array_ops and numpy.get_array_ops functions are deprecated.
- As part of NEP 15, they have been deprecated along with the C-API functions :c:func:PyArray_SetNumericOps and :c:func:PyArray_GetNumericOps. Users who wish to override the inner loop functions in built-in ufuncs should use :c:func:PyUFunc_ReplaceLoopBySignature.
- The numpy.unravel_index keyword argument dims is deprecated, use shape instead.
- The numpy.histogram normed argument is deprecated. It was deprecated previously, but no warning was issued.
- The positive operator (+) applied to non-numerical arrays is deprecated. See below for details.
- Passing an iterator to the stack functions is deprecated

Expired deprecations:
- NaT comparisons now return False without a warning, finishing a deprecation cycle begun in NumPy 1.11.
- np.lib.function_base.unique was removed, finishing a deprecation cycle begun in NumPy 1.4. Use numpy.unique instead.
- multi-field indexing now returns views instead of copies, finishing a deprecation cycle begun in NumPy 1.7. The change was previously attempted in NumPy 1.14 but reverted until now.
- np.PackageLoader and np.pkgload have been removed. These were deprecated in 1.10, had no tests, and seem to no longer work in 1.15.

Future changes:
NumPy 1.17 will drop support for Python 2.7

Tribler 7.1.4 (64-bit) 查看版本資訊

更新時間:2019-01-14
更新細節:

What's new in this version:

- Fixed a crash during the order matching process in the market overlay