Adobe DNG Converter 歷史舊版本 Page24

最新版本 Adobe DNG Converter 16.2

Adobe DNG Converter 歷史版本列表

Adobe DNG Converter 是一個免費的實用程序,可以將 600 多個攝像機的文件轉換為 DNG 格式,使您能夠輕鬆將相機專用的原始文件轉換為更通用的 DNG 原始文件.Digital Negative 的開發旨在解決缺乏專有和開放的標準每個數碼相機創建的獨特的原始文件。 DNG 允許攝影師將其原始相機文件歸檔為單一格式,便於將來進行編目和訪問。隨著格式規範免費提供,任何開發人員都可以... Adobe DNG Converter 軟體介紹


Silhouette Studio 4.3.254 查看版本資訊

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

What's new in this version:

Standard Edition and Above Features:
- Added support for CAMEO 4
- Added support for CE-LITE-50

New Machine-First Workflow:
- Choose your Silhouette machine in Page Setup to see a simple list of compatible options

Color Palettes:
- See a list of recent colors and create custom color palettes for your projects
- 64-bit support

Bug Fixes:
- Files saved in this version will no longer crash previous versions
- Fixed an infrequent crash relating to Bluetooth
- Fixed a crash on the Calibration screen
- Resolved the issue of the feed direction arrow defaulting to the left on paper sizes such as letter, when set to no mat
- Send Panel should display correctly on Laptop-size monitors (1366x768)
- Resolved an issue with the Fonts Installer
- The defaults for the Cameo 4 Automatic Tool Detection System should now display "Auto (No Action)" and "Auto (No Tool)" respectively
- The CE LITE cutting mat dropdown now displays correctly when the CE LITE is plugged in
- Fixed an issue where neither auto, on or off were selected for matless cutting
- Default orientations in Preferences should now work as expected
- Missing 4.3 Translations should now be present
- Studio no longer, under certain circumstances, creates a default custom material without user input
- Craft blade renamed to Kraft blade
- Documents with reg-marks and no cutting mat no longer crash when opened
- CAMEO4 Tool 1 Tab is now auto-created for custom materials
- Matless cutting now works when set to 'Auto'
- Matless cutting now defaults to ‘Auto’
- CAMEO 4 slides added to the introduction slideshow
- Improved visibility of the Tool 1 and 2 icons
- Length sliders have been renamed
- Crash no longer occurs when deleting a custom material that has CAMEO 4 Tool 2 settings
- Fixed a crash involving opening files
- Fixed saved files opening in the wrong orientation
- Horizontal / Vertical lines now display the correct coordinates
- Horizontal/Vertical lines now move as expected with 'Move To'
- Releasing the warp of text no longer crashes Studio
- Applying a line style then drawing a shape no longer causes a crash
- Copying a layer and pasting it no longer crashes Studio
- Simplifying points of Text no longer causes a crash
- Fixed a crash that occurred when files with special characters were saved to the Library

Adobe DNG Converter 11.4.1 查看版本資訊

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

cURL 7.66.0 查看版本資訊

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

What's new in this version:

Changes:
- CURLINFO_RETRY_AFTER: parse the Retry-After header value
- HTTP3: initial (experimental still not working) support
- curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
- curl: support parallel transfers with -Z
- curl_multi_poll: a sister to curl_multi_wait() that waits more
- sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID

Bugfixes:
- CVE-2019-5481: FTP-KRB double-free
- CVE-2019-5482: TFTP small blocksize heap buffer overflow
- CI: remove duplicate configure flag for LGTM.com
- CMake: remove needless newlines at end of gss variables
- CMake: use platform dependent name for dlopen() library
- CURLINFO docs: mention that in redirects times are added
- CURLOPT_ALTSVC.3: use a "" file name to not load from a file
- CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSED
- CURLOPT_HEADERFUNCTION.3: clarify
- CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly
- CURLOPT_READFUNCTION.3: provide inline example
- CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2
- Curl_addr2string: take an addrlen argument too
- Curl_fillreadbuffer: avoid double-free trailer buf on error
- HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown
- alt-svc: add protocol version selection masking
- alt-svc: fix removal of expired cache entry
- alt-svc: make it use h3-22 with ngtcp2 as well
- alt-svc: more liberal ALPN name parsing
- alt-svc: send Alt-Used: in redirected requests
- alt-svc: with quiche, use the quiche h3 alpn string
- appveyor: pass on -k to make
- asyn-thread: create a socketpair to wait on
- build-openssl: fix build with Visual Studio 2019
- cleanup: move functions out of url.c and make them static
- cleanup: remove the 'numsocks' argument used in many places
- configure: avoid undefined check_for_ca_bundle
- curl.h: add CURL_HTTP_VERSION_3 to the version enum
- curl.h: fix outdated comment
- curl: cap the maximum allowed values for retry time arguments
- curl: handle a libcurl build without netrc support
- curl: make use of CURLINFO_RETRY_AFTER when retrying
- curl: remove outdated comment
- curl: use .curlrc (with a dot) on Windows
- curl: use CURLINFO_PROTOCOL to check for HTTP(s)
- curl_global_init_mem.3: mention it was added in 7.12.0
- curl_version: bump string buffer size to 250
- curl_version_info.3: mentioned ALTSVC and HTTP3
- curl_version_info: offer quic (and h3) library info
- curl_version_info: provide nghttp2 details
- defines: avoid underscore-prefixed defines
- docs/ALTSVC: remove what works and the experimental explanation
- docs/EXPERIMENTAL: explain what it means and what's experimental now
- docs/MANUAL.md: converted to markdown from plain text
- docs/examples/curlx: fix errors
- docs: s/curl_debug/curl_dbg_debug in comments and docs
- easy: resize receive buffer on easy handle reset
- examples: Avoid reserved names in hiperfifo examples
- examples: add http3.c, altsvc.c and http3-present.c
- getenv: support up to 4K environment variable contents on windows
- http09: disable HTTP/0.9 by default in both tool and library
- http2: when marked for closure and wanted to close == OK
- http2_recv: trigger another read when the last data is returned
- http: fix use of credentials from URL when using HTTP proxy
- http_negotiate: improve handling of gss_init_sec_context() failures
- md4: Use our own MD4 when no crypto libraries are available
- multi: call detach_connection before Curl_disconnect
- netrc: make the code try ".netrc" on Windows
- nss: use TLSv1.3 as default if supported
- openssl: build warning free with boringssl
- openssl: use SSL_CTX_set__proto_version() when available
- plan9: add support for running on Plan 9
- progress: reset download/uploaded counter between transfers
- readwrite_data: repair setting the TIMER_STARTTRANSFER stamp
- scp: fix directory name length used in memcpy
- smb: init *msg to NULL in smb_send_and_recv()
- smtp: check for and bail out on too short EHLO response
- source: remove names from source comments
- spnego_sspi: add typecast to fix build warning
- src/makefile: fix uncompressed hugehelp.c generation
- ssh-libssh: do not specify O_APPEND when not in append mode
- ssh: move code into vssh for SSH backends
- sspi: fix memory leaks
- tests: Replace outdated test case numbering documentation
- tftp: return error when packet is too small for options
- timediff: make it 64 bit (if possible) even with 32 bit time_t
- travis: reduce number of torture tests in 'coverage'
- url: make use of new HTTP version if alt-svc has one
- urlapi: verify the IPv6 numerical address
- urldata: avoid 'generic', use dedicated pointers
- vauth: Use CURLE_AUTH_ERROR for auth function errors

IntelliJ IDEA 2019.2.2 查看版本資訊

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

Windows ISO Downloader 8.21 查看版本資訊

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

What's new in this version:

- Compressed downloads database; error handling for monthly download days; tool tips for texts that don't fit into the available space

Windows ISO Downloader 8.20 查看版本資訊

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

What's new in this version:

- Added Insider and developer versions up to build 18963; added Windows Admin Center previews up to build 1908; added Office 2019 for Mac build 16.28; added database of 85,000 downloads from Microsoft (applications, disc images, slides, white papers, business presentations, podcasts, videos, e-books, product sheets etc.

IntelliJ IDEA 2019.2.1 查看版本資訊

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

What's new in this version:

IntelliJ IDEA 2019.2.1 Build 192.6262.58
- Change log not available for this version


IntelliJ IDEA 2019.2 Build 192.5728.98
- Change log not available for this version


IntelliJ IDEA 2019.1.3 Build 191.7479.19
- Change log not available for this version


IntelliJ IDEA 2019.1.2 Build 191.7141.44

This update comes with a bunch of notable fixes:
- Fixed several major Gradle issues
- The “Open Recent” menu can now display the path to a project
- The terminal tabs can now be reordered with Ctrl+Shift+Left/Right on Windows / Linux, and cmd+Shift+Left/Right on macOS
- It’s now possible to build a Groovy project using the Groovy-Eclipse compiler
- The Recent Locations popup now opens all the selected locations
- The Run Anything popup shows the correct list of Maven goals, and shows correct suggestions on the first run

We’ve also updated JBR 11 to v11.0.2+9-b159.56:
- Fixed incorrect font on v2019.1 on Ubuntu
- Force IDE-managed HiDPI on Linux for fractional scales
- Support for LCD text on macOS
- The font rendering on macOS is restored and it’s now the same as it was in v2018.3.3
- Double quote doesn’t add a special character on macOS anymore


IntelliJ IDEA 2019.1.1 Build 191.6707.61
- Change log not available for this versio


IntelliJ IDEA 2019.1 Build 191.6183.87
- Change log not available for this version


IntelliJ IDEA 2018.3.6 Build 183.6156.11
- Change log not available for this version


IntelliJ IDEA 2018.3.5 Build 183.5912.21
- Change log not available for this version


IntelliJ IDEA 2018.3.4 Build 183.5429.30
- Change log not available for this version


IntelliJ IDEA 2018.3.3 Build 183.5153.38
- Change log not available for this version


IntelliJ IDEA 2018.3.2 Build 183.4886.37

- Creating live template containing annotation with value generates code with syntax error
- intellij idea 2018.3 does not finish scanning files to index
- InspectionElement should be public/otherwise usable, or GotoInspectionModel should not be public
- IDEA sometimes hangs when clicking on gutter with coverage information
- Exclude test sources from module sources in artifact output layout
- Build fails if the paths contain symlinks
- Library index not updated when jars are replaced
- IllegalStateException from objectMirror
- sa-jdwp: All object arrays contain only null values
- UnalignedAddressException during read only attach
- Docker: Auto-expose the unknown port if added in runtime at PortBinding tab
- backspace doesn't work in completion popup
- Code completion list is blinking after typing non-ASCII text
- Live Template Context in Java type declarations
- Adding Inlay leads to code lens invalidity
- Wrong caret position after up/down movements in presence of both inline and block inlays
- java.lang.ArithmeticException at deleting after calling completion
- Adobe Air debug on Android device seems to always uninstall first
- IntelliJ 2018.3 stopped supporting Gradle Java module configuration with src and resource folder in the same folder
- Gradle test runner unable to find test task with type extended from `org.gradle.api.tasks.testing.Test`
- Intellij gradle plugin issue with gradle 5, groovy and spock projects
- Optimize Imports functionality deletes org.gradle.util.GradleVersion import
- High CPU load by "DisconnectableInputStream source reader" threads when debugging gradle task
- Update gradle icon for run configuration and for projects nodes in gradle tool window
- Performance issue with code editor on a Grails project
- Groovydoc reports illegal character for space and coma
- WARN - ge.ExternalProjectsDataStorage java.lang.NullPointerException
- Hang during UnindexedFilesUpdater working
- Generate links to third-party libraries in JSON format
- Autocomplete doesn't show interface public methods on its private-package implementation
- IDEA fails to resolve a Java module when it's .jar file is listed twice in project roots
- suppress fallthrough wrongly considered redundant
- "NullableProblems"-inspection gives incorrect warning on a getter that returns other field
- "Replace with StandardCharsets.UTF_8" produces uncompilable source
- Extract Field is not finished yet
- WildFly: support https connection to the management interface
- Regression: Local Jetty run configuration JVM parameters are placed at wrong location in the final command line executed by IntelliJ
- JPS from IntelliJ IDEA 183 branch fails to compile project because of missing class org.apache.maven.model.InputLocationTracker
- NPE caused by NonClasspathClassFinder constructor leaking "this"
- Don't show 'Version must be specified' error in plugin.xml files for plugins developed via gradle-intellij-plugin
- QuickDoc shown on mouse move changes position or disappears after clicking on link it contains
- Opening external documentation for OpenJFX 11 libraries does not work
- Quick Documentation popup is sometimes placed off screen
- QuickDoc popup is not focused on the second "Ctrl+Q" if it was opened from autocomplete or Project View
- Autocomplete list moves up when opening/closing QuickDoc Tool Window
- View | ExternalDocumentation doesn't work for decompiled classes opened in Editor
- Spring Boot: resolve classes from "Provided" Scope in config file value
- Spring MVC not support resolution of views written as not-inlined strings
- "Open Task" dialog with empty "Create changelist" field
- After phpStorm upgrade when opening task it doesn't strip "[" when generates branch name causing not valid branch name error
- FreeMarker FTL // Support Code block folding
- FreeMarker plugin: built-in 'first' is not applicable to 'Sequence'
- Problem with formatting FreeMarker macros
- Blank terminal
- Kotlin + Thymeleaf th:each problem
- Lens mode doesn't show last line
- IDE hangs when searching in Hebrew+English
- Help | Submit a Bug Report does not work for AppCode / CLion / DataGrip
- Editor Search/Replace and Find/Replace in Path: font for text input fields is too small
- ParameterInfo is now wedged in completion settings area
- Modernize Maven Run/Debug Configuration icon
- NullPointerException occurs on opening a second/new project in the same window
- Extension point to alter "No {0} found" text in Search everywhere contributor
- Project update over SSH fails if there are many repositories
- Indexing is suspended during the cherry-pick process
- IllegalArgumentException occurs on attempt to fetch changes from remote git repository if repository is not set
- XmlLikeFileType.isCaseSensitive has wrong name
- Prettier: plugin does not format code with 1.5.2 prettier version
- node module locals are styled as globals
-

Zotero 5.0.74 查看版本資訊

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

What's new in this version:

- Fixed access date being parsed as previous year in some time zones on Windows 10 version 1903
- When transferring a document between word processors, modified citations were left as code
- For now, modified citations will be silently reset on transfer. We hope to preserve modified citations in a future version.
- Fixed potential file sync error when using eCryptfs on Linux
- Translator Editor improvements
- Update UI based on Zotero UI font size pref
- Load translator on double-click in translator list
- Support Cmd/Ctrl-= for zooming in code editor in addition to Cmd/Ctrl-+

Zotero 5.0.73 查看版本資訊

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

What's new in this version:

Functionality changed or added:
- Added “begins with” operator to field search conditions
- Added Developer menu to Tools menu
- Includes an error console, Run JavaScript window, style editor (previously available via the Cite preferences), and a translator editor (now bundled for easier translator development)

Bugs fixed:
- Fixed corrupted em dashes in titles with subtitles in APA style
- Revert incorrect subtitle capitalization for American Medical Association style (since 5.0.70)
- Fixed incorrect top padding in tag selector if first tag was truncated
- Fixed item tree crash when pressing Cmd + Left-Arrow with all parent items and a child item selected in a view
- Fixed zotero://select search selection
- Fixed server error for local HTTP requests if User-Agent wasn't set (e.g., from Pandoc)

Windows ISO Downloader 8.16 查看版本資訊

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

What's new in this version:

- Fixed links for Facebook site and Twitter feed
- Added announcement for Windows 7 / Office 2010 download days starting in October
- Added Insider and developer versions up to build 18950
- Added Windows Admin Center previews up to build 1907
- Added Office 2019 for Mac builds 16.26 and 16.27