Callnote 歷史舊版本 Page1

最新版本 Callnote 5.14.9

Callnote 歷史版本列表

Callnote 是 Skype,Facebook,谷歌環聊,Viber,在線會議和網絡研討會(GoToMeeting 和 Webex)視頻通話錄音機。一個功能強大,易於使用的免費視頻通話錄音機 Callnote Premium PC for Windows!幫助您記錄 Skype,Google+ 環聊,Facebook,Viber 視頻和音頻呼叫,並增加了以與會者的方式捕獲 GoToMeetin... Callnote 軟體介紹


Callnote 5.14.9 查看版本資訊

更新時間:2021-11-30
更新細節:

WebStorm 2021.3 查看版本資訊

更新時間:2021-11-30
更新細節:

What's new in this version:

WebStorm 2021.3
The new features and improvements fall into these categories:
- JavaScript & TypeScript: improvements for working with monorepos, faster indexing times for JavaScript files, a quick-fix for downloading remote ES6 modules, support for ES2022 private class members, and more.
- Frameworks & Technologies: easier management of project dependencies, reworked Deno plugin, support for Angular 13, better HTML completion, and more
- Remote Development: JetBrains Gateway for remote development, Node.js remote interpreter updates, and proxy support for SSH connections
- Docker: improved connection process, a new Clean up action, Minikube integration, support for Compose V2, and more
- User Experience: the ability to split the Run tool window, a new Bookmarks tool window, ML-based search for actions in Search Everywhere, and more
- Version Control: reorganized VCS settings, improved workflow for pushing commits, a new Changes tool window, and more


WebStorm 2021.2.3
- Solved several problems with CSS highlighting and color preview
- Fixed the issue causing run configurations not to work with npm 7
- The TypeScript engine should no longer randomly stop working in Vue projects


WebStorm 2021.2.2
Fixed:
- the bug with the Stop button not terminating running processes on the first attempt
- a number of issues with Tailwind CSS

Added:
- support for inline SCSS in Angular 12
- support for ESLint 8.0

- Code completion now works for style sheet properties and values in React Native apps
- Enable external diff tool should now work as expected


WebStorm 2021.2.1
Improvements for Vue:
- WebStorm 2021.2.1 includes several long-awaited improvements for Vue support. The IDE now supports the final version of script setup RFC.
- Last year, we added support for an experimental version of script setup, where the export keyword was required. Since then, the RFC has changed. With the stable release of script setup in Vue 3.2, we reworked the existing support for this feature so you can use it in your project without any issues.

Other improvements for Vue in this release include:
- Vue 3 style selectors like :deep and :slotted are now supported
- Code completion won’t break when the parent element is an unknown tag
- Solved several problems with Composition API
- Fixed the issue with the wrong inferred prop type when a prop has the required attribute
- The TypeScript service should no longer stop working in your Vue projects
- Fixed various regressions in Pug support

Here are some other notable fixes:
- Added the ability to choose if you want to insert braces on code completion
- Solved the problem causing the IDE to freeze when opening a project from WSL 2
- Added support for shorthand properties in Angular templates
- Reworked support for Tailwind CSS to make it possible to use JIT mode
- Ctrl+arrow keys used in the built-in terminal should now work as expected


WebStorm 2021.2
Code Editing:
Reload pages in the browser on save:
- WebStorm lets you preview HTML files in a browser using the built-in web server, and now it will automatically update the pages in a browser as you edit and save your HTML, CSS, and JavaScript files.
- To get started, open an HTML file in the editor, hover over it, and click on the icon for the browser you want to use – all browsers are supported. You can also preview the file in a browser by going to View | Open in Browser in the main menu.
- The new feature may sound similar to the Live Edit feature that WebStorm has had for some time already. You can and may still need to use Live Edit if you want to see changes when you can’t open the page on the built-in IDE server. With the new feature, we wanted to provide a more straightforward experience and make the reloading process more predictable and available in all browsers.

Built-in HTML preview update:
- The built-in HTML preview that was introduced in 2021.1 now has a new workflow. Instead of automatically saving the file and reloading the page on typing, it will now only update the page on save, just like the preview in the browser. We will add the option to choose between these behaviors in the next release cycle.

Actions on save:
- Would you like to perform certain operations on the explicit save action? From now on, WebStorm will properly support this workflow. There have already been quite a few things that you could set up to work on saving files. For example, WebStorm would let you run Prettier on save. With this release, we’ve reworked all the existing functionality and collected it in one place, topping it off with the ability to reformat code and optimize imports on save.
- To customize WebStorm’s behavior on save, go to Preferences / Settings | Tools | Actions on Save. There you’ll find a list of actions that can be triggered with ⌘S / Ctrl+S.
- To turn an action on, tick the checkbox next to its name. Most of the actions will be triggered on any save, which includes autosave and explicit save actions. For file watchers and the Upload to default server action, you can choose between two options whenever you want them to be activated.
- If you want to adjust settings for a specific action, hover over that action – you’ll see a link to the configuration options available for it. Click on it to jump to the related page in the IDE settings.

Improvements for scratch files:
- With scratch files, you can make notes or draft code outside of the project context. To make them easier to work with, we’ve included two improvements in this release.
- First, you can now select some code, press ⌥⏎ / Alt+Enter, and then choose Create new scratch file from selection to quickly create a new scratch containing the same code.
- In addition to that, WebStorm will automatically remove empty scratch files as soon as you close them to help keep your workspace clean.

Improvements for Code With Me:
- When you’re in Following mode during a Code With Me session, you can now keep track of what code completion suggestions the person you’re following uses
- Additionally, Code With Me recently launched two new relay servers: one on the west coast of the US and another one in South Africa. This has made the ping almost three times faster.

JavaScript and TypeScript:
Auto-import for require():
- The next improvement in this release is for Node.js developers. As you may know, WebStorm adds missing import statements as you complete symbols in ES6 modules. It will now do the same in the CommonJS modules – require statements will be inserted on code completion.
- Whenever the IDE isn’t sure which syntax should be used in a file, it will show you a popup allowing you to choose between ES6 and CommonJS syntax.

Support for TypeScript types in JSDoc comments:
- One of the most anticipated improvements in v2021.2 – WebStorm now properly supports the TypeScript syntax used within JSDoc comments in your .js files. With this release, we’ve reworked and expanded the existing support, making WebStorm recognize more syntactic constructs. We’ve also fixed a lot of known issues. For example, optional properties in @typedef declarations are now supported.

New action for adding arrow functions:
- We added a new live template to help you add arrow functions more quickly. You can use it to surround a block of code with an arrow function using ⌥⌘J / Ctrl+Alt+J. You can also type arf and press ⇥ / Tab to expand the template and add an empty arrow function, as shown below.

Previewing files when debugging:
- The preview tab that used to work only for files in the Project tool window now works for files that open during debugging. This can help you avoid polluting the editor with multiple files that open in separate tabs when you stop at a breakpoint or step through the code.
- If you enable the preview, these files will all appear successively in one tab. You can turn this feature on in Preferences / Settings | Editor | General | Editor Tabs.

Frameworks and Technologies:
Code completion for private npm packages:
- Adding new project dependencies to package.json has become even easier, as code completion now works for private npm packages. The IDE will let you browse information about the latest versions of the package, just like it does for public packages.

Rename refactoring for React useState hooks:
- You will no longer need to spend a lot of time on refactoring useState values and functions one by one in React hooks – WebStorm can now rename both for you! To try this out, place the caret on a state value and invoke the Rename refactoring with ⇧F6 / Shift+F6 or by going to Refactor | Rename from the right-click context menu.

Support for classnames and clsx libraries:
- We’ve got another useful improvement for React users in this release. WebStorm now supports popular classnames and clsx libraries, helping you deal with your CSS class names more efficiently. The IDE will show completion suggestions for your CSS classes and resolve all symbols in string literals and properties with literal names.
- The IDE will show completion suggestions for strings as you type. To see completion suggestions for objects used within your classNames functions, press Ctrl+Space.

Better completion for endpoint URLs:
- If you’re working with Express.js, you can now get an overview of route handlers in the Endpoints tool window. This tool window isn’t available in WebStorm by default, but you can add it by installing the corresponding plugin from Preferences / Settings | Plugins. The tool window can also come in handy if you need to work with APIs.
- Also, it’s now possible to search for Express route declarations. For this, go to Navigate | URL Mapping…. from the main menu.

There are two more nice improvements for your client-side code:
- If you work with AngularJS, you can use completion for the endpoint URLs detected in the project’s $http methods
- For Axios, completion works for the endpoint URLs in the methods of a new Axios instance

Generic support for web-types:
- We’ve extended support for web-types, an open-source standard for documenting web frameworks. It was previously focused on Vue support, but now you can use it to enrich the coding assistance for custom components in your HTML files. Watch this webinar recording to learn more.

Other notable improvements:
- Starting from v2021.2, you will no longer find the Firefox Remote option under the available run/debug configurations. This run/debug configuration stopped working with the release of Firefox 65 in January 2019, so we decided to remove it from WebStorm to avoid any confusion (WEB-50869).
- Quick fixes suggested by WebStorm are now shown before the fixes like Suppress for current file suggested by linters. We’ve made this change because the actions suggested by the IDE may be more relevant in a lot of cases. We’ve also removed the Linter settings… and Edit linter config file quick fixes (WEB-47440).
- We’ve reviewed the list of browsers shown by default in the browser icon popup and removed less popular options. On macOS or Linux, you will no longer see Opera and Edge. The latter is still shown by default on Windows (WEB-50871).
- To avoid potential security issues, the values of variables stored in .env files will no longer be shown during code completion if those files are excluded or added to .gitignore (WEB-46834).

Version Control:
GPG signature support:
- You can now sign your commits with a GPG key to secure them. You can enable this feature via Preferences / Settings | Version Control | Git. If it’s your first time using a GPG key, you’ll need to configure it. To use an existing preconfigured GPG key, you can just select it from the drop-down list.

Enhancements for pre-commit checks:
- WebStorm allows you to perform a wide range of actions before a commit. With v2021.2, we’ve expanded the list of these actions with the ability to run tests. To try it out, click the gear icon in the Commit tool window, select the Run Tests option, and choose the necessary run configuration. The IDE will test your file and let you know if anything goes wrong.
- Additionally, you can now customize the Cleanup option by clicking Choose profile next to it, just like you could for Analyze code.
- Lastly, the progress and results of pre-commit checks are now shown in the Commit area, without disturbing you with additional modal dialogs.

Text search in Local History revisions:
- We’ve added a search field to the Local History dialog to help you quickly get to the necessary text in your revisions. Now, when you right-click on any changed file and select Local History | Show History in the context menu, you can navigate around your file history by typing the query in this field.

Unified behavior for the Show Diff action:
- Starting from v2021.2, WebStorm will display the difference between the initial and changed files in the editor. It doesn’t matter how you invoke the Show Diff action – via a shortcut, icon, from the context menu, from Log or File History, or by clicking on a file in the Commit tool window – the IDE will open the diff in the editor by default.
- If you find it more convenient to track changes in a separate window, you can drag the desired file from the editor. If you do, WebStorm will remember this and will open future diffs in a separate window. To go back to the default display, click the gear icon and select Show Diff in Editor Tab.

Usability:
Faster way to reorganize tool windows:
- It is now easier to reorganize tool windows. Hover over the top of the tool window you want to move, then drag it to where you want it and drop it there. This will work if you want to detach a tool window from the main WebStorm window, too – just drag it outside of the IDE frame.

Easier customization of project icons:
- Did you know you can change your project icons? You can do this in the projects list on the Welcome screen. Upload custom icons by right-clicking on any project and selecting Change Project Icon… from the context menu. We’ve reworked the dialogue window from which you can download your SVG icon to make this process more straightforward.

Automatic cache and logs cleanup:
- Now, after each major update, your IDE will automatically clean up any cache and log directories that were last updated more than 180 days ago. The system settings and plugins directories will stay intact. To trigger this process manually, go to Help | Delete Leftover IDE Directories… in the main menu.

Improvements for the Preferences / Settings dialog:
- There is now a node with advanced settings in your Preferences / Settings dialog. You can find some new configuration options there, including the ability to set a left margin in Distraction-free mode.
- Additionally, you can now navigate back and forth between open sections in your Preferences / Settings dialog. To do so, use the arrows in the right-hand corner of the window.

New features for the built-in terminal:
- We’ve added three new features to our built-in terminal. First, you can now select the cursor shape. Choose whichever you like best!
- Second, WebStorm now supports Use Option as Meta key, similar to the same-name option in the native Terminal on macOS. This allows the ⌥ key on the keyboard to act as a meta modifier that can be used in combination with other keys instead of just as an Escape key.
- We’ve made it more convenient to work with the http links shown in the terminal output. You can now copy those links or open them in the browser of your choice. For this, use the corresponding actions from the context menu available on right-click.
- Update notifications from the Toolbox App
- Now you won’t miss any critical product updates from the Toolbox App. WebStorm will inform you if a new version is available for download and offer you to upgrade to it. You’ll need to have Toolbox App 1.20.8804 or later for this.


WebStorm 2021.1.3
Fixed:
- the issue with the debugger not reconnecting automatically
- the regression bug causing the Stretch to Right / Stretch to Left actions not to work as expected
- the bug causing the Compare with branch dialog to close unexpectedly
- Solved the problem with images not being rendered in the Documentation popup


WebStorm 2021.1.2
- Updated the bundled webpack schema
- Fixed a number of issues with the Extract Angular component refactoring
- Added support for several TypeScript 4.3 features
- Chinese characters are now displayed correctly when the Quick Documentation action is used


WebStorm 2021.1.1
Extract Angular components:
- We’ve added a long-awaited feature for Angular users – the ability to extract components from your templates. To try it out, select the component you want to extract, open the context menu with a right-click, and go to Refactor | Extract Component. You can also invoke this action from the Refactor This popup or by assigning a custom shortcut to it under Preferences / Settings | Keymap – just look for the Extract Component action with an Angular icon there
- Solved the problem with corrupted indexes that caused Find in Files to show no results
- Fixed the selection issue in the Switcher and Recent Files popups
- The Open in Terminal action now correctly opens the project file directory
- New component options syntax in vue-class-component v8 are now supported
- You can now copy imports from a type declaration
- In CSS, :where() and :is() pseudo-classes are now supported
- Fixed the UI issues in the Commit view when the Chinese or Korean language packs are enabled


WebStorm 2021.1
This release was mainly focused on improving the quality of WebStorm, but we also made sure to deliver some new features. The list of features and improvements can be divided into these categories:
- JavaScript and TypeScript: ML-assisted code completion enabled by default, improved completion suggestions for symbol names, better JSDoc syntax highlighting, and the ability to turn off inspections on a file-by-file basis.
- Frameworks and Technologies: bundled service for remote collaborative development and pair programming, support for CSS modules in Vue, HTTP client improvements, configurable scope for ESLint, JSON Lines support, and JetBrains Space integration.
- HTML and CSS: several improvements for Stylelint, a built-in HTML preview, and the ability to check the selector specificity when working with CSS
- User Interface: adjustable editor font weight, the ability to maximize tabs when you split the editor, bundled MDN documentation, and more
- Version Control: improvements for working with pull requests, support for Git commit message templates, a new Save to Shelf action, and configurable profiles for pre-commit inspections.


WebStorm 2020.3.3
- Change log not available for this version


WebStorm 2020.3.2
- Change log not available for this version


WebStorm 2020.3.1
For Tailwind, we’ve added support for more use cases:
- Completion for Tailwind class names now works in the HTML code inside JavaScript template literals
- The IDE Tailwind support now works in projects that use Yarn PnP (WEB-48226) as well as in the projects located in the WSL file system
- We’ve improved support for components in the Nuxt projects
- Documentation popup in the JavaScript, HTML and CSS code now correctly shows docs from MDN
- Fixed performance issue with the rendered editor docs
- Paths in the ESLint report in the npm tool window are now clickable
- Comments from the GitHub PRs are no longer shown twice in files
- Fixed the problem with checking out a GitHub project using the JetBrains Toolbox browser extension


WebStorm 2020.3
- Change log not available for this version


WebStorm 2020.2.4
- Fixed a problem with opening projects in a new window on macOS Big Sur
- Fixed a number of regression bugs that affected Vue.js users


WebStorm 2020.2.3
- The Search Everywhere popup no longer opens partially offscreen
- Angular Schematics are now loaded correctly
- Fixed the performance issue with optics-ts in TypeScript projects


WebStorm 2020.2.2
- Fixed syntax errors showing in the ng-options attribute
- Automatic code reformatting with Prettier no longer breaks Live Template expanding
- Fixed index files not working with @use in Sass
- File watchers now work properly with Sass’s @use and @forward rules
- LightEdit mode is now used for selected file extensions only


WebStorm 2020.2.1
- Change log not available for this version


WebStorm 2020.2
The new features and improvements fall into these categories:
- Frameworks and Technologies: an option to use Prettier as the default formatter, various improvements for Vue.js, and support for Git installed in WSL 2
- JavaScript and TypeScript: new smart intentions, rendered JSDoc comments, ML-assisted code completion, and debugger enhancements
- HTML and Style Sheets: better support for Sass’s module system, WebP support, and code completion for CSS selectors in querySelector methods
- Version Control: more advanced support for GitHub pull requests, redesigned dialogs for several Git actions, and a new action for squashing commits from the log
- Code Editing: new tools for finding problems in your code and an action for adding carets at the end of each selected line


WebStorm 2020.1.4
Fixed:
- Context menus in the Project view can now be opened if you’re using a language pack
- The problem causing the IDE to crash was solved


WebStorm 2020.1.3
- Several performance problems were solved
- Extra # is no longer added when completing #-private fields
- The bug with the Structure view failing to filter attributes and methods for JavaScript files was fixed


WebStorm 2020.1.2
Fixed:
- All known Node.js-related problems with WSL were solved
- The problem with CSS3 grid layout properties being improperly formatted was solved
- Angular Material events are now properly recognized after running ng build
- Several performance problems were solved
- Wrong project names and paths are no longer shown when you open a project using a shell script


WebStorm 2020.1.1
Bug fixes:
- A new option for running eslint –fix on save (WEB-24452): To enable this option for the current project, go to Preferences/Settings | Languages and Frameworks | JavaScript | Code Quality Tools | ESLint and tick the Run eslint –fix on save checkbox. To turn the new option on for all new projects, from the main menu go to File | New Project Settings | Preferences/Settings for New Projects and tick the same checkbox. Either way, don’t forget to disable the file watcher you’ve been using for this purpose.
- Improvements to WSL 2 support (WEB-44463, WEB-44507): You can now use the TypeScript Language Service, linters, and Prettier in projects located in the WSL file system. Besides that, we’ve fixed the issue where the IDE failed to stop the running Node.js process whenever you tried to hit the Stop button (for information on how to use Node.js on WSL, see our documentation).

Changes:
- Support for the ESLint 6.7 Suggestions API was added
- Hammer.js events are now recognized in Angular templates
- Several performance problems were solved
- Dependencies from pnpm workspaces are now properly indexed
- A number of disturbing, platform-wide bugs were fixed


WebStorm 2020.1
- WebStorm 2020.1, the first major update this year, is now available! It comes with a more polished look and feel, out-of-the-box support for Vuex and Composition API, an option to run Prettier on save, and improvements for JavaScript and TypeScript.
- If you only have a few minutes to explore what’s new in WebStorm 2020.1, watch this video where Paul Everitt, WebStorm Developer Advocate, reviews the most notable improvements. If you feel like diving a little deeper, read on!

The new features and improvements fall into these categories:
- Look and Feel: a new default editor font, a unified light theme, Zen mode for focused coding, quick documentation on hover, LightEdit mode for quick editing, and a customizable status bar.
- Frameworks: Vuex and Composition API support, completion for Vue in HTML files with CDN links, improvements to React support, and full support for Angular 9.
- JavaScript and TypeScript: more useful quick documentation, new smart intentions and inspections, support for TypeScript 3.8 features, and a reworked UI of the Introduce Field refactoring.
- Tools: run Prettier on save, split terminal sessions, bundled spell checker, Jest enhancements, TypeScript support with Yarn 2, and more flexible sharing of run configurations.
- Version Control: a reworked dialog for rebasing commits, improved work with branches, changes to the commit flow, and installing Git from the IDE


WebStorm 2019.3.4
- Change log not available for this version


WebStorm 2019.3.3
- Change log not available for this version


WebStorm 2019.3.2
New features:
- Support for loading Sass built-in modules with @use
- Initial support for type-only imports and exports in TypeScript 3.8

Fixed:
- Code completion for Node.js 13.5+ can now be enabled correctly on Windows
- Running tests with react-scripts now works again when using nvm
- The problem with running Karma tests in Angular apps was fixed
- yarn install is no longer incorrectly replaced with yarn add
- The issue with the resolve for Flow modules was fixed
- A couple of performance problems with JavaScript and TypeScript were solved


WebStorm 2019.3.1
New features and improvements:
- Support for TypeScript 3.7’s declare property modifier
- An option to fold template literals in JavaScript and TypeScript
- Improved resolve for Meteor packages

Fixed:
- The IDE correctly restores the layout of tool windows
- In .js and .ts files, Tab now selects a completion suggestion instead of expanding the Emmet abbreviation
- Several performance issues were fixed including WEB-42708 and WEB-42657
- The problem with debugging Node.js async hooks was solved


WebStorm 2019.3
Performance:
Faster startup:
- So far, one of the most common performance problems faced by WebStorm users has been the sluggish startup of the IDE. In the last two release cycles, we have devoted a lot of effort to reducing the time that users have had to wait for the welcome screen to show and for the IDE to open projects that are already indexed. As a result, you can now expect WebStorm to handle this 20% faster than previous versions

Frameworks & Tools:
Vue completion for separate files:
- More advanced code completion for Vue.js
- To help you increase the speed of your coding, WebStorm can now autocomplete slot names for you. This works for the slot names defined in the project components and component libraries such as Vuetify, Quasar, and BootstrapVue
- Plus, WebStorm now understands the link between parts of the component located in separate files and delivers accurate completion suggestions for props, data, and methods not defined in a single .vue file

Quick documentation in Vue.js projects:
- With WebStorm 2019.3, you can now check out documentation for components and directives defined in Vue.js and some popular component libraries. For this, simply press F1 on the name of a component or directive in your code

Support for the latest versions of popular technologies:
- WebStorm 2019.3 comes with support for schematics with Angular 9 and the Plug’n’Play feature from Yarn 2. Plus, it can help you work with key TypeScript 3.7 features: optional chaining, nullish coalescing, and assertion signatures

Better support for props in React components:
- For components without propTypes, WebStorm will no longer report an unresolved property for props.something in the component definition if it sees that props are passed in the component usage

JavaScript & TypeScript:
Template language injections:
- Need to work with a code fragment in a language different from the main language of the file? You can now inject such code fragments into your files, including Pug, Handlebars, and EJS, by pressing Alt-Enter

Name suggestions for new symbols:
- As you add new variable and parameter names in JavaScript or TypeScript files, you’ll now get name suggestions based on the names of classes, interfaces, and type aliases defined in the project, standard libraries, and dependencies you’re using
- For new variables, functions, classes, and interfaces, you’ll also get suggestions for names that were already used in the same scope but haven’t yet been defined and are marked as unresolved

HTML & Style Sheets:
Completion for CSS libraries on CDN:
- If you’re using Bootstrap or another CSS library in your project and you have it linked from a CDN in your HTML file, you can now get completion for the class names from that library, without adding its sources to the project. To enable this, simply press Alt-Enter on the link in the HTML file and select Download library

Version Control:
Reworked UI for cloning projects:
- When you clone a project from a version control system, you’ll now see an updated Get from Version Control dialog shown on the welcome screen and the VCS menu.
With this redesign, we mainly wanted to improve the experience of getting projects from GitHub: you can now log in to your GitHub account right from the updated dialog. Once you’ve logged in, you can explore the list of repositories in your account and the organizations you belong to and clone projects to WebStorm right from there.

Pushing changes from any branch:
- Need to push changes from one branch while working with the other? With the latest update, you no longer need to switch to the branch you want to push changes from – simply select it from the Branches popup and hit Push

A more streamlined commit process:
- Now you can make commits right from the Version Control tool window – a separate dialog won’t block the rest of the IDE. For this, tick Commit from the Local Changes without showing a dialog in Preferences/Settings | Version Control | Commit Dialog

New actions for checking out branches:
- To resolve a number of usability issues, we replaced a single Checkout as... action with two new ones: a unified Checkout action for remote branches and the New Branch from Selected... action for both remote and local branches
- IDE

Run anything action:
New action for running tools and configurations:
- Need to launch tools like npm and Yarn, open recent projects, or start a run/debug configuration? You can now do it all from one place using the Run Anything action (Ctrl-Ctrl)

Searching in the selection only:
- With the new In Selection filter (Cmd/Ctrl-F twice), you can find specific pieces of information faster by narrowing down your searches to the selected parts of code in a file

Unbundling Dart support:
- Starting with WebStorm 2019.3, the Dart plugin will no longer be bundled. This was done to shorten the release cycles for it – bundled plugins can only be updated together with an update of the entire IDE. So, if you use Dart, you’ll now need to install the same Dart plugin from Preferences/Settings | Plugins

Enabling global file watchers by default:
- If you’re using a third-party tool like Prettier for a project and have it configured via a file watcher, it’s likely you may want this configuration to be automatically applied to all the new projects you create. Now you can achieve this by enabling global file watchers by default


WebStorm 2019.2.4
- Change log not available for this version


WebStorm 2019.2.3
- Change log not available for this version


WebStorm 2019.2.2
Fixed:
- CORS problem when debugging in Chrome caused by the x-ijt header was fixed
- Working directory is now set automatically when running a JavaScript scratch file with Node.js
- File watchers that reformat the code now better handle cases when file and class are renamed
- Shortcut for the “Stretch to Left” action for resizing Project View now works again
- Problem with saving updated settings for new projects was fixed


WebStorm 2019.2.1
New:
- In Angular projects, a different TSLint configuration specified in the angular.json file can be used for test files
- Better support for Vue components with TypeScript decorators
- Improved suggestions for scoped packages in package.json
- Support for CSS Media Queries Level 5
- “Duplicate declaration” inspection now works for TypeScript

What’s fixed:
- False-positive “Mismatched property value” error in SCSS and Sass files was fixed
- Invalid item no longer appears in the code completion suggestions
- Move refactoring now allows moving symbols between .ts and .tsx files
- Tabs inside JSDoc are now preserved when formatting the code
- Problems with typing some symbols using AltGr were fixed


