HandBrake (64-bit) 歷史版本列表 Page6

最新版本 DBeaver 21.2.2

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

HandBrake 64 位是一款免費的開源工具,可將視頻文件從幾乎任何格式轉換為現代廣泛支持的編解碼器。它使任何人輕鬆準備他們的相機視頻可以在各種設備上播放,包括所有版本的 iPhone,iPad,Apple TV,Android 手機,Android 桌面等等。當然,應用程序完全支持所有時間最流行的視頻轉換過程之一 - 從 DVD 轉換到您的硬盤驅動器,通過轉換成 MPEG- 4 格式的文件。... HandBrake (64-bit) 軟體介紹


NumPy 1.20.2 查看版本資訊

更新時間:2021-03-28
更新細節:

What's new in this version:

- Maint: Update f2py from master.
- diagflat could overflow on windows or 32-bit platforms
- Fix refcount leak in f2py complex_double_from_pyobj.
- Fix tiny memory leaks when like= overrides are used
- Remove temporary change of descr/flags in VOID functions
- Segfault in nditer buffer dealloc for Object arrays
- Remove suspicious type casting
- remove nonsensical comparison of pointer < 0
- verify pointer against NULL before using it
- check if PyArray_malloc succeeded
- incorrect error fallthrough in nditer
- CI: Backport CI fixes from main.
- Maint: Add annotations for __getitem__, __mul__ and...
- NameError in numpy.distutils.fcompiler.compaq
- Fixed where keyword for np.mean & np.var methods
- CI: Update apt package list before Python install
- Maint: Ensure that re-exported sub-modules are properly annotated
- Fix ma coercion list-of-ma-arrays if they do not cast to...
- Fix small valgrind-found issues
- Fix small issues found with pytest-leaks

MPV-EASY Player 0.33.0.8 查看版本資訊

更新時間:2021-03-28
更新細節:

MPV-EASY Player 0.33.0.7 查看版本資訊

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

What's new in this version:

- According to the latest improvements, an already useless control in osc has been removed
- Now the video file name control in osc will automatically stretch to take up as much space as possible
- The video file name control will now automatically detect the text length. When the text is longer than the available width of the control, it will automatically change the text in the middle of the text to [...], so that you can easily see the end of the text.
- Adjusted the icon size of the [Play] and [Pause] controls in the slimbar style of osc to make their display clearer

MPV-EASY Player 0.33.0.6 查看版本資訊

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

MPV-EASY Player 0.33.0.5 查看版本資訊

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

MPV-EASY Player 0.33.0.4 查看版本資訊

更新時間:2021-02-21
更新細節:

DBeaver 7.3.5 查看版本資訊

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

What's new in this version:

Data viewer:
- Advanced paste was fixed (multiple row paste)

SQL editor:
- SQL script toolbar was redesigned
- Omit empty results tab for new editor
- Copy as source code was fixed
- Auto-completion disable was fixed
- Query cancel UI was fixed (force cancel confirmation was removed)

Data transfer:
- Export in TXT format: max column length detection was improved
- Import from CSV format: column length detection was improved
- Database to database transfer: tables order now depends on existing foreign keys
- Manual tables reorder support was added
- Bug with binary columns + copy to clipboard was fixed
- Table/column mapping type selector was fixed
- Driver editor dialog was redesigned

Clickhouse:
- Driver download was fixed
- Table column comments support was added
- Redshift: driver version was updated ("session is read-only" issue was resolved)
- MariaDB: sequences support was added

MySQL:
- JSON columns copy was fixed
- mysqldump parameters are set according to the client version
- SQLite: column delete script was fixed

PostgreSQL:
- Data types cache read was improved
- Cross-schema type resolution was fixed
- Database settings navigator was added
- Column options were added for foreign tables
- Google Cloud PostgreSQL driver was added (thanks to @olavloite)
- SQL Server: jTDS driver support was fixed (problem with schema list load)
- Exasol: grants refresh was fixed
- Ubuntu PPA update was resolved
- New tips of the day were added
- All application jars are signed with DBeaver code sign certificate
- Many minor UI bugs were fixed

Wirecast 14.1.1 查看版本資訊

更新時間:2021-02-14
更新細節:

NumPy 1.20.1 查看版本資訊

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

What's new in this version:

- The distutils bug that caused problems with downstream projects is fixed
- The random.shuffle regression is fixed

NumPy 1.20.0 查看版本資訊

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

What's new in this version:

- Annotations for NumPy functions. This work is ongoing and improvements can be expected pending feedback from users
- Wider use of SIMD to increase execution speed of ufuncs. Much work has been done in introducing universal functions that will ease use of modern features across different hardware platforms. This work is ongoing.
- Preliminary work in changing the dtype and casting implementations in order to provide an easier path to extending dtypes. This work is ongoing but enough has been done to allow experimentation and feedback.
- Extensive documentation improvements comprising some 185 PR merges. This work is ongoing and part of the larger project to improve NumPy's online presence and usefulness to new users.
- Further cleanups related to removing Python 2.7. This improves code readability and removes technical debt
- Preliminary support for the upcoming Cython 3.0