Razer Synapse 歷史版本列表 Page7

最新版本 Razer Synapse 3.8.731.72514

Razer Synapse 歷史版本列表

Razer Synapse 是統一的配置軟件,允許您重新綁定控製或將宏分配給任何 Razer 外圍設備,並將所有設置自動保存到雲中。當你到達局域網聚會或遊戲時,不需要更繁瑣的設備配置,因為你可以把它們從雲中拉出來,並立即擁有。硬件配置器 硬件配置器是一個統一的配置軟件,允許你重新綁定控製或者將宏指定給任何的 razer 外圍設備,並將所有設置自動保存到雲中.Stats& heatmaps... Razer Synapse 軟體介紹


Razer Synapse 2.21.24.1 查看版本資訊

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

Razer Synapse 2.21.23.1 查看版本資訊

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

Razer Synapse 3.4.0401.032710 Beta 查看版本資訊

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

Razer Synapse 2.21.21.1 查看版本資訊

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

Razer Synapse 3.4.0215.013011 Beta 查看版本資訊

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

Razer Synapse 2.21.20.606 查看版本資訊

更新時間:2018-06-14
更新細節:

IntelliJ IDEA 2018.1.5 查看版本資訊

更新時間:2018-06-14
更新細節:

What's new in this version:

IntelliJ IDEA 2018.1.5 Build 181.5281.24
The most notable improvements worth mentioning:
- The IDE doesn’t lose focus after using/canceling navigation pop-ups/menus
- Navigating to class (?trl+N /cmd+O) now works correctly again
- The compiling doesn’t fail for the projects that store .iml externally
- The IDE doesn’t create a duplicate changelist anymore when parts of the files are submitted in a Perforce changelist
- You can now evaluate expressions in the lambda body


IntelliJ IDEA 2018.1.4 Build 181.5087.20

IntelliJ IDEA 2018.1.4, the forth bug-fix update for the recently released major version is now available! Download from our website or update via Toolbox App. In IntelliJ IDEA, you can specify the directory to be used by the running application for each run configuration. You can enter it directly, or use path variables. Previously, the $MODULE_DIR$ variable always pointed to the directory containing .iml files. However, projects imported from Gradle have the .iml file in the .idea directory. The .idea directory normally shouldn’t be used as the working directory for running tests, as this can cause test failures. In order to avoid test failures in such cases, we now point the $MODULE_DIR$ variable to the module’s content root in case the .iml file is located in the .idea directory. To avoid further misunderstanding, the $MODULE_DIR$ macro is deprecated. We’ve introduced 2 new macros:
- MODULE_WORKING_DIR$ for module content directory
- MODULE_IML_DIR$ for directory containing the .iml file. In other news, IntelliJ IDEA 2018.1.4 now supports the new Spring Boot 2.0 relaxed binding rules for configuration keys

Also, the following important issues are fixed in this update:
- The Enter file name popup is now closing after losing focus when there’s no value in the text box
- Subversion: fixed several issues related to URLs containing spaces/special symbols

Last but not least, the JDK was updated to the 1.8.0_152-release-1136-b39 version, and the following notable fix was integrated:
- Resolved the issue with sizes of drugging windows between two monitors with different DPI


IntelliJ IDEA 2018.1.3 Build 181.4892.42

- For a start, you can now preview the full name (80 symbols by default) of the Run Configuration in the Run/Debug configuration drop-down menu. Note, if you have a name longer than 80 characters for your Run Configuration, then it will be trimmed down in the middle.
- While importing settings from the previous version, the IDE now checks the compatibility with the Kotlin plugin version, and uses the version of the Kotlin plugin which is bundled if needed.
- We also continue our work on performance for the Spring application, so now opening and updating Spring diagrams have much better performance.
- We fixed a number of issues related to the search and replace, and now the Find in Path shortcut (Ctrl+Shift+F on Linux/Windows, on Cmd+Shift+F macOS) works again in the preview window of the Find in Path dialog. Also, we’ve fixed the issue with the search in path that never completes when using named capturing groups in regexp.
- Apart from that, you can now turn on the support screen readers before the first launch of the program by simply adding a new –Dide.support.screenreaders.enabled=true JVM option to the idea.properties file.

Last, in order but not in importance, the built-in JRE has been updated to the new version – 1.8.0_152-release-1136-b38. Here are the most notable fixes that come with it:
- Fixed a group of issues related to broken Z-order of child windows: JRE-692 , JRE-695, JRE-705
- Introduced a possibility to disable IME via JVM property:-Dawt.ime.disabled=true : JRE-729
- Fixed the issue with IME window position on HiDPI displays: JRE-742


IntelliJ IDEA 2018.1.2 Build 181.4668.68
- Change log not available for this version


IntelliJ IDEA 2018.1.1 Build 181.4445.78

This first bug-fix update also fixes several major and critical issues:
- The keystrokes aren’t lost during freezing anymore: IDEA-186636
- Clicking the Replace all option from the Replace in path dialog doesn’t cause the IDE to freeze: IDEA-188229
- We’ve fixed the issue with broken JPS that inhibits all Android builds: IDEA-189170
- Facet settings stored externally are now loaded by the build process: IDEA-189112

Besides all this, the JDK was updated to the 1.8.0_152-release-1136-b27 version, and important fixes were integrated:
- Performance for scrolling huge text file on 4K monitors was improved: JRE-584
- The issue with AWT popups, which were above other process windows after alt-tab, was fixed: JRE-695


IntelliJ IDEA 2018.1 Build 181.4203.550

Java:
- Enhanced Code Completion
- Better data flow analysis
- Many new Java inspections

JVM debugger:
- Raise an exception during debugging
- Log breakpoints stack trace to console
- Annotations for Async stack traces

Editor:
- Inline external annotations
- Inferred annotation hints

Android:
- Merged features from Android Studio 3.0
- Version Control Systems:
- Support for partial Git commits


IntelliJ IDEA 2017.3.5 Build 173.4674.33

First of all, with this update, we fixed SSH access to GitHub when using the built-in SSH executable:
- As GitHub dropped support for weak cryptographic keys, it caused connectivity issues when the built-in SSH executable was used to connect to GitHub. So we’ve updated the built-in SSH executable to make it compatible with GitHub’s new stronger cryptographic standards
- We also backported this fix to our earlier IntelliJ IDEA versions. And of course, the IntelliJ IDEA 2018.1 EAP build already contains this fix

Besides this, IntelliJ IDEA 2017.3.5 addresses the following issues:
- Fixed the issue with incorrect and unexpected Expand behavior in the Structure View: IDEA-184675
- The Change Signature dialog now uses the system-wide color sсheme for the parameters list, instead of the editor specific color scheme: IDEA-134545
- Eclipse compiler bundled with IntelliJ IDEA now supports Java 9 sources: IDEA-184951

Also with v2017.3.5, we’ve updated the JDK to the 1.8.0_152-release-1024-b15 version, with the following fixes integrated:
- Unlimited cryptographic policy is enabled by default (JRE-638)
- The issue of empty Memory View in Debug session of an application running with JRE 9 was fixed (JRE-641)


IntelliJ IDEA 2017.3.4 Build 173.4548.28

Now renaming a module is reflected in the dependent module’s file (.iml):
- You can now use the TAB key to jump to the Result pane in the Evaluate Expression window (fixed a regression)
- Fixed the issue with Gradle silent import doing nothing when the Gradle JDK is invalid
- The Show Local Changes as UML action doesn’t let you scroll infinitely
- Unlimited resizing in Diagrams when scrolling with the mouse wheel has been fixed
- New shortcuts Shift + Del and Сtrl + X (cmd + X) have been assigned to the remove results action in the Find Tool Window


IntelliJ IDEA 2017.3.3 Build 173.4301.25

- The Tool Window docking issue has been fixed
- The Gradle import is performed in the background
- The ability to pause the terminal output
- Now the IDE correctly resolves the dependency with the “bundle”
- Fixed an issue which caused the loss of all run configurations
- Now the Flatten Modules option is also available from the Project Tool Window
- Now, after selecting a branch, the Merge from… action invokes the Select Merge Variant dialog
- Spring: the Field injection warning inspection works correctly again

Also, a new 1.8.0_152-release-1024-b11 JDK version for x86_64 fixes the following bugs:
- Low-resolution application icon loading on Windows with HiDPI displays
- Crash of the 32-bit version on Windows


IntelliJ IDEA 2017.3.2 Build 173.4127.27

- For Gradle test runner, the Rerun failed tests button is again available inside the Debug tool window
- Now, the IDE doesn’t crash after a function creation or a function replacement in the Redshift console editor
- Files generated by the annotation processor aren’t stored in the output directory anymore
- The IDE now selects the appropriate Gradle JVM automatically IDEA-149592, this also works for the first project in Gradle
- The issue with too many processes indexing a Git repository has been fixed


IntelliJ IDEA 2017.3.1 Build 173.3942.27

- Improvements for silent installation of IntelliJ IDEA based IDEs on Windows
- The History tab (VCS |Git | Show History) shows the full history for a moved file
- Clearing the output directory doesn't slow down the total build time anymore
- Removing an unloaded module from a project does not lead to deleting the corresponding directory
- Navigation, find usages, etc. works for Groovy code
- Fix for a major formatting regression from 2017.2.6 to 2017.3
- The IDE now loads the project tree
- Now the "Simplify Optional call chains" inspection doesn't remove an essential part of the code

Razer Synapse 2.21.19.529 查看版本資訊

更新時間:2018-05-23
更新細節:

更新時間:2018-05-20
更新細節:

What's new in this version:

The main new feature of Vim 8.1 is support for running a terminal in a Vim window. This builds on top of the asynchronous features added in Vim 8.0. The terminal window can be used for many purposes, here are a few examples:
- Run a command, such as "make", while continuing to edit in other windows. The progress of the command can be observed, the terminal window is continuously updated.
- Run a shell where you can execute a series of commands.
- Use the new terminal debugger plugin for debugging inside Vim. This is especially useful over an ssh connection, when opening other terminals is not possible or impractical. I use this to fix problems in Vim when travelling.
- The terminal window is also used in tests, to grab a screenshot and compare it with the expected state. This allows for testing interactive actions, such as the popup menu.

Razer Synapse 3.3.0330.040616 Beta 查看版本資訊

更新時間:2018-04-17
更新細節:

What's new in this version:

Razer Central:
- Razer now requires users to verify their identity before making changes to their account. A one-time-password (sent to their primary email) is now required when changing any account-related data.
- Changes to a user's Razer ID account must be made within 3 minutes after verifying theft identity. User re-verification is now required if a user account has been idle for too long.
- Email notifications will be sent to the users primary email address any time Razer detects a change in their account data (e.g. billing address changes).
- Razer Central now provides a page for users to sign out of all authenticated devices with a simple button-click.