WebStorm 2019.2
- Change log not available for this version


WebStorm 2019.1.3
- Change log not available for this version


WebStorm 2019.1.2
- Change log not available for this version


WebStorm 2019.1.1

- The first bug-fix update for the recently released WebStorm 2019.1, is now available
- Update to it using Toolbox App, or from the IDE. You can also download WebStorm 2019.1.1 from our website
- Syntax highlighting in the type info tooltip and documentation
- The tooltip that shows the expression type (Cmd/Ctrl-hover) in JavaScript and TypeScript files now has a syntax highlighting

Type info highlighting:
- We’ve also added highlighting for the code samples shown in the documentation popup

Highlighting in docs:
- Configuration for the use of aliases and path mappings in imports
- It is now possible to configure how aliases and path mappings will be used when adding imports automatically in JavaScript and TypeScript files. If you want to use relative paths when importing a symbol in the nearby file and use path mappings or aliases everywhere else in your app, you can select Only in files outside specified paths in the new option Use path mappings/aliases in Preferences / Settings | Editor | Code Style | JavaScript or TypeScript – Imports.

Other improvements and fixes in WebStorm 2019.1.1:
- Support for Cucumber step definitions written using strings
- New Reload in Browser action in the JavaScript debug tool window
- Performance problem when editing some TypeScript types was fixed
- Jump from the terminal to the editor for Esc
- Improved font rendering on macOS

The WebStorm Team:
- Posted in Release Announcements | Tagged newsletter, WebStorm 2019.1 | Leave a comment
- Featured plugin: JS GraphQL
- Posted on April 16, 2019 by Ekaterina Prigara
- The JS GraphQL plugin is one the most popular plugins for WebStorm, IntelliJ IDEA, and other JetBrains IDEs, and we are very excited about the release of its second version
- In this blog post we’ll have a closer look at the updated plugin and how it can help you work with GraphQL in your JavaScript apps
- We want to thank Jim Meyer, the author of the plugin, for the amazing work he has done to build this plugin!

Working with schema files:
- The plugin brings full support for the GraphQL Schema Definition Language (SDL). That means your .graphql file will include syntax highlighting, and as you start typing, you will get suggestions for the keywords and built-in and custom types, as well as interfaces and enums

Completion in schema file:
- Cmd/Ctrl-click the type name to navigate to its definition
- The plugin will check that all the types you’ve used are defined somewhere in the file, and it will show an error message if they’re not. Press Alt-Enter to fix the problem with one of the available quick-fixes


WebStorm 2019.1

Here are the features and improvements grouped by the WebStorm subsystems:
- JavaScript and TypeScript support: intentions for destructuring; convert function with Promise to async function; convert properties in constructor to class fields; inspections for switch statements; add or remove export; extended error messages in TypeScript
- Style sheets support: updated docs for CSS and browser compatibility check; extract CSS variable; camel case support for CSS Modules; support for Less 3.0 features
- HTML support: improved HTML documentation
- Development with Angular: new inspections for Angular projects; easier navigation in Angular projects
- Development with React: improved completion for merged props; Extract Method refactoring for custom React Hooks
- Development with Vue.js: better support for Vue projects with TypeScript
- Node.js and npm: completion for npm scripts; version range tooltip for dependencies; run and debug Node.js app when using Docker Compose; simple Node.js project template
- Linters integrations: improved support for ESLint and TSLint in complex projects; support for TSLint as TypeScript plugin
- Debugging: new debugger console
- Testing: highlighting for failed line in test; testing with Cucumber and TypeScript
- IDE improvements: Recent Locations popup; save project as a template; soft-wraps for selected file types
- Version Control: cherry-pick a file from a commit from the VCS log; incoming and outgoing commits


WebStorm 2018.3.5
- Change log not available for this version


WebStorm 2018.3.4
- Change log not available for this version


WebStorm 2018.3.3

New:
- Support for Set Literals in Dart
- Completion for attribute bindings in Angular (e.g. [atrr.foo] )
- Better coding assistance for some Ionic and @angular/flex-layout attributes

Fixed:
- Wrong indent after self-closing JSX tags in JavaScript and TypeScript files (WEB-36263)
- Decorators are now supported in the class expressions like let newTest = @test class Test or export default @observer class Test
- When using the bundled TypeScript service in Angular apps, the Angular language service is now disabled. Its current version is not compatible with TypeScript 3.2.1 and was reporting false errors in the template files


WebStorm 2018.3.2 Build 183.4886.41

New:
- Completion for Bootstrap Vue and Shards Vue components
- Better support for Prettier 1.15 and above
- The Extract interface refactoring now works for objects
- The IDE now bundles TypeScript 3.2

Fixed:
- The Optimize imports action now keeps the comment on top when ‘Sort imports
- by modules’ is on
- The usage of the Angular template reference variable in the ViewChild selector is now resolved
- The problem with using Hebrew in Find in path dialog was fixed


WebStorm 2018.3.1 Build 183.4588.47
- Change log not available for this version


WebStorm 2018.3 Build 183.4284.130
- Change log not available for this version


WebStorm 2018.2.6 Build 182.5107.19

Fixes
- The Search everywhere dialog on Linux no longer closes when you press Enter
- The usual UI for Find in path on Linux is now back
- On macOS Mojave, the input no longer freezes after adding the accented characters from the popup


WebStorm 2018.2.5 Build 182.4892.25
- Change log not available for this version


WebStorm 2018.2.4 Build 182.4505.50
- Change log not available for this version


WebStorm 2018.2.2 Build 182.4323.44

New:
- You can now pass additional option to Angular CLI when creating a new project from the IDE Welcome screen. As you start typing the option name or press Ctrl-Space, WebStorm will show you available options and their description
- We have also improved the way the new Add all missing TypeScript import action works: before, the action wasn’t available for symbols with multiple import options, and now, if you invoke the action for such symbol, WebStorm will add all unambiguous missing imports in this file and then will show you a popup where you can select the desired import for this symbol

Fixed:
- Vue component imports are now resolved correctly in the Vue CLI 3 apps located not in the root of the project
- The problem with the slash symbol in the CoffeeScript files has been fixed
- The Extract React Component refactoring now handles better the key attribute


WebStorm 2018.2.2 Build 182.4129.32

JavaScript and TypeScript:
New inspection tooltip:
- The new inspection tooltip now not only shows the description of an error or warning, but also the best quick fix for it
- Press Alt-Shift-Enter to apply it or press Alt-Enter to see a full list of the available automatic fixes that WebStorm offers there

Find unused code:
- With the new Code Coverage feature, you can find any unused code in your client-side app. Start a JavaScript Debug configuration with coverage in WebStorm, interact with your app in Chrome, and then stop the configuration. The report will show you what and how much code was used in each file and folder

New intentions:
- To make you even more productive when working with JavaScript and TypeScript, WebStorm has a bunch of new intentions that are available when you press Alt-Enter. Here are just some of them: Implement interface, Create derived class, Implement members of an interface or abstract class, Generate cases for 'switch', and Iterate with 'for..of'

TypeScript improvements:
- WebStorm now supports all the new language features that were added in the latest TypeScript 2.9 and the upcoming TypeScript 3.0 releases
- In addition to that, WebStorm now offers more quick fixes provided by the TypeScript language service itself, like Annotate with type from JSDoc

Frameworks:
Extract and convert React component:
- Need to refactor your React component into two? Forget copy and paste: select the JSX code in the render method and use Refactor - Extract Component
- And with the new intentions, you can now convert React class components into functional components and back again

New integrations with Angular CLI:
- Add features to your app with the New… | Angular Dependency… action. The IDE will use the Angular CLI ng add command which installs the dependency and updates the app with a special installation script
- You can now also generate the code with the Angular schematics defined in libraries like @angular/material using the New… | Angular Schematic… action

Completion for events in Vue.js:
- In Vue templates, WebStorm now provides code completion for events. Event names are suggested after v-on: or if you use the shorthand notation @event. There’s also code completion for event modifiers

Testing:
Rerun failed tests:
- When you run tests with Karma, Jest, or Mocha in WebStorm, you can now rerun only the failed tests, instead of running all the tests after you’ve made a fix

Diff view for Jest snapshots:
- If your Jest test has failed because of the mismatch in the snapshot, you can now see why using the familiar IDE side-by-side diff view
- It’s also now possible to quickly jump from the test file to the related snapshot by clicking on the new icon next to the test in the editor

Tools:
Support for Node.js on WSL:
- You can now use Node.js on Windows Subsystem for Linux to run and debug your Node.js application in WebStorm as well as for all other development tasks in the IDE, like running tests, using linters, and build tools

Reconnect Node.js debugger:
- Thanks to the new Reconnect automatically option in the Attach to Node.js/Chrome debug configuration, it is now easier to debug Node.js apps that use nodemon. When the node process is reloaded after the change, you don’t need to restart the debugger yourself to continue debugging

Global file watchers:
- You can now store the configured File Watchers in the IDE settings and use them in different projects. Before, a File Watcher could only be configured for a specific project. With File Watchers you can automatically run a command-line tool when you change or save a file in the IDE

Other improvements:
- New cleaner, simpler icons on the IDE toolbar and tool windows ensure readability and reduce visual clutter
- Run and debug your app, commit changes and update the project right from the Touch Bar on MacBook
- A new collection of over 50 code snippets for React development
- WebStorm now indexes a new Angular project two times faster, with no compromises affecting the quality of code completion and resolve
- You can now add custom templates for postfix completion in the JavaScript and TypeScript files
- With the new Drop frame action in the JavaScript and Node.js debuggers, you can re-enter a function if you missed a critical spot you would like to see again
- Press Alt-Enter on a line with a breakpoint and see the breakpoint-related actions in the list of intentions
- Support for JSON5 is now available in the files with the .json5 extension
- JSON Schemas files are now automatically downloaded from schemastore.org and applied to your files, based on the file name
- You can be logged into multiple GitHub accounts
- New Browse Repository at Revision action allows you to explore files in your project at any given revision without a checkout


WebStorm 2018.2.1 Build 182.3911.37

New:
- Auto imports now work better in projects that use lerna, yarn workspaces or TypeScript 3.0 project references
- The bundled TypeScript version was update to 3.0
- “Surround selection on typing quote or brace” option is now on by default
- Support for the Nullish Coalescing proposal in JavaScript

Fixed:
- JavaScript code completion now works better in webpack configuration files
- Changing the opening tag of the Vue component now updates the closing tag as well


WebStorm 2018.2 Build 182.3684.70
Here are the features and improvements grouped by the WebStorm subsystems:
- Development with React: Extract React Component refactoring, convert class components into functional components, code snippets, and improved completion for props in React and React Native apps
- Development with Angular: faster project startup, add new features using the integration with ng add, and run schematics from the IDE
- Development with Vue.js: completion for Vue events and event modifiers
- Node.js development: support for Node.js on Windows Subsystem for Linux, an ability to automatically reconnect the debugger to the running node process, and remote mappings in Attach to Node.js configuration
- Built-in tools: find unused code in the client-side app with Code Coverage reports, global File Watchers
- Editor: new UI for inspection tooltip
- JavaScript and TypeScript support: custom templates for postfix completion, and TypeScript 2.9 and 3.0 supported
- JSON support: JSON5, and Iimproved support for JSON Schemas
- Linters integrations: different highlighting for TSLint errors and warnings, and an ability to automatically apply code style rules from all types of ESLint and TSLint configuration files
- Debugging: breakpoint intentions, Drop Frame action, and debugging JavaScript scratch files
- Testing: rerun failed tests, navigate to Jest snapshot, compare Jest snapshots, and debugging Karma tests using Chrome Headless
- Version Control: Browse Repository at Revision action, completion for tags, register roots automatically
- Other IDE improvements: Touch Bar support


WebStorm 2018.1.5 Build 181.5281.31
- JavaScript Bug WEB-32790 WebStorm decides to stop accessing .d.ts files for es features for a project
- Node.js Bug WEB-32719 Add v8 to Node.js core modules
- TypeScript Bug WEB-32634 False positive Type mismatch error inside Angular Injectable
- No subsystem Bug IDEA-193747 Clicking Help | Register does nothing in a Toolbox-installed PhpStorm
- User Interface Bug IDEA-192713 focus is lost on opening Find Usages tool window
- Performance IDEA-192184 Goto Class/File/Symbol popups leak via native window and focus traversal policy
- Version Control Performance IDEA-192017 Unshelving creates a thread for each shelved file
- Version Control. Git Bug IDEA-191656 Git commit history with control characters causes intellij to spin, consuming CPU and repeating the same stack in the idea.log


WebStorm 2018.1.4 Build 181.5087.27
- It’s now possible to run and debug tests using Karma run/debug configurations in projects generated with Angular CLI 6 (WEB-32653)
- In Flow files, you can now press Cmd/Ctrl and hover over a symbol to see its type info. That works in projects where Flow server is used for navigation, code completion, and type hinting – the corresponding checkbox in Preferences | Languages and Frameworks | JavaScript should be checked. Navigation to the definition in Flow now works significantly faster than before


WebStorm 2018.1.3 Build 181.4892.44
- Change log not available for this version


WebStorm 2018.1.2 Build 181.4668.60
- Change log not available for this version


WebStorm 2018.1.1 Build 181.4445.68

