BleachBit 歷史版本列表 Page12

最新版本 BleachBit 4.4.0

BleachBit 歷史版本列表

BleachBit 快速釋放磁盤空間,不知疲倦地守衛你的隱私。免費緩存,刪除餅乾,清除互聯網的歷史,撕碎臨時文件,刪除日誌,並丟棄垃圾,你不知道在那裡。專為 Linux 和 Windows 系統設計,它可以清理包括 Firefox,Internet Explorer,Adobe Flash,Google Chrome,Opera,Safari 等在內的上千種應用程序。除了簡單地刪除文件之外,Ble... BleachBit 軟體介紹


DBeaver 6.1.4 查看版本資訊

更新時間:2019-08-04
更新細節:

What's new in this version:

- Many problems with workspace migration were fixed
- Data viewer:
    - UI look and feel was significantly improved
    - New interface for rows/columns coloring
    - Logical foreign key creation was simplified
    - Many bugs were fixed in References panel rendering
    - Column filters UI was fixed (dups, dictionary reading errors)
    - Unique key detection was fixed (use indexes with nullable columns if no other identifiers found)
- Entiy diagrams: logical foreign keys can be created/deleted right in the diagram editor
- Data transfer: auto-generated (identity) columns handler was added
- DDL generation: now we generate tables DDL according to their foreign keys order
- Geometry viewer: simple (flat) geometry support was added
- Execution log: reading of row count for DML statements was fixed
- SQL Editor:
    - SQL formatter was fixed (DECLARE statements)
    - Copy SQL to Java code was improved (thanks to loro2)
- PostgreSQL:
    - Array data type handler was fixed
    - Indexes metadata reading was fixed
    - Execution plan visualization was fixed for CTE nodes
- SQL Server:
    - Support of identity columns creation was added
    - Session manager was fixed
- Oracle:
    - Scheduled jobs metadata reading was fixed
    - Session management was fixed for RAC mode
- Firebird: views and indexes metadata reading was fixed
- Apache Hive: many bugfixes related to complex (struct/array) data types handling
- Apache Drill: driver was fixed (missing JDK modules were added)
- Many other minor UI bugs were fixed

NumPy 1.17.0 查看版本資訊

更新時間:2019-07-27
更新細節:

DBeaver 6.1.3 查看版本資訊

更新時間:2019-07-21
更新細節:

What's new in this version:

New project configuration format was implemented

Main advantages:
- Better security (now we keep user credentials separately)
- Better support for version control systems (e.g. Git)
- Now we use standard (OS-specific) directories for configuration location

Major features:
- Logical foreign keys
- Data viewer: "References" panel was added (browse values by foreign and reference keys)
- Network profiles support was added: you may configure SSH/Proxy settings once and reuse them for any number of connections

Other:
- Connection page was redesigned
- Data viewer filter panel UI was improved
- Snowflake: procedures DDL, connection page fix
- Google Spanned database support was added
- PostgreSQL: struct/array data types support was fixed
- MySQL: privileges viewer was fixed (global privileges grant/revoke)
- DB2 i: procedure list and DDL reading was fixed
- Many minor UI bugs were fixed

Firefox Portable 68.0.1 查看版本資訊

更新時間:2019-07-19
更新細節:

Firefox Portable 68.0 查看版本資訊

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

DBeaver 6.1.2 查看版本資訊

更新時間:2019-07-08
更新細節:

What's new in this version:

Git integration: create projects in remote repositories, pull/commit/push automation from the DBeaver perspective, integrate existing projectys with Git repositories

- Problem with SSH and SSL connections was solved
- Problem with missing legacy character encoding was fixed

Data editor:
- "Delete cascade" feature was added
- Problem with column order was fixed (when result contains multiple columns with the same name)
- Problem with duplicated values in column filters was fixed
- "Default" values were added for numbers, strings and booleans

Data transfer:
- Export to a single file was fixed
- TXT format: extra options were added
- CSV import: timestamp columns parser was fixed

PostgeSQL:
- Extensions management was added
- Partitions DDL was added
- Partitions create/drop support was added
- Object description reading was fixed (+ problem with duplicated objects was solved)
- Complex data types rendering was fixed
- float4 data type support was fixed (wrong value render)
- Greenplum: ERD renderer was fixed

Orclele:
- Problem with read-only tables was fixed (for some Oracle versions)
- View management: problem with semicolons was fixed

- DB2 for iSeries: procedures DDL was added, problem with schema list reading  was fixed
- Generic driver (SQLite and others): problem with view create command was fixed
- Plenty of minor UI bugs were fixed

DBeaver 6.1.1 查看版本資訊

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

What's new in this version:

- We have migrated to Java11 (Windows and MacOS bundled JRE is OpenJDK 11.0.3)
- ERD: diagram refresh fixed (do not re-layout elements)
- ERD: support of zoom with mouse wheel was added
- PostgreSQL: ref cursor data type support was fixed
- Oracle: bootstrap queries execute was fixed
- DB2 for iSeries, DB2 for z/OS: schema list reading was fixed
- SQLite: datetime columns support was fixed
- SAP HANA: triggers support was added (read-only)
- Data views: calc panel was fixed (min/max functions evaluation)

DBeaver 6.1.0 查看版本資訊

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

What's new in this version:

Data viewer:
- Spreadsheet column-based coloring support was added
- Copy as HTML now uses html clipboard format
- Focus loss bug was fixed (MacOS)

Data transfer:
- Export to XLSX format: performance was greatly improved
- Table truncate confirmation was added
- Plaintext export was fixed (datetime data types formatting)

SQL editor:
- SQL execution plan save/load support was added
- Bug with keywords in comments was fixed
- Active connection/schema selectors were fixed in the main/context menus
- Workbench/J formatter was fixed
- ERD diagram: Dark theme support was improved

Database navigator:
- New object create context menu redesigned
- Duplicated nodes bug was fixed

Spatial viewer:
- Coordinates inversion was fixed (MySQL)
- Column SRID and coordinates flip settings are now saved between sessions

Oracle:
- Constraints metadata reading was fixed (fixes table editor as well)
- Indexes DDL reading was added

PostgreSQL:
- Backup of “quoted” schemas and tables was fixed
- Functions’ dependencies information was added
- Struct data types parser was fixed (boolean fields extraction)

MySQL:
- BEGIN keyword handler was fixed
- View DDL was fixed (extra delimiters)
- SQL Server: drop index qury was fixed
- Eclipse plugin installer was fixed (missed bundles)
- Many minor UI bug fixes

NumPy 1.16.4 查看版本資訊

更新時間:2019-05-28
更新細節:

What's new in this version:

- BUG: Some PyPy versions lack PyStructSequence_InitType2.
- MAINT, DEP: Fix deprecated assertEquals()
- BUG: Fix structured_to_unstructured on single-field types (backport)
- BLD: Make CI pass again with pytest 4.5
- TST: Register markers in conftest.py.
- BUG: Removes ValueError for empty kwargs in arraymultiter_new
- BUG: Add TypeError to accepted exceptions in crackfortran.
- BUG: Handle subarrays in descr_to_dtype
- BUG: Protect generators from log(0.0)
- BUG: Always return views from structured_to_unstructured when...
- BUG: Catch stderr when checking compiler version
- BUG: longdouble(int) does not work
- BUG: distutils/system_info.py fix missing subprocess import (#13523)
- BUG,DEP: Fix writeable flag setting for arrays without base
- MAINT: Prepare for the 1.16.4 release.
- BUG: special case object arrays when printing rel-, abs-error

Firefox Portable 67.0 查看版本資訊

更新時間:2019-05-21
更新細節: