Zoner Photo Studio X 歷史版本列表 Page22

最新版本 Zoner Photo Studio X 19.2309.2.506

Zoner Photo Studio X 歷史版本列表

Zoner Photo Studio X 將幫助你與你的照片。一切從下載到您的計算機編輯和共享,在一個地方。加入世界各地的數百萬用戶,為您的數碼照片獲得最佳工具! Zoner Photo Studio X 將幫助你的方式,同時也節省了你大量的時間花在處理你的數碼照片。下載,整理和編輯您的照片,並通過照片產品分享。嘗試 Zoner Photo Studio X 免費為 30 天沒有義務!Zoner ... Zoner Photo Studio X 軟體介紹


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

更新時間:2019-12-29
更新細節:

What's new in this version:

- Fix logic of detecting errors

CudaText 1.92.0 (64-bit) 查看版本資訊

更新時間:2019-12-26
更新細節:

What's new in this version:

Added:
- support encoding UTF-32, LE and BE, with and without BOM
- support encoding ISO-8859-15
- plugin API for mass search, e.g. to speedup "Highlight Occurrences" plugin
- command "font size: reset"
- command "add next occurrence of selected word" must keep selection direction
- must allow to save untitled+unchanged documents (do "Save as" for them)

Changed:
- default of "indent_size" to 0 (auto-detect from tab_size/tab_spaces)

Fixed:
- backward search for multi-line blocks with empty lines
- lost editor focus with old color theme

StarUML 3.2.1 查看版本資訊

更新時間:2019-12-18
更新細節:

What's new in this version:

Resolved Issues:
- Suppressed operations (or attributes, etc.) are not shown again

Zoner Photo Studio X 19.1909.2.198 查看版本資訊

更新時間:2019-12-12
更新細節:

What's new in this version:

Zoner Photo Studio X 19.1909.2.198
- Fixed a problem that caused occasional crashes when closing the Import tab
- Fixed a problem with shifting times for certain types of track logs
- Fixed error that had occurred when showing the map for choosing GPS coordinates
- Fixed a problem with sending postcards
- Fixed a problem with the controls for text settings in newly created text boxes


Zoner Photo Studio X 19.1909.2.195
- Fixed various problems


Zoner Photo Studio X 19.1909.2.193
- Fixed various problems


Zoner Photo Studio X 19.1909.2.189
- Fixed various problems


Zoner Photo Studio X 19.1909.2.184
- Fixed various problems


Zoner Photo Studio X 19.1909.2.182
- Change log not available for this version


Zoner Photo Studio X 19.1909.2.181
- Export: more configurable and finishes faster
- Catalog: option of 1:1 previews for RAW files
- Manager: faster photo rating
- Create: Collage – new template options
- Create: Calendar – new weekly and desk calendars
- Develop: Annotations – a new tool for adding text and objects
- Minor improvements and fixes


Zoner Photo Studio X 19.1904.2.175
- Change log not available for this version

R for Windows 3.6.2 查看版本資訊

更新時間:2019-12-12
更新細節:

What's new in this version:

New features:
- runmed(x, *) gains a new option na.action determining _how_ to handle NaN or NA in x
- dotchart() gains new options ann, xaxt, frame.plot and log

Installation on a unix-alike:
- Detection of the C stack direction has been moved from run-time to configure: this is safer with LTO builds and allows the detection to be overridden - see file config.site
- Source-code changes enable installation on platforms using gcc-fno-common (the expected default for gcc 10.x)

C-level facilities:
- installTrChar (which is nowadays is wrapped by installChar) is defined in Rinternals.h. (Neither are part of the API.)

Package installation:
- Header Rconfig.h contains the value of FC_LEN_T deduced at installation which is used by the prototypes in headers R_ext/BLAS.h and R_ext/Lapack.h but to avoid extensive breakage this is only exposed when USE_FC_LEN_T is defined
- If a package's C/C++ calls to BLAS/LAPACK allow for the 'hidden' arguments used by most Fortran compilers to pass the lengths of Fortran character arguments, define USE_FC_LEN_T and include Rconfig.h (possibly _via_ R.h) before including R_ext/BLAS.h or R_ext/Lapack.h
- A package with Fortran source code and perhaps C (but not C++) sources can request for its shared object/DLL to be linked by the Fortran compiler by including a line USE_FC_TO_LINK= in src/Makevars[.win] and using $(SHLIB_OPENMP_FFLAGS) as part of PKG_LIBS
- The known reason for doing so is a package which uses Fortran (only) OpenMP on a platform where the Fortran OpenMP runtime is incompatible with the C one (e.g. gfortran 9.x with clang)

Utilities:
- R CMD check has a new option to mitigate checks leaving files/directories in /tmp. See the 'R Internals' manual - this is part of --as-cran

Windows:
- The default standard for C++ in package installation is C++11 (as it has been on other platforms where available since R 3.6.0: the default toolchain on Windows was defaulting to C++98)

Deprecated and defunct:
- Support for specifying C++98 in package installation is deprecated
- Support in R CMD config for F77, FCPIFCPLAGS, CPP, CXXCPP and CXX98 and similar is deprecated. (CPP is found from the system make and may well not be set)
- Use $CC -E and $CXX -E instead of CPP and CXXCPP

Bug fixes:
- runmed(x, *) when x contains missing values now works consistently for both algorithm="Stuetzle" and "Turlach", and no longer segfaults for "Turlach", as reported by Hilmar Berger
- apply(diag(3), 2:3, mean) now gives a helpful error message
- dgamma(x, shape, log=TRUE) now longer overflows to Inf for shape < 1 and very small x, fixing PR#17577, reported by Jonathan Rougier
- Buffer overflow in building error messages fixed. Reported by Benjamin Tremblay
- options(str = .) is correctly initialized at package utils load time, now. A consequence is that str() in scripts now is more consistent to interactive use, e.g., when displaying function(**) argument lists
- as.numeric() now gives correct error message
- Printing ls.str() no longer wrongly shows "" in rare cases
- Auto-printing S4 objects no longer duplicates the object, for faster speed and reduced memory consumption. Reported by Aaron Lun
- pchisq(, , ncp=100) no longer takes practically forever in some cases. Hence ditto for corresponding qchisq() calls
- x %% L for finite x no longer returns NaN when L is infinite, nor suffers from cancellation for large finite L, thanks to Long Qu's
Analogously, x %/% L and L %/% x suffer less from cancellation and return values corresponding to limits for large L
- grepl(NA, *) now returns logical as documented
- options(warn=1e11) is an error now, instead of later leading to C stack overflow because of infinite recursion
- R_tryCatch no longer transfers control for all conditions. Reported and patch provided by Lionel Henry in PR#17617
- format(object.size(.), digits=NULL) now works, fixing PR#17628 reported by Jonathan Carroll
- get_all_vars(f, d) now also works for cases, e.g. where d contains a matrix. Reported by Simon Wood in 2009 and patch provided by Ben Bolker in PR#13624
- Additionally, it now also works when some variables are data frames, fixing PR#14905, reported by Patrick Breheny
- barplot() could get spacings wrong if there were exactly two bars PR#15522. Patch by Michael Chirico
- power.t.test() works in more cases when returning values of n smaller than 2
- dotchart(*, pch=., groups=.) now works better. Reported by Robert and confirmed by Nic Rochette in PR#16953
- canCoerce(obj, cl) no longer assumes length(class(obj)) == 1
- plot.formula(*, subset = *) now also works in a boundary case reported by Robert Schlicht (TU Dresden)
- readBin() and writeBin() of a rawConnection() now also work inlarge cases

StarUML 3.2.0 查看版本資訊

更新時間:2019-12-10
更新細節:

What's new in this version:

- Hide a subset of attributes, operations, etc.
- Activity diagram improvements
- Turn-off automatic updates

Resolved Issues:
- Activity diagram improvements
- Failed to load .uml file
- Create message is incorrectly connected if Lifeline is placed at left-side
- Do not close when select "Cancel" in save changes dialog
- Support CallOperation and CallBehavior Actions
- Open the diagram by double-clicking which referred by Frame
- Add a new lifeline when drag collaboration role onto sequence (or communication) diagram
- Allow deploying artifact instance to node instance
- Allow to turn-off check update on start
- Association cannot be drag-and-drop from Model Explorer when the two classes exists
- Do not show delete views only dialog when try to delete attributes
- Allow selectively show/hide attributes, operations and other properties.

CudaText 1.91.0 (64-bit) 查看版本資訊

更新時間:2019-12-10
更新細節:

What's new in this version:

Added:
- Windows: shell extension DLL (x32, x64), it was written by Andreas Heim (@dinkumoil). Run Cmd script from Explorer to install/uninstall the DLL
- Find/Replace dialog has new button "Replace global", to replace all matches in all opened documents
- Ctrl+click on selection was ignored before, now it can start drag-drop with copying
- option "key_bksp_wrap": allows BackSpace to go to previous line
- dialog "Go to bookmark" reworked: it shows bookmarks in all opened documents; it shows tab titles; it has filter inputbox

 Changed:
 - Command Palette commands "find first", "find next", "find all ..." now search for current text of Find dialog inputbox

Fixed:
- lexer Bash: issue with line comment
- must not clear code-tree on closing passive (lefter) tab
- must not clear code-tree on clicking active tab

CudaText 1.90.1 (64-bit) 查看版本資訊

更新時間:2019-11-26
更新細節:

What's new in this version:

Added:
- dialog "Go to bookmark" reworked: it shows bookmarks in all opened documents; it shows tab titles; it has filter inputbox

Fixed:
- must not clear code-tree on closing passive (lefter) tab
- must not clear code-tree on clicking active tab

CudaText 1.90.0 (64-bit) 查看版本資訊

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

What's new in this version:

Add:
- Command Palette shows items "opened files: ..."
- Command Palette shows items "recent files: ..."
- Command Palette: support filtering by category: #p (plugins), #l (lexers), #f (opened files), #r (recent files)
- Command Palette: Ctrl+J means "move down", Ctrl+K means "move up"
- option "ui_tree_sublexers"

Change:
- Command Palette and other menu-dialogs: keys Home/End are used for input box, Ctrl+Home/Ctrl+End for listbox

Fix:
- command "Close all" ignored modified state of 2nd file in pair-tab
- some APIs worked only for active editor, it gave issues in "File Type Profile" plugin
- command "go to screen top" was broken
- trying to fix rare program freezing with "ui_notif" option
- listbox in sidebar plugins (Tabs List, etc) should use color of Code Tree, not of Command Palette
- typing bracket with _backward_ multiline selection
- re-opening UTF8-BOM file could show the BOM
- horizontal scrollbar could hide even with scroll offset present

CudaText 1.89.5.0 (64-bit) 查看版本資訊

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