New:
- Better support for Yarn workspaces: WebStorm now provides proper code completion for the dependencies listed in the workspace’s package.json
- In the JavaScript and TypeScript code style settings you can now configure whether to add file extensions in imports or not
- The bundled TypeScript package has been updated to version 2.8
- Stylelint now works in the Vue single-file components and the HTML files

Fixed:
- Move statement up and down now works for the JSX code (Shift-Cmd-Up/Down on macOS or Ctrl-Shift-Up/Down on Windows and Linux)
- The code completion for methods and properties defined in the CommonJS modules has been improved
- The problem with editing the Pug files is now fixed
- There is more about some of the improvements below

Support for Yarn workspaces:
- Yarn workspaces help you organize multiple packages into a single repo. When using Yarn workspaces, the dependencies of all the packages are installed together and are put into the node_modules folder at the root of your project and not next to the package.json file of each workspace


WebStorm 2017.3.3 Build 173.4301.22
New:
- Responses from the new REST Client are now formatted automatically
- Node.js debugger now supports –experimental-modules flag

Fixed:
- False positive errors from the eslint-plugin-import ESLint plugin were fixed
- Debug for apps created with Angular CLI 1.5.5+
- Debugging the app’s main process with Electron 1.8.1+
- Meteor debugger now uses –inspect by default


WebStorm 2017.3.1 Build 173.3942.31
New:
- Support for Fragments in React 16.2
- Configuration for the auto-completion after the = sign in JSX attributes is now available in the HTML Code Style preferences
- Customizable syntax highlighting for TypeScript decorators
- Extended error messages in the Flow tool window
- New option "Start template string interpolation on $"

Fixed:
- Unresolved React props when using @types/react
- Slow code completion for CSS classes in HTML files
- Optimize imports in Vue files
- Updating tasks from the issue trackers in the IDE
- Extend selection inside the script tag


WebStorm 2017.3 Build 173.3727.108
- Enjoy improved code completion and documentation for standard JavaScript objects and methods
- Move class methods up the class hierarchy safely with the new ‘Pull member up’ refactoring
- Use the new ‘Extract type’ and ‘Extract interface’ refactorings in TypeScript
- Enjoy better code completion and navigation and new code snippets for Vue.js
- Run tests with Jest in watch mode, update failing snapshots in one click, and explore code coverage reports in the IDE
- Test REST APIs right from the editor

Symfony 6.0.0 查看版本資訊

更新時間:2021-11-30
更新細節:

What's new in this version:

Fixed:
- [Messenger] Leverage DBAL's getNativeConnection() method
- [FrameworkBundle] Fix property-info phpstan extractor discovery
- [Translation] [Loco] Fix idempotency of LocoProvider write method
- [Security] Do not overwrite already stored tokens for REMOTE_USER authentication
- [Validator] Fix validation for single level domains
- [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k
- [Process] intersect with getenv() in case-insensitive manner to get default envs
- [Serializer] fix support for lazy/unset properties
- [Notifier] Fix AllMySms bridge body content
- [DoctrineBridge] Revert " add support for the JSON type"

- feature: [Notifier] add Vonage bridge to replace the Nexmo one

GSA Content Generator 4.60 查看版本資訊

更新時間:2021-11-30
更新細節:

What's new in this version:

GSA Content Generator 4.60
- new: text decoration insert improved


GSA Content Generator 4.58
New:
- new WYSIWYG Editor (still beta)
- added ability to import spin db
- added new "URL-Must-Have" filter

- fix: problem with title generator not fixing utf8 errors


GSA Content Generator 4.57
- new: added new scrapers


GSA Content Generator 4.56
New:
- added title pre-/suffix in project options
- better way to edit/modify keywords


GSA Content Generator 4.55
New:
- ability to use macro %titlegen% for "insert custom article data"
- improved date/time detection of articles


GSA Content Generator 4.54
- new: added copy/move of articles to other projects
- new: improved export with zipping


GSA Content Generator 4.53
- new: added spin database for Latvian language


GSA Content Generator 4.51
- new: translation is using threads now and is so much faster


GSA Content Generator 4.50
- fixed: keep-html-tags attibute resolving


GSA Content Generator 4.49
- New: added wordpress publishing support without classic editor plugin


GSA Content Generator 4.48
- new: wordpress publishing improved


GSA Content Generator 4.47
- new: improved correct URL detection on publishing by email


GSA Content Generator 4.45
New:
- filter out sources being older than a set amount of days
- improved publishing on subdomains
- improved internal spinners
- improved Content-Spinning.fr API


GSA Content Generator 4.44
- new: publishing via email to e.g. blogspot


GSA Content Generator 4.43
New:
- ArticleForge API accepts multi keywords
- added support for Clever Spinner


GSA Content Generator 4.42
- fix: previous build had missing files


GSA Content Generator 4.40
New:
- added new content scrapers
- added new image scrapers
- added new keyword scrapers


GSA Content Generator 4.39
New:
- added two new article scraper
- added new keyword scrapers


GSA Content Generator 4.38
New:
- ability to self-create article from collected data
- option to split up long sentences


GSA Content Generator 4.37
- new: ability to view and manage collected sources


GSA Content Generator 4.36
New:
- ability to delete duplicate keywords
- sort settings are saved/restored


GSA Content Generator 4.35
- new: ability to show extra columns for project listing via right click on header (extra scraper count)


GSA Content Generator 4.34
New:
- added Thai language support (untested)
- added some more export tamplates


GSA Content Generator 4.33
- fixed: generated titles had sometimes lowercase keywords added


GSA Content Generator 4.32
New:
- ability to use content from other projects
- filter option to skip sentences with capital words
- ability to add batch search/replace words to project filter
- auto fix for odd project settings
- added a new article scraper


GSA Content Generator 4.31
New:
- import keywords via project popup menu
- more options for multi-project creation
- blogger export template improved


GSA Content Generator 4.30
- new: filter for manual article creation interface


GSA Content Generator 4.29
New:
- improved manual article creation interface
- improved sentence detection/extraction


GSA Content Generator 4.28
- fix: export options where broken


GSA Content Generator 4.26
- new: added Smodin as spinner (more a rewriter though)
- new: added new scrapersa


GSA Content Generator 4.25
- fix: problem with manual import from files


GSA Content Generator 4.24
- new: proxy scraper is testing and auto updating the proxyjudge URL


GSA Content Generator 4.23
- fixed: image import


GSA Content Generator 4.22
- new: added two new article scrapers


GSA Content Generator 4.21
- fix: scraping in none english languages


GSA Content Generator 4.20
- fix: issue with XSpinner / SpinnerCief not able to understand lowercase headers as seen in Chrome


GSA Content Generator 4.18
- new: spinner WordAI with new API added


GSA Content Generator 4.17
- new: algorithm "Same Article" is auto changing the word filter
- fix: problems with language filtering in GUI


GSA Content Generator 4.16
Fixed:
- rare issue with html conversion
- improved LingvaNex translation API (now tested)


GSA Content Generator 4.15
New:
- improved LingvaNex translation API (now tested)
- added farsi spin database
- added LingvaNex translation API (untested)

- fix: search in Spin-DB Tool was limited to latin chars


GSA Content Generator 4.14
- new: added new keyword, image and video scrapers


GSA Content Generator 4.12
- Change log not available for this version


GSA Content Generator 4.11
- new: Microsoft Translation API updated


GSA Content Generator 4.10
New:
- added progress bar for duplicate title processing


GSA Content Generator 4.09
- fix: custom sources with %keyword% as macro
- new: ability to collapse/expand groups


GSA Content Generator 4.07
- Fxed: filter with search/replace partly was broken


GSA Content Generator 4.06
New:
- improved imapge search/tests
- log behaviour improved
- filtering speed improved

- Fixed: baidu image scraper fixed


GSA Content Generator 4.05
- Improved a lot providers


GSA Content Generator 4.04
- Ability to organize projects in groups


GSA Content Generator 4.03
- new: ability to use macros like %keyword% in custom local sources
- new: ability to use multi items in filter for search


GSA Content Generator 4.02
- Ability to mark certain articles as published


GSA Content Generator 4.00
- new: option to use proxies for translation


GSA Content Generator 3.98
- new option to keep certain html tags when scraping articles


GSA Content Generator 3.97
- Change log not available for this version


GSA Content Generator 3.96
- fix: improved article submission with category settings


GSA Content Generator 3.95
- Issue with google translate


GSA Content Generator 3.94
- Improved article submission


GSA Content Generator 3.93
- new: added 4 new keyword scrapers


GSA Content Generator 3.92
- Added new keyword scrapers


GSA Content Generator 3.91
- Fixed: issue with scheduled publishing
- New: added new deepL languages


GSA Content Generator 3.90
- new: improved archive.org parsing


GSA Content Generator 3.88
Fixed:
- LibreTranslate API now accepts port as endpoint


GSA Content Generator 3.87
Fixed:
- Filtering content in Fars


GSA Content Generator 3.86
- New option when publishing


GSA Content Generator 3.85
- new: article publishing improved


GSA Content Generator 3.84
- new: images sources updated


GSA Content Generator 3.83
New:
- improved error reporting for article posting
- added new article sources


GSA Content Generator 3.82
- new: added support for LibreTranslate
- new: copy keywords from listing in project edit


GSA Content Generator 3.81
- Fix: minor issue with title generation


GSA Content Generator 3.80
- New: improved variation of paragraph/sentence length
- Fix: keyword density was calculated with case sensitive

ScriptCase 9.7.004 (64-bit) 查看版本資訊

更新時間:2021-11-30
更新細節:

What's new in this version:

ScriptCase 9.7.004 (64-bit)
Forms with mobile optimization:
- Automatic optimization while accessing on mobile devices! features included
- Toolbar horizontal with scrolling, optimized mobile panels, fixed bottom toolbar, new scroll up button

Calendars with mobile optimization:
Automatic optimization while accessing on mobile devices! features included:
- 100% usage of the screen, new dates panel, calendar form with mobile optimization

New powerful security module options:
Profile image upload option and a new ‘Settings’ option within the security module, once enabled the ‘sys-admin’ end-user can change options such as:
- Session expiration action, remember me, expiration time cookie, retrieve password, new users creation, Brute force options, and 2FA options


ScriptCase 9.7.003 (64-bit)
Added:
- mobile optimization for form application
- mobile optimization for calendar application
- User profile image upload option in security module
- new 'Settings' option to end user in security module

Fixed:
- problem in the filter's clear button, in the checkbox type field, configured as manual lookup
- problem in formatting numeric fields passed as a parameter in the link The field was being formatted when using the open property in another window
- problem in the HTML printing of the grid, configured with static group by and the option to start treeview closed At the time of printing it only displayed the first record
- issue in the mobile grid toolbar, which only worked when there were buttons configured on the desktop toolbar
- issue with advanced filter mobile toolbar buttons It was only displayed in the mobile application if there were buttons on the desktop toolbar
- damaged file issue in macOS scriptcase installer
- problem in redirecting "sc_redir" macro to the pdf report application


ScriptCase 9.7.002 (64-bit)
Fixed:
- Fatal error: Uncaught Error: Call to undefined function NM_is_utf8() when using modal option in refined filter search
- problem when using the option "Rule Ordering" in the configuration of the grid sorting rules. The sorting was not being applied
- problem in displaying the format of "date" type breaks in Spanish
- problem in the display of the Exit (Back) button in the grid summary
- problem in generating applications when enabling the new mobile flag. Error: substr() expects parameter 1 to be string, array given


ScriptCase 9.7.001 (64-bit)
Added:
- new sample project: "Restaurant"

Fixed:
- problem in assigning value to a lang in the generated application
- error "Undefined variable: arr_def_proj" when creating the calendar application
- problem with size of tab margin-top in menu application
- problem when using the detail application, from a master/detail, in a step of the step form
- problem in creating tables during manual installation with MySQL connection, in PHP 7.0 environment
- problem in displaying "show" option items in menu toolbar interface. When changing the button type, some options were disabled
- problem in recognizing global variables in tab applications
- download file issue for damaged MAC OS
- problem in displaying alert message when adding a new language in the project
- problem in viewing the help of macros in events


ScriptCase 9.7.000 (64-bit)
Added:
- mobile optimization for grid, menu and chart applications
- Form Multi-Steps
- Two-Factor Authentication (2FA) to the security module
- API email configuration support in security module
- improvements to Refined Search
- new chart options (Zoomline, Scrolling and Overlapping)
- new sc_btn_disabled macro
- new sc_btn_label macro
- new sc_get_wizard_step macro
- new parameter "reply_to" in sc_mail_send macro

Fixed:
- error when generating source code for Online Shop project
- connection issue in CRM project when using SQL Server Native SRV PDO driver
- problem when using reload button when adding records
- sorting problem with column type CBLOB, BLOB and LONG, using Oracle database
- problem saving API in production environment, due to webkit update in some browsers
- problem when returning to the query application when using sc_redir macro in advanced search


ScriptCase 9.6.018 (64-bit)
- Added option to allow editing of records from capture link to forms and search fields

Fixed:
- problem in icon display, for fields that contain interval condition and capture link
- problem in the messages in case of EOF, of the lookup of display in text fields
- problem in alert display when running application with select field, radio or checkbox with no value in lookup
- problem in the inclusion of the "datetime" field with the option of system data in the inclusion and configured as label
- problem with BYTEA type when inserting data using signature type field
- problem in the configuration of the dimensions of the signature field
- problem creating untitled pages in the form


ScriptCase 9.6.017 (64-bit)
Fixed:
- problem when searching for "?", using the criterion contains, in quicksearch
- Uncaught TypeError error: str_link is undefined when clicking on a tree menu item
- problem not loading the menu, not Google Chrome and Microsoft Edge, due to large amount of iframes
- problem when generating tab applications using old themes


ScriptCase 9.6.016 (64-bit)
Fixed:
- parse error: syntax error, unexpected '"', when using checkbox field with multiple values
- problem in displaying the WORD option when exporting the chart
- scrolling problem in methods interface


ScriptCase 9.6.015 (64-bit)
Fixed:
- problem when exporting PDF on forms with pages
- problem in the initial value of special search criteria in DATETIME fields
- problem in WORD export of grid summary
- problem when using sc_error_message macro in the grid's onClick event
- problem when using fields to select multiple values, with Select2


ScriptCase 9.6.014 (64-bit)
- Improved connection interface: Microsoft Azure, Amazon RDS and Google Cloud and ODBC connection interface
- It will needed to clear your browser cache
- Added the sc_api_gc_get_url and sc_api_gc_get_obj macros to generate the "token" parameter, to be used in the sc_api_upload macro of google drive
- Fixed problem in displaying the cursor for typing when using the "Display the Select2 search area" option
- It will needed to clear your browser cache
- Fixed problem with fixed label alignment
- Fixed problem when using "Navigation" option in the mobile tab of the menu


ScriptCase 9.6.013 (64-bit)
- Fixed problem when viewing events on the calendar with weekly and daily view


ScriptCase 9.6.012 (64-bit)
Added:
- Improved data visualization in SQL Builder
- Added option to convert charset to UTF-8 by database in project properties. This option will convert the characters sent by the server to UTF-8, according to the database charset. As of this update, new projects will be created with this option enabled, which can be unchecked in themenu interface Project -> Properties.

Fixed:
- Fixed problem with the "Save in session" option in the "Persist State" button
- Fixed problem with "language" field of applications, after creating batch applications, and project with only one language selected
- Fixed problem with loss of default values, in manual lookup of radio and checkbox type fields, when clearing state of advanced grid search
- Fixed problem when defining font size and tab color of form pages
- Fixed problem when performing column ordering in forms with horizontal orientations
- Fixed problem in the visualization of themes during project creation
- Fixed problem when canceling duplicate files in the internal library


ScriptCase 9.6.011 (64-bit)
Added:
- support for utf8mb3 and utf8mb4 client encoding on MySQL connection

Fixed:
- -problem when creating security module using Firebird connection
- -problem with the display of the "JSON Export" button on the security module
- -problem when inserting user information in the log table, using an environment with IPv6
- -problem in viewing the upload area in the form Grid editable (view)
- -problem with the redirection parameter of the sc_ajax_message macro in event Ajax in the grid
- -JavaScript error when creating the connection in the production environment
- -problem in viewing records, after page break, in PDF export
- -problem with creating horizontal scroll bar when expanding vertical menu
- -problem with the display of an icon indicating the expansion of the menu in the PDF Layout
- -problem in the display of accented characters in the JSON export of the chart application


ScriptCase 9.6.010 (64-bit)
- Fixed display problem with the mini calendar
- Fixed problem in the treemenu tabs, using language or theme options


ScriptCase 9.6.007 (64-bit)
Fixed:
- problem with loading languages ​​in the field of regional settings
- problem with displaying errors when copying an application with the same name to another project
- problem in confirming the deletion of themes for charts
- problem in downloading the PDF export using the sc_set_pdf_name macro
- problem with the radio field label in the helpcase settings
- problem in the description of the scriptcase toolbar
- message error when recovering password generated by security module
- problem when configuring the style of the links in the themes of the buttons
- problem in mandatory fields, after browsing between records in the form
- problem when deleting items in the hotkey template
- alignment problem in the action buttons of the hotkey template
- problem when naming fields, using the automatic link of the form, during the creation of the application
- problem in the definition of langs created in the data dictionary, in form labels
- download problem in Document type fields, configured as read-only, when navigating form records
- problem with SQL type of DATE columns using several tables in the same query, with Oracle connection
- problem in defining refresh interval in grids, when used as a detail application in a master/detail
- issue with duplicate list of languages ​​with different regional settings in the menu application
- Javascript error: Uncaught SyntaxError, when selecting ZIP code to fill in values
- count() error when generating form after changing dependencies, using the cascade delete option
- problem with capturing fields in the Run button interface
- problem in the helpCase interface when showing CSS code overlapping the buttons, in the code editor
- problem when saving specific connection in the filter lookup, in the chart application
- problem in formatting date/time fields when marked as a label
- problem with displaying the value of the label type field, after adding a new record
- problem in the validation of the sc_changed macro for "data" type fields
- problem in the initial load of the form visualization, using the application link via iframe
- problem in the display of error messages in the html control application
- problem with the preview of Youtube videos on grid, in an SSL environment
- problem in Excel, CSV, XML and RTF export in SQL Server database with ISO charset
- problem in displaying values ​​when using the complete feature with zeros in decimal fields of the chart
- problem with aligning headings on horizontal forms
- problem with the alignment of the menu sub-items
- problem when saving connection parameters between applications
- problem when using hashes (#) in code comments in application events
- problem with German text of the "Exit" button, in form applications
- problem with form dependencies error message, using multiple languages
- problem with locality icon when creating project, using Chinese (traditional) language


ScriptCase 9.6.006 (64-bit)
Fixed:
- problem when exporting Grid PDF in CentOS8 environment
- problem when exporting PDF in Chart in Linux CentOS8 environments
- problem when exporting PDF in Form application in Linux CentOS8 environments
- problem with displaying commented global variables
- problem with Undefined property: $proc_fast_searc
- problem with the "Notify discarded changes" message for the checkbox, radio and double select fields
- problem when using the "Complete with zeros" feature in decimal and currency fields
- problem with Fatal error: Uncaught ArgumentCountError: Too few arguments to function nmFontePHPFormHtml::GeraCorpo() in the N:N relationship binding attributes
- problem in the HTML image field link to HTML control
- problem when using the } character in a string in an internal library function
- problem when double clicking on the back button of a form within a modal
- problem with displaying records in fields with N: N relationship after reloading application


ScriptCase 9.6.005 (64-bit)
Added:
- Added tab to choose values ​​when the option is date range in the summary filter fields

Improved:
- Improved performance when generating the source code of the project applications

Fixed:
- Fixed problem with corrupted file when downloading in document fields (file name) in the query
- Fixed problem when entering the value 0 in decimal field and the currency configured to display three characters
- Fixed problem in the inclusion of a comma in values ​​beginning with zero, in decimal and currency fields
- Fixed problem in displaying records after using a PHP button in a form editable grid view
- Fixed problem with the "Exit" button when defining the initial menu application using a global variable


ScriptCase 9.6.004 (64-bit)
Fixed:
- problem in the group by lookup when using the same field as a metric
- problem on new security options at project default values
- problem in interface when saving button class
- problem in viewing long-named tables when creating an application
- problem when inserting negative values ​​in decimal fields of the form
- problem with double quote, when inserting values ​​in BLOB and CLOB columns
- problem in text editing when switching between run button events
- problem with the lookup of the fields when performing research on the project
- problem with the ajax event code editor when resizing the window


ScriptCase 9.6.003 (64-bit)
- Change log not available for this version


ScriptCase 9.6.002 (64-bit)
Added:
- option to Save HTML tags and Javascript text input in text fields of the control application
- support for .webp files in the Scriptcase image manager
- support for PostgreSQL connection charsets to the production environment's encodings list
- "Keep old aspect of uploading files" option in the project properties

Fixed:
- problem with the behavior after selecting the "Save Grid" button
- problem with the text display when filling in the To-Do List
- problem with displaying buttons when sending project messages in low resolution
- problem when restoring selected fields in the advanced Report PDF filter and grid
- problem with advanced mode parameters with DB2 connection
- problem with displaying Google Calendar buttons in the calendar application
- problem in viewing HTML tags in the menu tabs, when using the toolbar buttons
- problem when inserting data in the calendar using Google Calendar API
- problem with redirection in the tree menu when selecting default application and opening items in a new tab
- problem with the download of document (file name) field type files in the grid
- problem with "save application" after synchronizing the table
- problem when using space and capital letters, in global variables of the header and footer of the grid and form applications
- problem with the mini calendar display
- problem with displaying widget titles in dashboard applications
- problem in viewing the applications configured in the tab application, using the French language
- problem when sending link through the sc_mail_send macro


ScriptCase 9.6.001 (64-bit)
- Added reload button on the dashboard toolbar
- Added SweetAlert option in the HTML control application interface
- Note: SweetAlert will only work if the scDisplayUserError() Javascript function is not being used
- Added new security options in the HTML control application

Added:
- Added "Error Display" option, located in the HTML control application settings
- NOTE: This feature will only work when the SweetAlert option is disabled

Improved:
- Change in the HTML control application. From that version, the "submit" will be done via Ajax

Fixed:
- Fixed problem when returning to the current record after redirection using the sc_redir macro
- Fixed problem when using Image type field (file name) in multiple record and editable grid forms
- Fixed "Undefined" error when expanding or collapsing events in the calendar application
- Fixed "Undefined" error when changing time of calendar events in the display by day
- Fixed problem in the "submit" of the HTML control application in Chrome browser. The form was submitted twice, causing an error in the validation of the login, with the message "Unauthorized user"
- Fixed problem with character validation when naming new themes for charts
- Fixed problem with the use of fields in horizontal forms after the toast of Sweet Alert was displayed
- Fixed problem when saving changes to the summary, in the project's default values
- Fixed problem when saving changes to the summary, in the project's default values
- Fixed problem when using Checkbox in dropdown with editable grid (view) orientation
- Fixed error when using dynamic filter in chart applications
- Fixed column alignment problem in summary breaks in the grid application
- Fixed problem when saving grid summary using fixed columns
- Fixed fopen error "(_lib / lib / js / GoJS.js): failed to open stream: No such file or directory" in menu applications


ScriptCase 9.6.000 (64-bit)
Upgrade:
- Added "Notify discarded changes" option in the express edition
- Added "Keep me connected" option in the security module
- Added "Label position" options, including watermark, to the security module
- Added new format and options for the "Save grid" feature
- Added "Persist State" button to save data in the application session
- Added "Inherit from grid" option to group by lookup fields
- Added a new vertical alignment option for applications
- Added tag "below the field" in the fields of the form and grid applications
- Added new format for displaying the date field: Watermark
- Added new "sc_statistic" macro to perform calculations and statistics
- Added Table Width Unit and Table Width options in the express edition
- Added "Fixed columns" option for Grid's summary group by
- Added “100% width inputs” option in the settings of the control and form applications

Added:
- Added new security feature "Referrer-Policy" in applications
- Added new security feature "Feature-Policy" in applications
- Added new security feature "Permissions-policy" in applications
- Added new security feature "Content-Security-Policy" in applications
- Added new security feature "Strict-Transport-Security" in applications
- Added new security feature "X-Frame-Options" in applications
- Added new security feature "X-Content-Type-Options" in applications

Fixed:
- Fixed problem with the interface of the summary filter fields using the Firefox browser
- Fixed problem in viewing application images
- Fixed problem in the label of dynamic and static group by, with more than one field, in the grid and chart apps
- Fixed problem with XML export in columns containing the letter "V" in the Grid
- Fixed problem in the "After Inclusion" message from the form application, when called via a field link
- Fixed delay problem when returning a large number of records in autocomplete fields, in the advanced search
- Fixed problem when selecting condition saved in advanced search chart
- Fixed problem with a PDF export page break when using slide orientation and initial module as PDF
- Fixed problem in redirection when using the sc_link macro in vertically oriented grids
- Fixed problem in displaying the values ​​inside the chart bars in PDF export
- Fixed problem when using numeric initial in form application names in express creation
- Fixed problem in viewing selected tabs in SQL Builder
- Fixed problem in viewing the field options in the PDF Layout interface
- Fixed problem when using the lookup in the field in the PDF Layout interface, using a connection other than the main connection
- Fixed problem with clickatell API
- Fixed problem with FTP publishing using port other than the default
- Fixed problem with "undefined" alert display when moving events in the calendar
- Fixed problem with displaying events in the calendar when the category filter is visible


ScriptCase 9.5.003 (64-bit)
Added:
- Added option to use SweetAlert2 in the security module
- Added password display option (toggle password) at login of the security module
- Added option of extensions allowed by file size in image and document upload fields

Fixed:
- Fixed problem when saving search status in TIME type field in the advanced search
- Fixed problem with save and return buttons in the API in the production environment. (It's Necessary to update the production environment)
- Fixed problem with the macro help icon
- Fixed problem with the scroll bar display in the Firefox browser, when opening several applications in the interface
- Fixed problem when clearing auto-complete field value, using select2, in the advanced search


ScriptCase 9.5.002 (64-bit)
Added:
- Added option for clickable drag and drop area in the upload fields

Fixed:
- Fixed Fatal error: Uncaught Error: Call to undefined function GuzzleHttpHandleris_countable using Google Drive API with PHP 7.0
- Fixed error Undefined Index lang_btns_reload_hint when generating applications using the Reload button
- Fixed display problem in the tabs of applications opened through the menu
- Fixed problem in applications using Sweet Alert


ScriptCase 9.5.001 (64-bit)
- Fixed problem assigning values to fields through the onRecord event


ScriptCase 9.5.000 (64-bit)
Added:
- new Google Drive API
- new DropBox API
- new Amazon S3 API
- reload button in grid applications
- reload button in chart applications
- reload button in summary applications
- reload button in form applications
- Guaba theme for project applications
- BlueBerry theme for project applications
- Lemon theme for project applications
- new example project - Point of sales
- new macros sc_api_download and sc_api_upload
- options to connect to Amazon RDS databases
- options for connecting to Microsoft Azure databases
- options for connecting to Google Cloud databases
- options for connecting to Oracle Cloud databases
- new toggle to show or hide passwords
- new image viewer for grid, form and control
- option to remove application borders on dashboard widgets
- a new value "sc_format_region" to the "Output Format" parameter, in the sc_date_conv macro
- sc_set_export_name and sc_set_json_name macros for exporting grids and charts
- option to generate JSON directly
- file size option in the Multi-upload field settings
- new layout for quicksearch in the grid and form applications
- options to display automatically or manually application columns in quicksearch fields
- custom order of search criteria in quicksearch
- search for DATE type fields in the quicksearch of the grid and form
- feature to highlight terms searched in quicksearch
- option to notify discarded changes


ScriptCase 9.4.032 (64-bit)
- Documentation improvements


ScriptCase 9.4.031 (64-bit)
Added:
- "Differentiate uppercase/lowercase letters" option in the control application

Fixed:
- Fixed problem when creating procedure application in PHP 7.3 with SQL Server connection
- Fixed problem with blank values in fields of type Select on the form


ScriptCase 9.4.029 (64-bit)
Added:
- ILIKE command in the searching autocomplete text field

Fixed:
- problem when using concat or sc_concat macro in automatic text type lookup
- problem when using manual lookup (Multiple values ​​(position)) on the form
- problem when exporting grid summary when using group by and JOINs in SQL
- display size error for a field with select2 and Ajax reload in the search
- problem when using < > characters in the lookup title in Select fields


ScriptCase 9.4.028 (64-bit)
Fixed:
- problem that disabled the field overlaid by SweetAlert's toast on the form
- problem in JSON export with summary module, initially disabled
- problem with conflict internal variables used with sc_lookup macro
- problem with the return of the lookup on groupby with multibyte characters
- problem when using Ajax event on fields with slider enabled
- Javascript error when using apostrophe in refined grid search
- problem with image quality resized in the PDF report
- Invalid argument supplied for foreach() error when creating a project without a selected theme
- Undefined variable error when creating project with Oracle and PostgreSQL connection
- problem when defining exports generating directly, as the initial grid mode
- problem with updating the date when dragging events from the calendar
- problem with Summary button in grid with dynamic groupby
- problem when using "Search" option, in the field updates connection table, in PostgreSQL connection
- problem in viewing manual lookup records for multiple values ​​(position) in the grid
- problem in using index fields in dashboard, with non-UTF-8 characters
- problem in the export chart application
- problem with CHARSET in the search values, in the chart application


ScriptCase 9.4.027 (64-bit)
Added:
- Added option to run application after creating grid, form and calendar
- Added option to also create a form when creating the grid
- Added option to export JSON in grid and chart applications

Improved:
- Improved interface for creating projects

Fixed:
- Fixed problem when defining target parameter as modal, in the sc_redir macro
- Fixed problem when changing user privileges in Scriptcase administration
- Fixed problem in viewing fields after deleting the nested grid
- Fixed problem in the value of Excel export, when the field has a complex SQL lookup
- Fixed problem when selecting named field with space, in widget filter on dashboard
- Fixed problem in the visualization of the virtual field with summary in Excel export
- Fixed problem in displaying dynamic group by after converting the project
- Fixed problem when performing the sorting by the group by field, using Oracle connection
- Fixed problem when selecting a row for editing in SQL Builder
- Fixed problem with duplication in editing form fields
- Fixed problem in the security module with MariaDB connection and encode utf8mb4_general_ci
- Fixed problem when using columns named with special characters in SQL Builder, using Progress connection
- Fixed primary key detection problem in forms with Progress connection
- Fixed problem in the visualization of images after inclusion or alteration, using SQL Server Native SRV PDO driver
- Fixed problem in Excel export of the summary, in XLS format


ScriptCase 9.4.000 (64-bit)

New functionalities:
- Added the new CSS theme Sweet Blue for applications
- Added the new CSS theme Sweet Amour for applications
- Added the new CSS theme Sweet Coral for applications
- Added the new CSS theme Sweet Golden Sand for spplications
- Added the new CSS theme Sweet Hollyhock for applications
- Added an option to link google fonts in CSS themes
- Added an option to download and make google fonts available offline in applications
- Added support to individual button class behaviours into the CSS Buttons setings
- Added selected buttons class behaviour into the CSS Buttons settings
- Added Font Awesome icons support in CSS Buttons settings
- Added Font Awesome icons support in toolbar's group button settings
- Added an option to show group buttons either Side by Side or Dropdown
- Added support to SweetAlert2 as Modal or Toast in-app notifications
- Added SweetAlert2 support in sc_alert, sc_ajax_message and sc_error_message macros
- Added an option to set SweetAlert2 notifications positioning. Added an option to include totals in grid and nested grid Excel export
- Added progress bar for Word, Excel, CSV, XML and RTF export in grid applications

Bugs:
- Fixed problem with miliseconds in date and hour field's lookup using SQL Server
- Fixed problem in nested grid with empty records in Excel export
- Fixed problem to save a grid that uses refined search
- Fixed problem with ReportPDF cells position after converting from a previous version
- Fixed problem in quicksearch and auto-complete text case sensitivity
- Fixed problem to use refined search with virtual fields in the group by totals
- Fixed problem with numeric fields values increment using a slider in the refined search
- Fixed problem to update values using numeric lookup in the grid
- Fixed problem with advanced search having TIME fields


ScriptCase 9.3.012 (64-bit)

New functionalities:
- Added option to clear other filters after submitting in advanced filter settings
- Added 'Interact with dynamic filter' option in advanced filter settings
- Added option to display labels as readonly in advanced filter settings

Bug:
- Fixed problem with license expired using Progress driver
- Fixed problem when using SQL function in lookup of fields
- Fixed problem in the SQL preview of the current value in grid using WHERE in the SQL clause
- Fixed Javascript problem when restoring columns and sorting
- Fixed problem using specific characters when creating APIs


ScriptCase 9.3.011 (64-bit)

New functionalities:
- Added option to restore initial values of the dynamic and static group by in the grid application
- Added language and regional settings for Gujarati
- Added language and regional settings for Sinhalese

Bug:
- Fixed problem when using virtual field type "Grid Fields" in the grid searh
- Fixed problem when using the respective macros sc_exit and sc_error_message in the control application


ScriptCase 9.3.010 (64-bit)

New functionalities:
- Added option for settings in the 'Actual value' methods in the lookup of search field

Bug:
- Fixed loop problem in redirect using the sc_apl_default macro on mobile devices
- Fixed problem when navigating from a form to the grid through the menu breadcrumb
- Fixed problem when using saved search with double select field
- Fixed problem in label search criteria when changing grid language
- Fixed problem when saving search with date field, using 'between two values' date criteria
- Fixed problem displaying images in the header, when configured as record per page type in the Report PDF
- Fixed problem in list of links between applications


ScriptCase 9.3.009 (64-bit)

New functionalities:
- Added option to restore initial values ​​in the columns and sort buttons, in the grid application

Bug:
- Fixed error "TypeError: dt_fmt is undefined" when loading filter profile with datetime fields using special conditions
- Fixed problem in database creation through project connection
- Fixed error "Allowed memory exhausted" when publishing project generating TAR.GZ file
- Fixed problem of duplicate fields in Ajax processing
- Fixed problem when not repeating values ​​in Excel export
- Fixed problem in time display format in Report PDF
- Fixed problem loading in infinite scroll in grid application without records
- Fixed problem displaying the export buttons when naming grid application with numbers only
- Fixed problem of displaying the search condition on the search tag when applying a previous state of the previously saved grid


ScriptCase 9.3.008 (64-bit)

Specific correction:
- Fixed Javascript error when creating connection in production environment

Bug:
- Fixed problem in the insert or update mode, in Image (Database) and Image (Filename) fields in the form
- Fixed problem at header height of the PDF Report as Lines per Page, from the second page onwards
- Fixed problem in initial value definition in date fields, with special conditions, in chart search
- Fixed problem when using DISTINCTROW in SQL of the grid


ScriptCase 9.3.007 (64-bit)

New functionalities:
- Added option for refresh interval in summary settings
- Added support for tab applications in general project search
- Added option to view or hide PDF settings in layout preview
- Performance improvement
- Improved master/detail link interface
- Improved control link interface
- Improved form link interface
- Improved search link interface
- Improved layout in the width of the list of tables and fields in SQL Builder

Bug:
- Fixed problem in the interface when selecting a special condition for date fields, in the grid search
- Fixed problem when clicking "Click to download common ZIP libraries" when performing an advanced deployment
- Fixed problem in dynamic search with 'All period' condition in DATETIME fields in SQL Server
- Fixed problem in PDF export of charts of Pyramid, Radar, Gauge and Funnel types
- Fixed problem in message 'Required field' when adding a record, in the form application
- Fixed problem when making changes to a virtual field of the auto-complete type, on a multiple records form
- Fixed problem when performing Ajax processing between fields using dropdown
- Fixed problem when updating or inserting a new record containing label field with javascript text, in Google Chrome
- Fixed problem in viewing the contents of the "Document (Database)" field in the form Grid Editable View
- Fixed problem when exporting files in Safari
- Fixed problem of displaying radio fields on forms using fixed label
- Fixed problem of permission to export PDF from grid, in publications generated from .tgz file
- Fixed problem with macro sc_date when incrementing month
- Fixed problem in displaying users using openLDAP in Linux
- Fixed problem with sc_label macro using variable type attribute
- Fixed problem in viewing the signature field in Report PDF
- Fixed "Data to long for column" error when importing an application
- Fixed problem using onChange event in auto-complete text fields
- Fixed problem in repetition of lookup queries in form multiple records
- Fixed problem in mandatory field message in date fields with calendar
- Fixed problem using mandatory fields in tag search
- Fixed problem in search of relative summary search in DATETIME type fields
- Fixed problem in extracting files compressed by Scriptcase in CentOS environment
- Fixed problem when exporting PDF in a grid, using search as initial module, iframe and hiding header
- Fixed Javascript error in tabs without application
- Fixed problem in language change in control applications
- Fixed problem with macro sc_format_num in fields with lookup
- Fixed problem when clearing Auto-Complete fields for Ajax processing
- Fixed problem in color palette display, on forms with "Grid Editable View" orientation
- Fixed problem in the view of buttons created in the grid in the summary toolbar
- Fixed problem in the interface when connecting applications in the application of tab
- Fixed problem in publishing with API in Linux environments
- Fixed problem in variable naming with uppercase letters in blank applications
- Fixed problem when setting double quotes in allowed characters in a form application
- Fixed problem with VARYING data types in PostgreSQL
- Fixed problem alignment problem when scrolling the page in summary using fixed label
- Fixed problem in disabled item view through sc_menu_disable macro, in menu application
- Fixed problem when using the sc_btn_display macro in the groups of buttons
- Fixed problem of calendar scroll bar in dashboard widgets
- Fixed problem in content view when clicking the "View SQL" button in SQL errors on the form
- Fixed problem when using Ajax onChange events in Auto-Complete fields using Select 2
- Fixed problem in displaying grid's "Back" button in dashboard widgets
- Fixed problem when formatting the value in scales with negative numbers in dashboard application
- Fixed problem in right alignment of vertical menu, using hidden menu option
- Fixed problem when using checkbox in dropdown, with empty title in Select type fields
- Fixed problem in preview when changing layout orientation in Report PDF
- Fixed problem of viewing PDF settings in the layout preview in the Firefox browser
- Fixed problem when using 'Use slider' option in virtual numeric fields in grid search
- Fixed tab problem with Enter key in numerical field using spin
- Fixed display problem in header margin in tab application
- Fixed interface problem when reporting incorrect login in log module creation
- Fixed problem when using textarea in the user editor in an HTML control application
- Fixed Fatal error: Uncaught Error: Call to a member function MoveNext() when executing grid application, containing SELECT with several parameters
- Fixed problem in aligning slider fields in grid search
- Fixed problem in description view when defining initial application in project settings
- Fixed problem in PDF export using headers and titles in Mac OS environments
- Fixed width problem when using Select2, in field type Select
- Fixed problem in displaying the magnifying glass icon in a form application with master/detail
- Fixed problem when using date type field in a label search and enable calendar view
- Fixed problem of displaying the search condition on the search tag when applying a previous state of the previously saved grid
- Fixed problem when using the sc_redir macro in queries with slide orientation
- Fixed invalid data problem when performing special character search in grid
- Fixed captcha settings problem in the advanced settings of the theme
- Fixed problem at the time of the Report PDF header as Lines per Page
- Fixed problem in inserting or updating values ​​in undefined label fields
- Fixed problem in Ajax events between decimal fields in Edge and Safari browsers
- Fixed problem in generating PDF in queries configured not to display titles
- Fixed problem in the width of select2, initially hidden, loaded from a block or frame
- Fixed problem with the "back" button of the calendar, accessing application directly
- Fixed problem in dynamic search search, in date fields using combobox
- Fixed problem of visualization in database builder with PostgreSQL connection
- Fixed problem in Javascript application through events in forms, from mobile devices
- Fixed problem in master loading / detail accessing from mobile devices
- Fixed paging problem with HTML color field in form


ScriptCase 9.3.006 (64-bit)

Specific correction:
- Fixed problem in viewing the "Week " in the calendar. You will need to clear the browser cache
- Fixed problem in exporting compressed PDF using password in Linux and MAC environments
- Fixed issue when exporting PDF in Debian distribution (Linux)

Bug:
- Fixed problem in exporting PDF compressed in application form
- Fixed problem in the button "Download " in the form PDF export
- Fixed Password field display problem in the form, when exporting PDF, even when the password function was previously disabled
- Fixed problem setting format values as percentage, in Pie chart type
- Fixed Notice: Use of undefined constant s-assumed's in the tab application using PDF export
- Fixed problem in exporting images using password in the Chart application
- Fixed issue in the HTML printing of the form application


ScriptCase 9.3.005 (64-bit)

New functionalities:
- Added options for color and thickness settings for trendlines in the chart theme

Bug:
- Fixed problem in handling data entered in SMALLDATETIME fields, using SQL Server connection
- Fixed error Uncaught Error: Call to undefined function SC_dir_app_name() when accessing menu application without security
- Fixed problem when cleaning label filter conditions in the grid with infinite scroll
- Fixed problem in the field title, when using nested grids as title on the same line
- Fixed crash problem in forms navigation using Informix connection
- Fixed problem in retrieving SQL types in clauses with INNER JOIN, using MySQLi driver
- Fixed crash problem in resume export Excel


ScriptCase 9.3.004 (64-bit)

New functionalities / UPGRADE REQUIRED:
- Added option for password in form PDF export
- Added option for password in chart export to PDF, Excel, Word, CSV, XML and images
- Added option for settings in the image export in the chart application
- Added option to display items in the export to the end user in the grid and chart applications
- Added option to export compressed PDF (.zip) in grid, chart and form applications
- Added option "Distinguish uppercase/lowercase" in the express edition of the applications
- Added option to allow files to be downloaded through Document type fields, even if readonly

Bug:
- Fixed problem in WHERE of grid using refined search, after redirect of summary
- Fixed problem loading CSS button settings
- Fixed problem in refined search view in grid HTML print
- Fixed problem when displaying records in the calendar, using initial day mode
- Fixed problem in source code when using external libraries through the onScriptInit event in the grid application
- Fixed problem in numeric field calculator when multiplying with numbers containing zeros on the right
- Fixed problem in header during HTML print of grid with orientation of slide type
- Fixed problem in header during HTML print of grid with orientation of vertical type
- Fixed problem in sc_field_display macro to hide fields from nested grid, in grid with slide orientation
- Fixed problem using Ctrl + S shortcut to save Helpcase files
- Fixed problem when using Ajax event in numeric fields with spin
- Fixed problem when generating column charts in grid fields


ScriptCase 9.3.003 (64-bit)
- Fixed problem when importing same application in project
- Fixed problem when searching for content with single quotes in the grid advanced search
- Fixed problem in generating the PDF using the grid with vertical orientation
- Fixed problem in printing the header in the PDF export, using the grid with slide orientation
- Fixed problem in sorting when editing global variable in a PHP method
- Fixed problem in two-point named tables (:) in Postgres, when generating grid in SQL Builder
- Fixed authentication problem when using Database Builder with SQL Server connection
- Fixed problem in vertical alignment of input in checkbox fields
- Fixed problem in vertical alignment of subselect fields in Report PDF
- Fixed problem in advanced search of date type fields as VARCHAR in the database
- Fixed problem in displaying the label below the group by, not using configurable PDF
- Fixed problem of vertical alignment of date fields using conditions between two values
- Fixed issue when using digital signature fields in Report PDF applications
- Fixed error in_array () expects parameter when accessing express edition
- Fixed problem in the compressed export library (.zip) in Mac OS
- Fixed JavaScript error document.registerElement is deprecated from the treemenu
- Fixed problem in screen resolution in rename application interface, containing multiple bindings
- Fixed problem in displaying the lines in Report PDF
- Fixed problem in SQL complex using connection with MySQLi driver
- Fixed problem in detail HTML printout in grid application
- Fixed problem Parse error: syntax error in N:N settings
- Fixed problem using sc_concat macro in field lookup, in control application
- Fixed problem in displaying defined user grid buttons using master/detail
- Fixed problem in title when uploading JS files in Helpcase
- Fixed error when setting orientation as free format and initial "Print" module in the grid application
- Fixed problem in the regional settings of the mini calendar in the calendar application


ScriptCase 9.3.002 (64-bit)
- Fixed problem when saving fields in the interface, using the Spanish language


ScriptCase 9.3.000 (64-bit)

New functionalities:
- Option to add password (using a fixed value or global variable) to protect the exported files in PDF, XML, EXCEL, WORD and RTF
- Option to display titles on all PDF pages
- Option to display header on all PDF pages
- Dynamic columns selection for PDF, XML, EXCEL, WORD, RTF and PRINT
- Dynamic selection of modules for PDF display (Grid, Summary and Chart)
- Option to export Grid and Summary in Excel tabs
- Option to export Excel with "XLS" or "XLSX" formats
- Dynamic module selection (Grid and Summary) in Excel, XML and CSV and Grid in Word, RTF
- Option to display CSV settings for export
- Integration with the CHATAPI library to use with WhatsApp
- New macro to send whatsapp messages: sc_send_whatsapp
- Option to insert a trendline in a chart, to attract the attention of viewers to a particular section within data values, on any of the axes
- Option to insert trend zones to a chart. They are similar to trend lines, except that they mark out an entire range of values, rather than just a single value
- Option for you to create/edit code snippets and add to them events
- New options to express configuration for Grid fields
- Added for Grid and Form filters the select2, slide, auto-complete, switch and checkbox dropdown and options - fields
- New watermark options in filter fields
- Option for data-type fields to display format next or below for: Control, Calendar, Filters and Form
- Added relative dashboard filters for indexes
- Fixed label option added in the application for the horizontal-type Form
- Fixed label option added in the Grid’s Summary
- Added new option for the Form to put the “Help” next to the titles
- New Macro sc_apl_default added to set an initial application to return upon session crash
- Macro sc_apl_default now available at creation for security module

New functionalities:
- New option for setting the level of the APIs as public, project and user
- Improvements to usability of Grid application link-interface

Bug:
- Fixed error in the timing of the users using the LDAP security module


ScriptCase 9.2.016 (64-bit)

New functionalities:
- Added support for Jsmind, JKanban, and Orgchart components in the sc_inclube_lib macro

Bug:
- Fixed problem in the internal format of the date field in the search.
- Fixed problem in the message view "Records not found" in the PDF Report application, using charset ISO-8859-1
- GoJS library is no longer available for native use in Scriptcase


ScriptCase 9.2.015 (64-bit)
- Fixed CSRF Tokken problem when accessing control and form applications
- Fixed Javascript problem generated in Blank applications
- Fixed problem in Ajax event in autocomplete fields


ScriptCase 9.2.014 (64-bit)
- Fixed problem in viewing the "Unauthorized User" message logged in another language when the PHP session was expired
- Fixed problem when disabling HTML Editor fields
- Fixed problem of connection variables when using connection to database in menu application from publication


ScriptCase 9.2.013 (64-bit)
- Fixed problem in totalization when updating record linked to opening form and new window
- Fixed frame width problem when clicking on the menu tab
- Fixed problem in menu tab navigation
- Fixed problem in button freeze when performing Onchange Ajax processing
- Fixed problem in title when renaming files in helpcase
- Fixed problem when using select2 field on a form that has linking to another
- Fixed problem in project name in minor resolutions
- Fixed problem in the interpretation of tags in auto-complete fields, using the sc_concat macro
- Fixed problem in the view of type select2 field, initially configured as hidden
- Fixed SQL error after running the grid run button, containing a calculated field
- Fixed problem in looukp query processing using multi-valued option
- Fixed problem with the "back" button of the calendar when connected through a search application


ScriptCase 9.2.012 (64-bit)
- Fixed problem in description SSL settings for MySQL connection in the production environment
- Fixed problem when performing search in Quick Search using sc_concat macro in field lookup
- Fixed problem in the interpretation of tags in text fields of editable grid form (view)
- Fixed CHARSET problem when using title in Select's lookup with Ajax processing


ScriptCase 9.2.011 (64-bit)
Bug:
- Fixed problem in the label preview in CSV export, using the macro "sc_field_display"
- Fixed problem with "exit URL" security settings option in menu, tab, and blank application
- Fixed problem when using capture text in auto-complete fields without Select2
- Fixed problem in CHARSET of fields when loading application settings in side menu
- Fixed problem when using help settings in HTML Editor fields
- Fixed problem using more than one link for more than one widget on the dashboard
- Fixed problem when creating applications in Internet Explorer 11
- Fixed SQL error, in XLS export, on group by with empty values
- Fixed problem when selecting the special conditions of the search, using the french language
- Fixed problem with height resizing in Ajax event editor
- Fixed problem when using the sc_field_color macro in Report PDF applications
- Fixed problem using Google Maps field, hiding columns with latitude and longitude in the grid
- Fixed problem in print export of grid with group by
- Fixed problem when using date fields with no regional setting in dynamic search with special conditions


ScriptCase 9.2.010 (64-bit)
New functionalities:
- Added initial database support in editing PostgreSQL connections

Bug:
- Fixed problem when using refined search in applications, with GROUP BY in SQL clause
- Fixed Uninitialized string offset: 0 error, when executing form applications
- Fixed problem when using dropdown option in SELECT search fields
- Fixed problem viewing the "Jump to" button on the forms
- Fixed problem when using Ajax onFocus events in auto-complete fields using select2


ScriptCase 9.2.009 (64-bit)
New functionalities:
- Added new example CRM system, Customer Relationship Management

Bug:
- Fixed problem when using group by in the grid, by fields containing records with single quotation marks
- Fixed problem in multiple lines text fields, in editable grid forms (view), adding the BR tag to break line records
- Fixed problem in incrementing versions using option to keep user logged in
- Fixed problem in select field width using Select2 with Ajax processing
- Fixed problem when using ajax onBlur and onChange events in auto-complete fields using select2
- Fixed problem loading initial helpcase file list
- Fixed problem in vertical alignment of responsive charts
- Fixed problem when using call functions inside other functions in internal libraries
- Fixed problem using advanced search and dynamic search with INNER JOIN


ScriptCase 9.2.008 (64-bit)
- Fixed problem in button group when saving to default project values.
- Fixed problem in button lock when using Ajax events between fields.
- Fixed scrolling problem in project connection at minor resolutions.
- Fixed problem when using duplicate named methods in internal libraries.


ScriptCase 9.2.007 (64-bit)
New functionalities:
- Added support for 'Null' and 'Not Null' conditions in the table fields, used in the index filter on the dashboard

Performance improvement:
- Recognizing the type of form in the detail properties in the master/detail properties

Bug:
- Fixed problem with search toolbar buttons, in the Scriptcase default values
- Fixed problem executing checkbox fields in the search application
- Fixed problem displaying 'TestConn' in the connections of the production environment
- Fixed problem when tabbing with ENTER in auto-complete fields
- Fixed error Undefined variable: tmp_apl_or when executing form applications in master/detail creation
- Fixed error Undefined variable: sNomeCampo field when compiling form applications using Ajax event
- Fixed Javascript error in the execution of the helpcase button, in form and control applications
- Fixed problem of overlapping charts in PDF export, using charts on same page of summary
- Fixed problem of duplicate charts in PDF export, using charts on same page of summary
- Fixed empty page problem in PDF export grid with group by


ScriptCase 9.2.006 (64-bit)

New functionalities:
- Added support to schema in Oracle connection settings
- Added support to schema in PostgreSQL connection settings
- Added support to initial database in creating PostgreSQL connections

Bugs:
- Fixed problem in title when renaming helpcase files
- Fixed problem when using 'date' fields not displayed in form application
- Fixed problem in the positioning of the records when using the option 'Records per line' in the PDF report
- Fixed problem using format 1- for negative numbers
- Fixed problem when generating full report option in exporting HTML print


ScriptCase 9.2.005 (64-bit)
- Fixed problem when using Oracle PDO connection without schemas enabled
- Fixed problem in sorting columns that list project applications
- Fixed problem in viewing Progress connection in projects
- Fixed interface problem when deleting linked virtual fields
- Fixed problem in sorting the fields on the form using the DB2 connection
- Fixed problem when using digital signature fields in grid with user defined orientation
- Fixed problem in the view of the "In" condition of the filter in the double select field
- Fixed "htmlspecialchars() expects parameter 1 to be string" error when accessing the data session interface
- Fixed problem in searching the field "Text autocomplete", using upper case in dynamic search
- Fixed problem using refined search with complex SQL queries in the grid applications
- Fixed problem in displaying newly modified applications in environments installed with PostgreSQL


ScriptCase 9.2.004 (64-bit)
- Fixed problem when using Current Value option in double select fields
- Fixed Scriptcase access problem after installing in Linux environments
- Fixed view problem with special periods in date fields, in the dynamic search on form
- Fixed problem with pageview when searching for records that didn't exist on the form
- Fixed problem when using dynamic group by starting with closed treeview
- Fixed problem in positioning the fixed label when using tree

SnapGene 6.0.0 查看版本資訊

更新時間:2021-11-30
更新細節:

What's new in this version:

New Functionality:
- Added a tool for adding enzymes sites to a coding sequence by silent mutation
- Added a tool for removing an enzyme site from a coding sequence by silent mutation
- Added support for custom features types not included in the standard set of GenBank feature types
- Enabled changing the default color of standard Genbank feature types
- Added support for saving and loading Agarose gel simulations as .gel files
- Added support for features within pairwise alignments
- Enabled adding, editing and deleting features in alignments
- Added a features table when viewing pairwise and multiple sequence alignments
- Enabled searching an alignment to find features
- Enhanced Gibson, InFusion and NEBuilder HiFi Assembly simulation tools to allow the vector to be flipped
- Enhanced cloning simulation tools to support adding, removing and re-ordering sequences
- Included controls to filter the set of chosen enzymes based on the number of times and relative location an enzyme cleaves with respect to its recognition sequence
- Enabled setting a default Codon Usage Table
- Added tool for converting ng/uL to nM in the DNA Calculations dialog
- Added base counts to the DNA Calculations dialog

Enhancements:
- Enhanced the 'Blocks of 3' Sequence view format to enable aligning nucleotide triplets with the reading frame
- Support for optionally displaying sequence names alongside the sequences when printing pairwise and multiple sequence alignments
- Switched from "?" to "X/Xaa" in translations to represent ambiguous amino acids
- Added Tm for the selected region in ssDNA sequences
- Added a locking mechanism which sets files as read only to other instances of SnapGene when being edited. Note that the locking mechanism is not available on large files, and has short delay, so is not effective when files are opened simultaneously
- Convert Psi to U when importing or creating a new RNA sequence
- Added support for including binding site locations when exporting primer data
- Added Gateway Cloning destination vectors pEXP3-DEST and pEXP4-DEST, and updated cross-references in descriptions for pEXP-DEST Vectors
- Features and custom numbering are now retained when copying and pasting into the New Protein File dialog, or inserting or replacing residues in a protein sequence
- Added support for pasting copied complementary primer pairs to configure an Agarose Gel lane
- Improved explanation for how to change sequence methylation when an enzyme is blocked during Restriction Cloning
- Added support for adjusting the resolution (ppi) and creating a transparent image when exporting maps from the command line interface
- Included various textual enhancements

Fixed:
- Included Nicking enzymes in the 6+ Cutters enzyme set
- Remove secondary recognition sequence for TaqII as this does not result in cleavage
- Restore last shown enzyme variant when returning to a previously viewed enzyme in the Restriction Enzymes window.
- Reduced file size and sped up loading files by omitting features in History view for large ancestral sequences
- Added support for the following non-standard qualifiers for all translatable feature types: calculated_mol_wt, codon, codon_start, exception, protein_id, transl_except, transl_table, translation
- Non-standard qualifiers are now retained when importing and exporting (previously they were converted to /note)
- Added support for /transl_table and /codon_start qualifiers with CDS features in protein sequences
- Fixed an occasional issue on macOS where an empty SnapGene window appears which cannot be closed except by restarting SnapGene
- Disabled subsidiary check boxes when appropriate in Preferences
- Corrected mouse-over effects for Site features with multiple segments
- Fixed an issue that prevented setting a protein point feature type to misc_feature, unsure, or variation.
- Automatically change feature color when changing the type when adding a point feature if the color has not been manually adjusted.
- Fixed an issue where U's were not converted to T's if either end of a linear DNA sequence is modified to be covalently closed.
- Fixed an issue where unsaved files added to the align sequence tools were listed using the wrong name
- Fixed an issue that sometimes prevented run-on translations from being shown in alignments
- Ensured it is always possible to scroll to the last base in DNA files
- Removed inappropriate methylation message which was shown when opening the features tab for some protein files
- Corrected an issue that prevented pliancy from being shown when using the "Choose Alternative Codons" tool
- Corrected various display issues when switching a lane in an agarose gel simulation to using a MW marker
- Fixed an issue that prevented point features from being added to protein sequences
- Require a product name to be specified when using the Mutagenesis tool
- Ensured bases are always visible when history colors are shown
- Always show shared codons in adjacent translated features within Sequence view
- Fixed Align to Reference DNA sequence so that undoing sequences edits no longer hides the aligned sequences
- Reliably display ORF's that wrap around the numerical origin in circular sequences
- Fixed an issue that prevented some keyboard shortcuts from working while the launch dialog was visible on Linux
- Correctly show the Description Panel by default when this preference is toggled on
- Ensured the navigation buttons in the Choose Alternative Codons tool are properly enabled
- Corrected an issue with searching for features in protein sequences when Region features are not shown
- Fixed an issue where qualifier selections in Features view were lost when switching tabs
- Fixed an issue where using undo while viewing an alignment to a reference sequence resulted in expanded aligned sequences being collapsed.
- Fixed issues with Make Protein and Copy Translation with two abutting in-frame translated Features for which a codon spans the feature boundaries
- Fixed lagging selection of checkboxes on windows when importing primers
- Enabled jumping to next/previous regions across the origin using "Next/Previous Aligned Region" buttons
- Clarified dialogs to indicate Java 8 is supported for Vector NTI Express database import
- Fixed the default folder in Preferences > Files for opening being ignored by Open Files
- Corrected an issue that resulted in primer names not being included in default document name when creating a new file from a primer pair selection
- Fixed an issue that prevented using the NEBuilder tool with primers that are separated by less than 50 bp
- Corrected an issue with refreshing the list of sequences after clearing the search control when using the Import SnapGene Online Sequences tool
- Fixed an issue that prevented using preexisting non-overlapping PCR primers for the vector when using the NEBuilder tool
- Corrected an issue that prevented dragging and dropping files onto Agarose Gel windows
- Corrected an issue that prevented shown chosen enzymes when switching between documents in a collection
- Removed unnecessary horizontal lines that remained after removing references in the Edit References window
- Improved default size of the Edit References window
- Corrected an issue with displaying the selection length for selections with sticky overhangs
- Improved stability when making selections in sequences aligned to a reference
- Removed ambiguous codons when using the Insert Codon and Choose Alternative Codons tools
- Improved stability when using Opt-click to close all files
- Improved overall stability and corrected various memory leaks
- Restore selected history operation and display of history colors after undoing hiding an operation.
- Corrected an issue where an erroneous message was shown indicating a purchase was required before installing an available software update.
- Improved the name and icon shown for alignment documents in Window menus
- Fixed an issue that prevented correctly displaying where sequences align to a reference sequence in Map view.
- (Reported by Lauri Lintott)
- Improved the appearance of simulated agarose gels on screen and when exporting to a file
- Improved stability when saving multiple files in a collection
- Improved the appearance of site features in linear maps when printing and copying to the clipboard.
- Ignore collection index conflict flies created by OneDrive.
- (Reported by Andras Solt)
- Fixed an issue that prevented using selected primers to pre-populate controls in PCR-driven cloning dialogs.
- Fixed position where the add/edit/duplicate protein feature dialogs appear
- Improved stability when clicking on Save to Main Collection without a file selected
- Correctly display the sequence name above enzyme sets that are associated with a single sequence in the side toolbar menu
- Stability fixes when using splice to remove intros and new file from selection
- Fixed wrong shortcut showing on Windows in search type combo box for search bar (Meta→Alt)

Symfony 5.3.12 查看版本資訊

更新時間:2021-11-24
更新細節:

What's new in this version:

- security #cve-2021-41268 [SecurityBundle] Default signature_properties to the previous behavior
- security #cve-2021-41267 [HttpKernel] Fix missing extra trusted header in sub-request
- security #cve-2021-41270 [Serializer] Use single quote to escape formulas
- [Cache] fix connecting to local Redis sockets
- [HttpClient] fix closing curl multi handle when destructing client
- [Process] exclude argv/argc from possible default env vars

Symfony 5.3.11 查看版本資訊

更新時間:2021-11-22
更新細節:

What's new in this version:

Fixed:
- [VarExporter] fix exporting declared but unset properties when __sleep() is implemented
- [Console] Default ansi option to null
- [HttpClient][Mime] Add correct IDN flags for IDNA2008 compliance
- [Yaml] properly parse quoted strings tagged with !!str
- [TwigBridge] do not merge label classes into expanded choice labels
- [FrameworkBundle] Fix default PHP attributes support in validation and serializer configuration when doctrine/annotations is not installed with PHP 8
- [Serializer] fix support for lazy properties
- [FrameworkBundle][Messenger] remove FlattenExceptionNormalizer definition if serializer not available
- [Serializer] fix support for unset properties on PHP < 7.4
- [Process] intersect with getenv() to populate default envs
- [Translation] [Loco] Generate id parameter instead of letting Loco do it
- [Cache] fix dbindex Redis
- [Notifier] Fix package names
- Fix DateIntervalToStringTransformer::transform() doc
- [Yaml] don't try to replace references in quoted strings
- [ErrorHandler] Fix FlattenException::setPrevious argument typing
- [DependencyInjection] fix inlining when non-shared services are involved
- [Cache] Fix Memory leak
- [FrameworkBundle] fix registering late resettable services
- [DoctrineBridge] add support for the JSON type
- [PhpUnitBridge] Fix Uncaught ValueError
- [HttpClient] Curl http client has to reinit curl multi handle on reset
- [Asset][Security] Fixed leftover deprecations PHP 8.1
- [Runtime] fix defining APP_DEBUG when Dotenv is not enabled
- [DependencyInjection] only allow ReflectionNamedType for ServiceSubscriberTrait
- [Intl] Update the ICU data to 70.1 - 5.3
- [Messenger] Fix tests
- [SecurityBundle] Default access_decision_manager.strategy option with merge
- [VarExporter] escape unicode chars involved in directionality
- [Security] Fix TypeError message in ChainUserProvider
- [Console] Runtime conflict for psr/log >= 3.0 instead of composer conflict
- [VarDumper] Make dumping DateInterval instances timezone-independent
- [Messenger] Use TransportMessageIdStamp in InMemoryTransport allows retrying
- [RateLimiter] Fix wait duration for fixed window policy
- [HttpKernel] fix ErrorException in CacheWarmerAggregate
- [Translation] correctly handle intl domains with TargetOperation
- [Runtime] Consider also $_ENV when resolving APP_RUNTIME and APP_RUNTIME_OPTIONS
- [Inflector] Fix inflector for "zombies"
- [Config] Fix signature generation with nested attributes on PHP 8.1

Symfony 5.3.10 查看版本資訊

更新時間:2021-10-29
更新細節:

What's new in this version:

Fixed:
- [Dotenv] Duplicate $_SERVER values in $_ENV if they don't exist
- [PhpUnitBridge] fix symlink to bridge in docker by making its path relative
- [TwigBundle] fix auto-enabling assets/expression/routing/yaml/workflow extensions
- [String] Fix inflector for "zombies"
- [Messenger] Fix TraceableMessageBus implementation so it can compute caller even when used within a callback
- [Lock] Fix incorrect return type in PostgreSqlStore
- [Framework][Secrets] Fix service definition when local vault is disabled
- [DependencyInjection] Fix autowiring tagged arguments from attributes
- [VarDumper] Fix dumping twig templates found in exceptions
- [Messenger] Fix Redis Transport when username is empty
- Fix logging of impersonator introduced in 5.3
- [Messenger] Fix unwrapping the Postgres connection in DBAL 3
- [Messenger] fix: TypeError in PhpSerializer::encode()
- [Config] Fix files sorting in GlobResource
- [HttpClient] fix collecting debug info on destruction of CurlResponse
- [DependencyInjection] fix "url" env var processor
- [HttpClient] fix RetryableHttpClient when a response is canceled
- [Uid] fix 4 missing bits of entropy in UUIDv4
- [Runtime] Fix class validation of composer "extra.runtime.class"
- [VarDumper] Fix error with uninitialized XMLReader
- [Notifier] [RocketChat] Fix undefined index for message id
- [Notifier] Fix 'Undefined array key' error in FirebaseTransport
- [Validator] Fixes URL validation for single-char subdomains
- [Form] Fix ChoiceType to effectively set and use translator
- [Translation] Use symfony default locale when pulling translations from providers
- [HttpClient] fix missing kernel.reset tag on TraceableHttpClient services
- [Cache] Commit items implicitly only when deferred keys are requested
- [Cache][Lock] fix SQLSRV throws for method_exists()
- [VarDumper] Fix handling of "new" in initializers on PHP 8.1
- [Translation] [Bridge] [Lokalise] do not export empty strings
- [DependencyInjection] fix support for "new" in initializers on PHP 8.1
- [HttpClient] accept headers when CURLE_RECV_ERROR is received before the content
- [Serializer] Attributes that extend serializer`s annotations are not ignored by the serialization process
- [PhpUnitBridge] Do not override correct triggering file for return type deprecations
- [Serializer] Fix denormalizing XML array with empty body (5.x)
- [Serializer] Fix denormalizing XML array with empty body (4.4)
- [Security] Remove annoying deprecation in UsageTrackingTokenStorage

Symfony 5.3.9 查看版本資訊

更新時間:2021-09-28
更新細節: