Freeplane 歷史版本列表 Page21

最新版本 Freeplane 1.11.5

Freeplane 歷史版本列表

Freeplane 是一個免費和開源的軟件應用程序,支持思想,分享信息,並在工作中,在學校和家裡完成的事情。該軟件可以用於思維導圖和分析心靈地圖中包含的信息。 Freeplane 在安裝了 Java 的當前版本的任何操作系統上運行。它可以運行在本地或可移動存儲,如 USB 驅動器。Freeplane 產品特點: 注意與可自由定位,不連接的節點(貼吧); 將想法(節點)排序成由線(邊)連接的層次結構... Freeplane 軟體介紹


Balabolka 2.15.0.751 查看版本資訊

更新時間:2020-08-16
更新細節:

What's new in this version:

- Fixed small bugs
- Resources for Italian and Turkish languages were updated

Insync 3.2.5.40859 查看版本資訊

更新時間:2020-08-12
更新細節:

What's new in this version:

- Rollback updating of local modified timestamp when renaming items
- Fix bug when deleting .gdlink or .gdmap files

DBeaver 7.1.4 查看版本資訊

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

What's new in this version:

Database navigator:
- Connection status icons and tooltips were redesigned
- Icon decorations added for Git-integrated projects
- Navigator view options were added in the context menu
- Simple view support was improved (redundant objects removed from the navigator tree)
- Icons for "Create new objects" action were fixed

Data editor:
- Unique key detection was fixed (for data editor)
- Advanced paste of multiple rows was fixed (redundant rows create was removed)
- Column filter dialog move/resize was fixed on Linux
- Grid data rendering performance was improved
- Auto-complete of column names was fixed in the filter panel

SQL editor:
- Search/replace/undio/redo shortcuts were fixed in embedded editors (view/procedure sources)
- Parameter binding was fixed for multiple occurrences of the same parameter
- Smart commit mode behavior was fixed for PostgreSQL (post-error transaction recovery)
- Delete indent with single backspace was enabled by default
- Server log panel now works for data modification triggers
- Extract query from source code now shows notification popup
- Multiple queries execution is now allowed (in separate tabs)

ERD editor: extra coloring was added for multi-schema diagrams

Oracle:
- Metadata read performance was increased (Tables, materialized views)
- Columns and constraints were added in materialized view editor
- Numeric data type precision read was fixed
- Support of implicit cursors in query results was added
- View DDL reading was improved (view comments are included in DDL)

PostgreSQL:
- Default schema detection and search_path overwrite was fixed
- Multi-dimension arrays support was added
- Table DDL for inherited tables was fixed

MySQL:
- Active database change in read-only connections was fixed
- CHECK constraints support was added
- Table copy operation was fixed
- User password management was improved (to avoid FLUSH PRIVILEGES)

Sybase:
- Support of text editing in views was added
- Schema indexes reading was fixed
- New table columns create was fixed

- CockroachDB: direct table data edit support was fixed
- HSQLDB: UUID data type support was added
- Query cancelling was improved (force cancel for hanging connections)
- Transaction isolation level settings save was fixed
- Error and debug logging was fixed
- A large number of minor UI improvements and bugfixes

Balabolka 2.15.0.750 查看版本資訊

更新時間:2020-08-01
更新細節:

What's new in this version:

- Small improvements
- Fixed the error in the "Find/Replace" dialog window
- Fixed the Clipboard Watch
- Resources for Bulgarian, Chinese (Simplified) and Spanish languages were updated

TablePlus 3.7.5 Build 136 查看版本資訊

更新時間:2020-07-30
更新細節:

Insync 3.2.3.40853 查看版本資訊

更新時間:2020-07-30
更新細節:

What's new in this version:

- Update local modified timestamp when renaming items
- Fix bug where modification conflict is not being detected in some cases.

Typora 0.9.9.93 (64-bit) 查看版本資訊

更新時間:2020-07-25
更新細節:

What's new in this version:

- Fix showing confirm dialog will freeze the window
- Fix copy remote images to local not working
- Fix IME related bugs

Insync 3.2.2.40848 查看版本資訊

更新時間:2020-07-23
更新細節:

Balabolka 2.15.0.749 查看版本資訊

更新時間:2020-07-18
更新細節:

What's new in this version:

- Named bookmarks are copied and pasted together with selected text in Balabolka
- Added the option "Copy selected text before to read clipboard aloud" (for the small floating window)
- Added the option "Replace <angle brackets> by quotes" for the text formatting

Wing IDE 101 8.0.0.0 查看版本資訊

更新時間:2020-07-16
更新細節:

What's new in this version:

Features:
- Support running and debugging Python code in Docker and other containers
- Allow creating a new Docker container or using an existing container from the New Project dialog
- Update and improve the How-To for Docker
- Support auto-completion of f-string expressions
- Allow setting the display and editor color themes separately
- Add the Editor > Auto-Editing > Mutate Adjacent Quotes preference to control whether typing a quote character while the caret is adjacent to an existing quote will change the type of quotes used for that string (enabled by default)
- Improve source analysis of simple expressions, imports from modules with __all__, and global/non-local statements
- Enable structural folding in .pyi and .pi files
- Add basic syntax highlighting for Dockerfile

Changes:
- Use utf-8 as the default encoding for Python files when working with Python 3
- Change the color palette and theme selection preferences to the easier to understand Display Theme and Editor Theme
- Remove deprecated commands:
- show-panel-debug-probe (use show-panel-debug-console)
- debug-probe-clear (use debug-console-clear)
- debug-probe-toggle-active-range (use debug-console-toggle-active-range)
- debug-probe-evaluate-active-range (use debug-console-evaluate-active-range)
- debug-probe-show-active-range (use debug-console-show-active-range)
- evaluate-sel-in-debug-probe (use evaluate-sel-in-debug-console)
- set-current-as-main-debug-file (use set-current-as-main-entry-point)
- clear-project-main-debug-file (use clear-project-main-entry-point)  
- set-selected-as-main-debug-file (use set-selected-as-main-entry-point)  
- Removeddeprecated symbols in the scripting API:
- kArg* magic default argument values (other than kArgNumericModifier)
- 'sheet' argument for CAPIApplication.ShowMessageDialog
- CAPIProject.Get/SetMainDebugFile (use Get/SetMainEntryPoint)
- CAPIDebugRunState.GetStackFrame (use GetStackIndex)
- Remove legacy support for Zope2 name space merging and debugging with WingDBG
- Omit minor version number from the installation directory name on Windows
- Add spaces into the app installation directory name on macOS
- Change the names of executables on Linux to wing8, wing-personal8, and wing-101-8
- The default Python is selected differently and includes inspection of Anaconda installations and framework installations (on macOS) that were previously ignored

Bug Fixes:
- Use the correct Python version for PEP 8 reformatting on a remote host
- Fix opening files from the Finder on macOS Catalina Finder when Wing is already open
- Fix goto definition on the Python 3 collections.abc module
- Fix the project tree display after cancelling a file move
- Fix find points of use and refactoring for properties
- Fix goto-definition callouts on symbols in remote files that are not yet open
- Add missing attributes errors, name, newlines, mode, and fileno to Python 2 sys.stdout/err replacement used while debugging; also add write_through for Python 3
- Fix intermittent truncation of output produced near the end of a process lifetime
- Avoid the potential for terminating debug or Python Shell processes when working on multiple remote hosts and a process ID happens to match an existing process
- Avoid warning about Python Shell restart when creating new projects
- Fix closing an editor while saving its file to a remote host
- Fix working with a remote Python that is missing the ctypes standard library module
- Don't mis-identify the type of the return values of dict items as a tuples
- Fix displaying invalid names in an import statement
- Fix inspecting values in the debugger or shell when getattr raises an exception other than AttibuteError
- Fix analysis of class and function statements after their indentation is reduced
- Fix analysis of f-strings contained inside an f-string
- Fix the icon used for Wing when launching from the command line on macOS Catalina
- Don't fail to reset the Testing tool state correctly if starting debug of a test aborts
- Update analysis correctly if the Project Home Directory or Python Path is changed in Project Properties
- Reduce application startup time