RealPlayer 歷史舊版本 Page4

最新版本 RealPlayer 22.0.2.305

RealPlayer 歷史版本列表

RealPlayer(與 RealTimes)保存所有的照片和視頻,把它們變成美麗的故事,分享和觀看任何設備上。這個最新,最令人興奮的 RealPlayer 更新有一個全新的故事。 PC 下載 RealPlayer 已經不僅僅是一個媒體播放器。它仍然是最好的方式來播放和管理您的 PC 上的所有視頻內容,從 YouTube 和 Vimeo 等熱門網站下載網絡視頻,將視頻轉換為其他格式,並將音樂刻錄到... RealPlayer 軟體介紹


WebStorm 2018.3.1 查看版本資訊

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

What's new in this version:

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

RealPlayer 18.1.15.215 查看版本資訊

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

RealPlayer 18.1.14.202 查看版本資訊

更新時間:2018-09-12
更新細節:

RealPlayer 18.1.14.201 查看版本資訊

更新時間:2018-08-30
更新細節:

jv16 PowerTools 2017 4.2.0.1882 查看版本資訊

更新時間:2018-08-30
更新細節:

What's new in this version:

jv16 PowerTools 2017 4.2.0.1882
- Change log not available for this version


jv16 PowerTools 2017 4.2.0.1845
- Change log not available for this version


jv16 PowerTools 2017 4.2.0.1811

Bug Fixes:
- Improved compatibility of the Clean and SpeedUp My Computer with Windows 10
- Improved compatibility of the Software Uninstaller with popular Microsoft products such as Office and OneDrive
- Find My Licenses tool can display no licenses, even if user has valid licenses
- The “Restart computer after done” option does not always work with Clean and SpeedUp My Computer
- Improved compatibility with Windows 10. In the most aggressive mode, Clean and SpeedUp My Computer can list items relating to Windows 10 that may not be safe to delete
- Improved compatibility with Google Chrome browser
- Fixed a typo from the message which is shown if user decides to uninstall jv16 PowerTools
- The Software Uninstaller does not correctly list some common software, such as Notepad++
- The Software Uninstaller could list Microsoft Office as an installed software, but still didn’t install its components such as Microsoft Outlook, Word, Access etc.
- Although “Open jv16 Power Tools to the Main Tools view …” is NOT checked, the program always opens to the Main Tools view anyway
- The Software Uninstaller can show unneeded data within the Version column
- Improved compatibility with Apple Bonjour
- Fixed a case of bad grammar from the License Agreement

Feature Improvements:
- Greatly improved the overall accuracy of the Clean and SpeedUp My Computer
- Greatly improved the overall accuracy of the Software Uninstaller
- Completely rewritten Left-Over Software detection engine now better detects which software is a left-over trace and which are correctly installed
- Improved the accuracy of registry errors grouped together in the Clean and SpeedUp My Computer
- In the case you attempt to open the program’s Handbook but it does not exist, the software can automatically open it online for you
- The Software Uninstaller can now better detect software under the shared software directories
- Improved the speed and stability of the Initial Setup


jv16 PowerTools 2017 4.2.0.1774
- Change log not available for this version


jv16 PowerTools 2017 4.1.0.1758

- Change log not available for this version


jv16 PowerTools 2017 4.1.0.1753

Bug Fixes:
- Fix: The Initial Setup or the Clean and SpeedUp My Computer can display a “Not Responding” error when started
- Fix: The software can display “Internal Error CAFF-3”
- Fix: The software can display an “Access Violation” error when started
- Fix: The software can display error “The process cannot access the file because it is being used by another process”

Feature Improvements:
- Improvement: Reduced screen flickering while the software is working
- Improvement: The user interface now responds faster and has smoother feel to it
- Improvement: The software automatically creates registry keys to test it has full access to the registry. These keys are automatically deleted by the software but sometimes there can be a long delay with this process. The delay has now been shortened

Winstep Xtreme 18.8 查看版本資訊

更新時間:2018-08-30
更新細節:

What's new in this version:

Winstep Xtreme 18.8
- Change log not available for this version


Winstep Xtreme 18.5
- Major release featuring the ability to access docks directly from NextSTART, new Delete Effect with 22 different animations, alarm overlays and much more


Winstep Xtreme 18.3

- Speed! We've done it again: Intel takes it away, Winstep gives it back: The fixes for the Intel MeltDown and Spectre vulnerabilities had a 10-15% cost in overall performance for all desktop users (and 35% or more for servers in data centers with heavy I/O loads)
- With a combination of extensive code profiling and optimzation, plus a new compiler switch to remove integer overflow checks, overall performance of Winstep applications has been increased by 10-15%, which nicelly makes up for the peformance hit caused by the Intel vulnerabilities
- Performance variations in the 10-15% range are hard to spot in real world usage, but despite this you should definitely notice a decrease in CPU usage when moving the mouse over magnifying docks, etc...
- Heads up Home Theater users: added full keyboard support to docks

New Media Player internal command:
- Internal commands are special commands that you can add as shortcuts to docks, Shelf tabs and to Winstep Xtreme's NextSTART menus, hotspots and taskbar: Hibernate, Power Off Monitor, Empty Recycler, Show Start Menu, Language Bar, CD Control, Lookup IP address and over 80 more
- The new Media Player internal command adds a very quick, convenient and unobtrusive way to listen to your favorite musics at the click of a button without having to open a full blown media player
- One click on the Media Player icon starts the music playing, a second click pops up a media control bar from where you can pause and stop audio, skip tracks and configure the Media Player. When the media control bar is open, volume levels can be adjusted with the scroll wheel of your mouse
- The new Media Player internal command is very simple to use and uses the same playlists defined for the Winstep Alarms so you don't have to set both up independently
- The media control bar offers full support for keyboard navigation and the Media Player can be directly controled using the media keys on your keyboard even when the control bar is closed. You can also use the built-in media control internal commands for this

New Power Saving mode - Winstep just turned green and joined the effort to save the planet:
- Eye candy is a huge component of Winstep applications. Unfortunately keeping all those nice animations, effects and system meters going has an impact on CPU usage, which, in turn, increases energy consumption - not a problem if your system is a desktop running on AC Power, but a potential runtime limiting factor for laptops running on battery
- Winstep applications now include two 'Power Saving' modes (Normal and Ultra) designed to extend your laptop or tablet's battery life. These power saving modes can be enabled manually via the new 'Power Saving' internal command or automatically when your PC's battery runs low, when Windows 10 activates the 'Battery Saver' mode, when the screen goes into standby, when a full screen application is running, or based on a combination of the above
- Voice notifications are used to warn the user when the current power saving mode changes, but these can be turned off if required or only enabled for specific events
- On tests, the normal power saving mode reduced CPU usage of the Winstep application - and therefore power usage - by up to 75%, and ultra mode manages to extend this a bit further. This is mostly accomplished by reducing the polling/update rate of all the meter modules and disabling all non-essential cosmetic animations
- For instance, in Ultra mode modules are only updated once every 4 seconds, opposed to 2 in normal power saving mode and every second when the power saving mode is disabled
- Normal power saving mode does not disable the all-important icon mouse over animations (Ultra power saving mode already does that for maximum savings), so it can even be automatically enabled as soon as the laptop starts running on battery without much impact on the user experience

More User Interface (UI) improvements:
- Message boxes now match the current UI mode, the UI mode selector has been moved to the About tab of Preferences for easier access, the button with the focus is now highlighted in blue and the color of LCD alarms is no longer changed when switching between dark and light modes

New optional 'time only' digital version of the clock module:
- The digital version of the clock module with the built-in calendar goes all the way back to the original in Steve Job's NeXT OS. Unfortunately the calendar also limits the space available to display the actual time and, at the lower icon sizes of very full docks, it becomes difficult to read, forcing you to mouse over it in order to magnify the icon.

When our users complain, we listen. Because of this and also because the new calendar module makes the calendar portion of the digital clock pretty much irrelevant, a new 'show time only' setting was added to the Clock Module Settings dialog. Enabling this setting displays an alternate version of the digital clock made specifically to maximize readability at lower icon sizes while still looking good:
- The user can now also choose what happens when he clicks on the clock module: it can display the Windows calendar, the Winstep calendar or a full screen LCD clock

Added optional high-DPI support to docks:
- Up until now docks deliberately ignored the system's DPI settings and relied on the size specified by the user for dock icons. This was not ideal, however, since to make up for a higher screen DPI the size of icons when magnified also had to be changed manually from the default 128x128 pixels
- On new installations docks now automatically scale up using the current system DPI settings, but on existing installations (i.e.; when upgrading to this version), to avoid unwanted and unexpected changes in the size of existing docks, the 'dock scaling on high DPI settings' setting is disabled and must be enabled manually
- Icon reflections can now be fine tuned to be more, or less, transparent

New Capture Desktop options:
- Capture Desktop is one of many available internal commands that can be added to docks, the Shelf and NextSTART menus and taskbar. Its simple purpose is to take a quick screenshot of your current desktop and save it in a folder of your choice
- You can now press the ALT key when clicking on the Capture Desktop icon to take a screenshot of the currently active window instead of the whole desktop. The filename of the last screenshot taken is now also preserved between sessions, and the right click menu of the Capture Desktop internal command now holds options to open the last screenshot taken and browse the containing folder

Added 'Sort By:' options to the Recent Documents tab in the Shelf:
- The Recent Documents tab in the Shelf can now be sorted Alphabetically, by Date, by File Type or by File Size

Fixed Alt GR key getting stuck:
- Under certain circunstances the Alt GR key could become stuck despite not being physically pressed

Explosion of new features added to the Alarm Manager:
- The built-in Alarm Manager has become so powerful that it could easily be sold as a stand-alone application at this point. Besides its ability to pop-up reminders with audio, it is also a full blown task scheduler featuring some very flexible scheduling abilities
- Alarm settings are now available as tabs of the main Alarm Manager window, instead of being on a separate dialog like before
- Alarms can now be filtered and sorted by creation or activation date. You can now also temporarily disable all active alarms
- You can create and manage your own playlists in the Audio tab. Audio files can now be added in bulk to a playlist via the Browse button or by simply dragging and dropping MP3, WMA, WAV and MID files directly into the Audio Files list box. The playlists created here are shared with the new Media Player internal command
- Each alarm can now optionally use its own fixed volume and LCD brightness settings, or use the variable settings defined in the Wake-Up tab. If you like waking up with music, you can define an alarm that starts playing softly and slowly increases the volume over time. Likewise the brightness of the alarm LCD screen can be slowly increased so it doesn't hurt your eyes when you wake up in darkness
- New slide-in setttings were added to the 'Show a Reminder' panel in the Alarm Editor dialog, so alarms can either use the Wake-Up settings defined above or have individual volume, brightness and snooze setttings. Likewise you can now also color code individual LCD alarms
- For those who like to fall asleep while listening to music, there is a new 'Sleep Timer' internal command which uses the settings defined in this tab
- You click on the Sleep Timer icon as you go to bed and a full screen LCD clock display pops up. Volume and brightness decrease over the pre-defined time until the full screen clock finally closes when volume reaches zero
- You can now choose one of a handful of pre-built skins and bezels for your LCD alarm reminders in window mode
- You can also specify different foreground and background colors for the LCD displays, which now also feature weather icons specifically made to match the LCD style of the alarms
- Moving the mouse pointer over an alarm window smoothly fades the control buttons in, and you can now skip tracks and pause the music. Clicking the settings button allows you to change volume, brigthness and the snooze duration directly
- Double clicking the alarm toggles it between full screen and window mode, and the scroll wheel on your mouse can be used to control either the volume or the brightness of the LCD display, as defined in the LCD tab of the Alarm Manager. You can also control the audio using the media keys on your keyboard
- Many other performance and stability improvements

WorkShelf v18.3 complete change log:
- Updated the Portuguese language file
- Added a description in the Windows Services Panel to the Winstep service used to perform operations that require admin privileges (install theme fonts, adjust the time, fast boot, etc...)
- Added code to help troubleshoot problems with the service
- If there is an Internet connection available but an undetermined error occurred, the 'Check Internet Connection' dialog in the TroubleShooting Options dialog will now also return the Winsock error message
- The Alarm Manager now displays an Audio symbol if that alarm has an associated audio file or playlist
- The application now uses customized Message boxes to match the current User Interface mode
- Improved the performance of the Alarms Manager dialog in terms of CPU usage
- Added smooth scrolling to the Alarms Manager dialog
- Improved the scrolling performance of the Docks & Shelves tab in Preferences
- Command Buttons in Dark or Gray UI modes now become highlighted when they have the focus
- Pressing the ALT shift key while the Capture Desktop internal command takes a screenshot will capture only the active window instead of the whole desktop
- The name of the last screenshot taken by the Capture Desktop internal command is now persistent between sessions
- The right-click context menu of the Capture Desktop internal command now has options to Browse the folder the last screenshot was saved to in a menu, open the folder in Explorer, or open the screenshot
- Browse folder sub-menus now show item icons where the menu theme allows
- The Balloon tooltip now also displays the number of frames in an animated icon
- Desktop module previews in the Modules tab of Preferences are no longer allowed to be larger than the preview window at 100% scaling (e.g.; default calendar module)
- The contents of the Recent Documents tab in the Shelf can now be sorted by name, date, type and size
- Made some cosmetic changes to the selection rectangle in the Shelf when the mouseover effect is set to None
- The solid rounded selection rectangle drawn when the Shelf mouseover effect is set to None is now semi-transparent so the background can be seen through
- Added keyboard support to docks. Arrow keys to select item, Enter key to execute, ESC to close a sub-dock or unselect current item
- Added two power saving modes, normal and Ultra, for conserving power when running on battery. Can be set manually in the Advanced tab of Preferences, via a new 'Power Saving Mode' internal command toggle, or automatically when battery levels reach a certain percentage or, under Windows 10, when the system Battery Saver activates. Each power mode has separate voice and/or sound notifications
- Added new 'Power Saving Mode' internal command to toggle between the 3 different power modes (off, on, ultra). The icon is gray when power saving is disabled, green when enabled, and red when ultra is active
- Moved the 'User Interface Mode' button to the About tab in Preferences
- Added high DPI support to docks by default and a new 'Disable dock scaling on high DPI settings' option in the More Options dialog of the General tab in Preferences. High DPI support is enabled by default on new installations and disabled by default on existing installations
- Replaced the rotating earth Email Checker module style with a smoother higher resolution animation
- The 'Apply to All Modules' button in the Modules tab of Preferences now asks for confirmation
- Added full keyboard support to docks: use arrow keys to select an icon, enter to launch currently selected icon, Esc to unselect/close sub-docks
- Added new Full Screen Application exclusion list. Activation methods such as edge bumps and hotkeys are normally automatically disabled when another application is running full screen to prevent accidental activations while, for instance, playing a game, etc... With the new exclusion list you can exclude specific applications (for instance, a Media Player application on a PC Home Theater environment) from this rule. This way you can assign a keyboard shortcut to activate the dock while the full screen Media Player is running, then use the arrow keys to navigate the dock and launch movies, applications, etc..
- The drop down portion of a monitor selection combo box is now wide enough to hold the longest monitor name in a multi-monitor system
- Added new 'Animated icons play full animation on mouseover' setting to the Performance vs. Memory usage dialog. This setting, disabled by default for performance reasons (animated icons usually have very long animations, which, together with the dock magnify effect being combined with other mouseover effects, can result in a somewhat noticeable performance hit), enables animated icons set to animate only on mouseover to finish their animations even when the mouse pointer has already moved away from the icon
- Disabled 'Integer Overflow Checks' on compiled code and optimized a few critical routines, which should result in a 5%-10% overall performance increase
- A customized battery module now displays all the different frames when playing the charging animation
- Added option (enabled by default) to automatically enable Ultra Power Saving mode when the monitor enters standby
- Added option (disabled by default) to automatically enable normal Power Saving mode when a full screen application is running. This ensures the Winstep application uses 75% less CPU than normal when, for instance, running a game, while still remaining fully functional
- Non-native dock themes now also display the author's name in the Theme preview panel when that info is available
- Added new 'Fast Boot' internal command to toggle Fast Boot
- Default dock in Windows 10 now features a 'Fast Boot' internal command icon to alert users to the existence of this feature
- If 'Do not launch sessions of the same application' is enabled, clicking the icon of an application that is already running will now minimize it if it is already in the foreground (as it already happens when the dock is set to display running applications) or bring it to the foreground otherwise
- Made some misc.improvements to the Net Meter code
- Changed colorization method for particle mouse over effects from tint to shift hue, as this also preserves whites
- If the 'Ignore edge bumps near the titlebar button area of maximized windows' setting is enabled, edge bumps near the taskabar's Start Button area are also ignored
- Double clicking an Alarm Reminder will now toggle it between full screen and windowed
- The scrollwheel in the mouse can now be used to dim an LCD alarm reminder or change the volume
- Added new 'Sleep Timer' internal command, which runs WorkShelf's new Sleep Timer full screen clock
- Alarms can now be filtered so only active alarms are shown
- Alarms can now be sorted by creation date or activation date, in ascending or descending order
- Alarm Settings have now been merged into the Alarms Manager window and divided into several tabs: Alarms, Audio, Wake-Up, Sleep and LCD
- Added new 'Sleep Timer' internal command, which opens a full screen LCD clock for those who like to fall asleep while listening to music, with audio and brightness setttings in the Sleep tab of the new Alarms Manager window
- Added new 'Auto Fade In' setting to the Audio tab of the Alarm Manager. When enabled, audio volume always fades in from zero until the pre-determined final volume
- You can now select multiple audio files at once when adding musics to a playlist in the Audio tab of the Alarm Manager via the Browse button
- You can now drag & drop multiple .mp3, .wma, .wav and .mid files directly into the Audio Files listbox in the Audio tab of the Alarm Manager
- Alarms can now follow the volume and brightness settings set in the Wake tab of the Alarm Manager or specify per-alarm volume and brightness settings
- LCD color and Snooze time can now optionally be defined on a per-alarm base
- Added multiple pre-defined skins to the Alarm Reminder in windowed mode, which can be selected in the new LCD tab of the Alarm Manager
- LCD Background color can now be set as well
- Audio can now be paused and resumed, and tracks skipped or rewound from within the LCD style alarm reminder
- Added Settings icon to the LCD alarm reminder from where you can control Volume, Brightness and Snooze time
- The LCD Alarm Reminder now uses weather icons that match the LCD style of the clock
- The LCD Alarm Reminder, besides the temperature, now also displays current weather conditions
- Battery information in the LCD Alarm Reminder has been moved to the bottom left and the new battery icon correctly displays current battery state
- Close and Snooze buttons in an LCD Alarm Reminder, as well as the new audio control and Alarm Setting icons, now automatically 'fade out' if the mouse pointer is moved away from the window or is not moved for a time
- The mouse pointer in a full screen alarm reminder window is now automatically made invisible if the mouse is not moved for a time
- LCD Alarm Reminder window can now be scaled up or down in size by up to 20%
- Added new 'Media Player' internal command, which works with the playlists defined for alarms and is controled by a pop up media bar
- Clicking the clock can now either show the Windows calendar, the Winstep calendar or a full screen LCD clock
- Moved the 'make a ticking sound every second' setting in Clock Settings to the 'Clock Speech and Chime Settings' dialog
- The base transparency of icon reflections can now be adjusted
- Exit was the button with keyboard focus when opening Preferences
- Changing the User Interface mode to black no longer resets the Alarm LCD Colors
- Increased the maximum text width for balloon tooltips when using the Windows 10 style to prevent Wanda cookies from getting word-wrapped mid-sentence because of the wider font used in this style
- An application's window with a vbmodal window open on top could be minimized, but trying to restore it again would fail, leaving no way to access that application
- Fixed communication issue with the Winstep Windows service that could prevent the retrieval of performance data (CPU and RAM usage) for elevated processes
- Changing a module icon via the Item Properties dialog in the Shelf would result in the Shelf stopping to respond to mouse clicks
- Updated Weather.com weather module codes for Honk Kong and Cheung Chau
- Fixed minor GDI+ leak when animating icons in the Shelf
- On a Shelf with no mouse over effects the Launch and Attention effects would leave leftovers of the selection rectangle when animating
- When alternating between specific mouseover and launch or attention effects the first frame of the latter could glitch
- Opening a sub-dock and then quickly clicking on the sub-dock icon again before the sub-dock had completed the opening animation could crash the application with an Access Violation error
- Style of the Recycler and Email Checker modules kept being reset to Recycle Bin and Envelope, respectively
- Fixed issue where icon label text in the Shelf would look terrible when shifting icons for drag & drop operations
- Fixed potential issue that could occur if an animation was playing exactly when the value returned by the timeGetTime() function wrapped around to zero or crossed the signed long boundary. This is something that only happens once every 24.85 days, so the chances of a problem actually occuring was very, very, small, but still within the realms of possibility
- Star background in the Moon Calendar dialog was scrolling too fast when the moon was not animating
- Fixed major issue when overlapping the number of running instances on an animated icon in the dock. Effects could range from icon appearing cropped when animating to potential GDI+ handle leak or even crash
- Dragging a running application icon in the right side of the dock into the left side of the dock could result in an item with the wrong application name
- Fixed issue that could crash the application when switching to a theme with a customized Email Checker module animation
- Fixed issue with the CD Control internal command that could cause the drive to keep ejecting and closing the media multiple times until a timeout error occured
- A full screen alarm reminder would trigger the 'full screen application running' mode
- Fixed issue where ALT key could become stuck after activating a dock
- Alarms set to activate only once would no longer activate at the preset time and date if Snooze was used while testing the alarm
- Fixed issue validating the time in the Alarm Edit panel when the clock was in 12 hour format and the time was 12 PM
- The battery module image would not update to show the current charge if the module was set not to display Battery Charge
- Battery status information in the Battery Information dialog would not update correctly if the module was set to not display battery charge or battery runtime
- It was not possible to set the weekday format (short, medium or long) for the weekday row in desktop calendar themes
- Fixed misc.UI alignment issues on high DPI settings

NextSTART v18.3 complete change log:
- Updated the Portuguese language file
- Added a description in the Windows Services Panel to the Winstep service used to perform operations that require admin privileges (install theme fonts, adjust the time, fast boot, etc...)
- Added code to help troubleshoot problems with the service
- The Language Bar on the NextSTART taskbar is now displayed as simple white text, to blend in with the other Windows 10 system icons, unless the user specifies a background icon
- Menus no longer become inactive when opening a 'More' sub-menu, at least not until a sub-menu outside the 'More' chain is opened
- The application now uses customized Message boxes to match the current User Interface mode
- Command Buttons in Dark or Gray UI modes now become highlighted when they have the focus
- Pressing the ALT shift key while the Capture Desktop internal command takes a screenshot will capture only the active window instead of the whole desktop
- Added two power saving modes, normal and Ultra, for conserving power when running on battery. Can be set manually in the Advanced tab of Preferences, via a new 'Power Saving Mode' internal command toggle, or automatically when battery levels reach a certain percentage or, under Windows 10, when the system Battery Saver activates
- Added new 'Power Saving Mode' internal command to toggle between the 3 different power modes (off, on, ultra). The icon is gray when power saving is disabled, green when enabled, and red when ultra is active
- Moved the 'User Interface Mode' button to the About tab in Preferences
- Moved the 'More Options' button to the General tab of Preferences
- The Capture Desktop internal command now also displays a countdown in the icon if a delay is set in the settings
- Added new Full Screen Application exclusion list. Activation methods such as edge bumps and hotkeys are normally automatically disabled when another application is running full screen to prevent accidental activations while, for instance, playing a game, etc... With the new exclusion list you can exclude specific applications (for instance, a Media Player application on a PC Home Theater environment) from this rule. This way you can assign a keyboard shortcut to activate a menu while the full screen Media Player is running, then use the arrow keys to navigate the menu and launch movies, applications, etc...
- The drop down portion of a monitor selection combo box is now wide enough to hold the longest monitor name in a multi-monitor system
- Added option (enabled by default) to automatically enable Ultra Power Saving mode when the monitor enters standby
- Added option (disabled by default) to automatically enable normal Power Saving mode when a full screen application is running. This ensures the Winstep application uses 75% less CPU than normal when, for instance, running a game, while still remaining fully functional
- Added new 'Fast Boot' internal command to toggle Fast Boot
- If the 'Ignore edge bumps near the titlebar button area of maximized windows' setting is enabled, edge bumps near the taskabar's Start Button area are also ignored
- Added new 'Sleep Timer' internal command, which runs WorkShelf's new Sleep Timer full screen clock. WorkShelf must be running for this internal command to work
- Added new 'Media Player' internal command, which works with the playlists defined for alarms and is controled by a pop up media bar
- Right clicking on a Language Bar menu item would display an empty right-ckick context menu
- Exit was the button with keyboard focus when opening Preferences
- An application's window with a vbmodal window open on top could be minimized, but trying to restore it again would fail, leaving no way to access that application
- Fixed communication issue with the Winstep Windows service that could prevent the retrieval of performance data (CPU and RAM usage) for elevated processes
- Fixed issue where the NextSTART taskbar would randomly appear with the wrong width/height at startup
- Fixed potential issue that could occur if an animation was playing exactly when the value returned by the timeGetTime() function wrapped around to zero or crossed the signed long boundary. This is something that only happens once every 24.85 days, so the chances of a problem actually occuring was very, very, small, but still within the realms of possibility
- Fixed issue with the CD Control internal command that could cause the drive to keep ejecting and closing the media multiple times until a timeout error occured
- Fixed issue where ALT key could become stuck after activating a menu via an hotspot
- Fixed issue where clicking the Start Button of a NextSTART taskbar docked to a secondary monitor at the right of the primary would open the main NextSTART menu on the primary monitor instead


Winstep Xtreme 18.1
- New optional Dark Mode for the User Interface, new Windows 10 icons, many other performance and stability improvements

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

更新時間:2018-08-30
更新細節:

What's new in this version:

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 treeview option in the group by
- Fixed problem in updating numeric fields and auto-complete without filling new features
- Fixed problem in inserting images when using multi upload fields
- Fixed problem in time display in date and time fields, under special filter conditions
- Fixed problem when using Group Results option in the grid label filter
- Fixed problem when opening image manager through group of buttons in toolbar
- Fixed problem Fatal error: Invalid handle returned when connecting to SQL Server PDO
- Fixed processing problem when using Ajax events in fields assigning values ​​to itself


ScriptCase 9.2.003 (64-bit)

Specific correction:
- Fixed problem when using dynamic groupby in grid applications

Bug:
- Fixed connection problem with Sybase PDO DBLIB in the production environment. (You need to upgrade production environment)
- Fixed error Invalid argument supplied for foreach() when accessing dynamic summary without totalization


ScriptCase 9.2.002 (64-bit)

New functionalities:
- Added option for the toolbar to inherit settings from project default values toolbar, using Express Edition feature

Performance improvement:
- Layout improvement on new database connection creation within the Project Edit Connection feature

Bug:
- Fixed issue in visualization of document icons on multi upload
- Fixed issue in blocking of buttons when using Ajax events between fields
- Fixed problem saving the project themes
- Fixed issue in data view, when navigating between records of auto-complete
- Fixed issue in buttons when using Grids within widgets in dashboard
- Fixed formatting problem in numerical values in export XLS
- Fixed problem with default values of the new features available in version 9.2
- Fixed language of message ' close or Esc Key ' in modal. (Necessary to clean the browser cache)
- Fixed issue in return for signature fields values, through the events in the control application
- Fixed issue when using option for indentation by space rather than in the events tab
- Fixed problem on inserting images into IMAGE columns with Sybase PDO connection
- Fixed error Invalid argument supplied for foreach () when saving settings
- Fixed error 2 = in_array() expects parameter 2 to be array, null given in generating query applications


ScriptCase 9.2.001 (64-bit)

New functionalities:
- Added option for slider increment value in number and decimal fields
- Added ODBC PDO driver on Progress connections
- Added option for slider increment value in number and decimal fields
- Added support for Ajax events in rating fields
- Added ODBC PDO driver on Progress connections

Bug:
- Fixed installation problem in Linux Ubuntu 18 environments
- Fixed behavior issue when using the 'Hide menu' option in tree-menu applications
- Fixed issue in column recognition when synchronizing table with Oracle PDO connections
- Fixed connection problem with SQL Server from the production environment
- Fixed problem when disabling numeric fields using slider
- Fixed issue when using numeric fields without populating slider width
- Fixed bug "Invalid argument supplied for foreach ()" when using subselect fields in Report PDF applications
- Fixed issue in date fields using combo while browsing records
- Fixed width problem when resizing layers from menu structure
- Fixed issue in menu width, using layers in menu structure
- Fixed positioning problem for vertical menu
- Fixed issue using select select fields disabled
- Fixed navigation problem when using infinite scroll
- Fixed issue when navigating between number of pages
- Fixed issue when searching for fields with "no displayed conditions" in search
- Fixed installation problem in Linux Ubuntu 18 environments
- Fixed behavior issue when using the 'Hide menu' option in tree-menu applications
- Fixed issue in column recognition when synchronizing table with Oracle PDO connections
- Fixed connection problem with SQL Server from the production environment
- Fixed problem when disabling numeric fields using slider
- Fixed issue when using numeric fields without populating slider width
- Fixed bug "Invalid argument supplied for foreach ()" when using subselect fields in Report PDF applications
- Fixed issue in date fields using combo while browsing records
- Fixed width problem when resizing layers from menu structure
- Fixed issue in menu width, using layers in menu structure
- Fixed positioning problem for vertical menu
- Fixed issue using select select fields disabled
- Fixed navigation problem when using infinite scroll
- Fixed issue when navigating between number of pages
- Fixed issue when searching for fields with no displayed conditions in search


ScriptCase 9.2.000 (64-bit)

New functionalities:
- Added PDO IBM driver on DB2 connections
- Added PDO ODBC driver on DB2 connections
- Added support for PDO driver on the Firebird connection
- Added support for PDO driver on Oracle connection
- Added support for XML export in Nested Grids
- Added more options to generate the XML elements, such as attribute or value
- Added support for customizing relative periods in date/time fields in the Filter
- Added new "Current Value" option to display values ​​of the column itself, without repetitions, in selection fields in the filter
- Added new option to customize Scriptcase hotkeys interface
- Added new option for exporting / importing Scriptcase hotkeys interface
- Added support for new combinations of hotkeys in the generated applications
- Added new Rating type field to display classifications in icons, within Form, Control, Calendar and Grid applications
- Added new digital signature type field in Form, Control, Calendar and Grid applications
- Added new option to "Use Select2" for select type fields
- Added new option to "Use Select2" for auto-complete type fields
- Added new option to "Use Slider" for numeric fields
- Added new option to "Use Switch" for radio type and checkbox
- Added support for API integration with Paypal Express
- Added support for API integration with Paypal Express Incontext
- Added support for API integration with Paypal Pro
- Added support for API integration with Paypal Rest
- Added support for API integration with Pagseguro
- Added support for integration of API with SMS Clickatell
- Added support for API integration with SMS Plivo
- Added support for API integration with Twilio SMS

New functionalities:
- Added PDO DBLIB driver on the SYBASE connections
- Added support for automatic key recognition, dependencies and default values ​​for Progress connections
- Added new option to save Search profiles in the tag filter

Bug:
- Fixed duplicity problem in Summary toolbar when using "Save Grid" option
- Fixed issue when running applications through the shortcut in Scriptcase interface, after changes
- Fixed issue in recognizing TIME type columns in application creation
- Fixed issue using SQL with parentheses in the sc_lookup macro parameter
- Fixed issue when performing dynamic content Filter search with content (+)
- Fixed issue in task list after project conversions
- Fixed issue in progress bar preview during application publishing
- Fixed issue in displaying the Advanced Filter tags when opened in modal
- Fixed issue in the field label when using virtual fields, in the labels Filter
- Fixed issue when using Ajax event in decimal fields
- Fixed problem when incrementing versions of the project, bigger than the current version


ScriptCase 9.1.009 (64-bit)
- Fixed issue using special conditions in date fields, in filter


ScriptCase 9.1.008 (64-bit)
- Fixed Fatal error: Uncaught Error: Call to undefined method appname_apl:: SC_lookup_nas () within the search of the Quicksearch
- Fixed problem in viewing the manual lookup, in the Grid detail module
- Fixed problem when using the sc_redir macro in menu applications


ScriptCase 9.1.007 (64-bit)
- Fixed problem when using sc_redir macro in blank applications


ScriptCase 9.1.006 (64-bit)
- Fixed problem when sending email to more than one administrator, in security module
- Fixed problem when performing searches in Database Builder
- Fixed problem in the target "parameter" when opening the application call, using the sc_redir macro together with the sc_exit macro
- Fixed problem when using macro sc_redir with modal passing as parameter variable with single quotes
- Fixed problem when using 'Exit Application' option on Forms with capture connection
- Fixed problem when using Ajax processing in filter fields in Grid application
- Fixed problem when customizing regional settings of date fields in dynamic Groupby's
- Fixed problem when using the sc_redir macro, opening in new page, in PHP buttons


ScriptCase 9.1.005 (64-bit)
- Fixed problem when reporting the negative sign before the value, in numeric fields
- Fixed problem in running summary filter when grid was started in chart mode
- Fixed problem when saving changes to the interface of the project default values
- Fixed problem when generating the summary using the SQL limit option
- Fixed problem in express edition, applying changes individually in all applications
- Fixed 'Back' button description in drilldown charts
- Fixed problem when listing macros in control (HTML) applications
- Fixed problem for line break in multi line text fields
- Fixed problem when using floating menu without toolbar


ScriptCase 9.1.003 (64-bit)
- Fixed 'unauthorized user' error message when deleting the project
- Fixed issue when using comment with slash on events
- Fixed crash when generating applications that contains parentheses in the application's SQL
- Fixed issue in creating Grid application when informing SQL with parentheses


ScriptCase 9.1.002 (64-bit)

New functionalities:
- Added support for global variables in reCaptcha and Captcha fields
- Added capture link in tags filter
- Updated new component of the SPIN option of the Form

Fixed bugs:
- Fixed issue in navigating the Grid using the Internet Explorer 11 browser
- Fixed horizontal scrolling issue in SQL Builder with results with many columns
- Fixed error in SQL, when changing charset in the creation of the application
- Fixed issue when using a global variable in sql Grid fields
- Fixed issue in aligning numeric fields in GridEditable forms
- Fixed issue in the display of the option "Validation Image" in the field of type "data", configured as mandatory
- Fixed issue in displaying the mandatory field message in ajax in date field in Forms
- Fixed issue in SELECT, RADIO and CHECKBOX fields using manual lookup in HTML controls
- Fixed issue when creating Grid applications using SQL functions without aliasing
- Fixed issue when creating Grid applications using queries like SELECT * table
- Fixed issue in the menu when using the toolbar buttons with the "hide menu" option. The buttons were not being displayed correctly
- Fixed issue using URL without "maps.google.com" in Google Maps fields
- Fixed reCAPTCHA validation on Form update
- Fixed error in running a Grid using JOIN on Access type connections
- Fixed problem in Search of QuickSearch containing apostrophe
- Fixed CSRF Token error in applications opened within the menu tabs
- Corrected problem using the "Use Password" option in the security of applications that used connections. The applications that received the connection were loaded by requesting the password again


ScriptCase 9.1.001 (64-bit)

New functionalities- UPGRADE REQUIRED :
- Enabled the email export buttons in the Grid's detail

Bug:
- Fixed issue in Access connections using password
- Fixed issue in menu events using strings
- Fixed charset issue when entering values in form Editable Grid view
- Fixed charset issue in the "Description" field in the calendar application when using ISO-8859-1 charset
- Fixed issue in the email API interface in the production environment. (You will need to update your production environment)
- Fixed problem in typing the numeric fields by using the option complete with zeros


ScriptCase 9.1.000 (64-bit)

New features:
- A new interface for managing APIs directly from Scriptcase with automatic integration with the email APIs services: Mailchimp, Mandrill and Amazon SES
- New Macros sc_call_api and sc_send_email_api for advanced implementations with APIs integration within Scriptcase events, control and blanks
- New button to send emails from Grids, Pivot Tables and Charts with reports attached in PDF, HTML, XLS, XML, CSV, RTF, WORD or images. Push settings can easily be shown within the interface using SMTP, Amazon SES or Mandrill
- For Chart applications where added new settings to export to formats: XLS, XML, CSV, RTF, WORD and image
- For HTML and Images exports from Chart applications, it was added a new important option for Chart depth output selection, according to the metrics used
- New option for depth output selection to PDF exports within Grid Applications
- New dynamic tags for Advance Search module that allow you to select or manipulate the conditions and fields with ajax directly within the application with a simple and modern interface
- New configurations options that allows, for example, to add buttons within the Advanced Search form body
- In the Summary and Chart Search feature were added new relative period conditions to Filter: "Current week until today", “Current quarter until today” and “year to date”
- New options for creating customized periods with related conditions directly within the Summary and Chats Filter interface. It gives you freedom to create special period of date
- Added new keyboard shortcuts for performing basic functions of Scriptcase as: Generate the source code, Save application, Run, Closing/Opening tabs, access SQL Builder and others
- New option to display Nested Grids as XLS export
- New setting to configure Chart original sorting values to and return to default state
- Scriptcase codes editor, used within the events, control and application blank with new options for viewing with lateral expansion or full screen code area and access to new themes
- Integration with shortcut keys from editors Emmet and Sublime Text, that is, the shortcut keys of these editors will be recognized within the Scriptcase
- CSS and Javascript language interpretation support within the code editor
- New button for project execution
- New example template with the HTML diagram library of GoJS for creating Mind maps This template will be inside the "Samples" project (you will need to import samples project to access the applications)
- Database Builder update with a new Interface facilitating performance for creating and changing your database. New theme, store server-side to avoid excessive requests, accessibility labels (HTML5) and new languages: Danish, Greek, Galician, Bulgarian, Bosnian, Finnish, Hebrew and Malay
- Database Builder update for MySQL: Support connecting to MySQL via SSL, support JSON data type, Support MySQL 8
- Atualização do Database Builder para o MariaDB: Suporte JSON desde o MariaDB 10.2 e suporte a índices fulltext e espaciais no InnoDB
- Database Builder update for PostgreSQL: Support binary files in bytea fields
- Database Builder update for PostgreSQL: support JSON and JSONB data types, materialized views
- Database Builder update for SQLite: Allow deleting PRIMARY KEY from tables with auto increment
- Database Builder update for SQLite: enable FOREIGN KEY CHECKS
- Database Builder update for SQL Server: Support freetds
- Database Builder update for SQL Server: support pdo_dblib

Performance improvement:
- Updating the new HTML editor

Bugs:
- Fixed issue when using the macro sc_label in multiple record forms and grid editable
- Fixed issue in setting the maximum size of the field on the filter settings
- Fixed issue in preview of the label of the columns in the XLS export when the application was using language variables
- Fixed issue in the duplicity of the characters as they are typed in mobile environments


ScriptCase 9.0.043 (64-bit)

Specific correction:
- Fixed problem with alignment of fields' type "radio" and "checkbox" when using manual lookup
- Fixed issue in visualization of indexes on the dashboard applications using the SQL Server connection
- Fixed issue in the HealthCare System with Postgres, SQL Server and Oracle connections

Performance improvement:
- Improvements in the applications sorting in the project applications's list

Bug:
- Fixed issue in target "_blank" parameter of the macro "sc_redir" by using the macro along with the macro sc_exit
- Fixed issue when using the "dynamic filter" button on summary application


ScriptCase 9.0.042 (64-bit)

Specific correction:
- Fixed problem using the macro sc_hide_groupby_rule in grid applications

Performance improvement:
- Improvement in group by of summary group by using Progress connection


ScriptCase 9.0.041 (64-bit)

New functionalities:
- Added new healthcare sample system

Specific correction:
- Fixed issue in Quicksearch when using the connections of type "Progress"
- Fixed issue of accentuation in the help descriptions of the fields in the Filter application
- Fixed issue of accentuation in the visualization of the values of the manual lookup in the breakdown of the query
- Fixed issue in the search of field type "data" in connection of type "Progress"

Bug:
- Fixed issue in viewing the "rows" button in the Grid, when the Summary module was disabled


ScriptCase 9.0.040 (64-bit)

New functionalities:
- Added option to run the onchange event in the field of the master Form when using sc_master_value macro in Form detail

Specific correction:
- Corrected issue when using the values of the field of type "data" in the Groupby of the Summary, in the connections of type Progress

Bug:
- Fixed issue using the CONCAT command in the Grid lookup
- Fixed bug when using the "Arial" font in the Reportpdf application
- Fixed issue in Chart filter view when exporting to pdf


ScriptCase 9.0.039 (64-bit)

Specific correction:
- Fixed issue in updating the values in the lookup type of multiple binary values
- Fixed issue in the field tab "date" in the Filter using the range condition
- Fixed issue when using SQL UNION in autocomplete fields

Performance improvement:
- Improved performance in the "date" field searches on MSSQL Server connections

Bug:
- Fixed issue with “Filter Saving” using "double select" field type
- Corrected issue with "Filter Saving", when the Grid had Group by using data type fields
- Fixed issue when saving theme in Charts, in Scriptcase versions that were installed with Mysql
- Fixed issue in ajax events of the Grid when using full pagination. Before that, the event was only created in the first 10 records
- Fixed issue in Filter search with negative values
- Fixed issue in character display in Summary Filter using charset windows-1255 (Hebrew)
- Fixed issue using the CONCAT command in the Grid lookup


ScriptCase 9.0.038 (64-bit)

- Adjustments in the display of the Chart application and Summary Filter buttons

Bug:
- Fixed issue in the lookup description of the text fields and autocomplete numbers when returning from the Grid
- Fixed height in the checkbox by clicking multiselect on refined filter
- Fixed issue when using the sc_log_add macro in the Blank application
- Fixed issue when assembling the "Order by" in the SQL of the Grid, when the application has two breaks for the same field of type data
- Fixed issue in viewing images from field "image file name" using the subdirectory option


ScriptCase 9.0.037 (64-bit)
Specific correction:
- Fixed issue when using parentheses at the "hint" parameter in the sc_link macro
- Fixed issue when using the "sc_label" macro in fields that use language variables, generated by the data dictionary in Grid applications
- Fixed issue in the display of the "docx" extension icon, when using the "Display the file type icon" option in the document fields of the Grid application
- Corrected height in the checkbox by clicking multiselect of the refined filter

Performance improvement:
- Improved performance in Summary applications
- Improved performance in field data searches on Postgres connections


ScriptCase 9.0.036 (64-bit)

New functionalities:
- Added support for global variables through the new macro "sc_make_link"
- Added new options under summary and charts filters

Specific correction:
- Fixed problem in the table creator interface for calendar applications with an Access connection
- Fixed problem with the format of time values in the backup filenames
- When using an Editable Grid (View) form, File Upload fields now can only be downloaded on lines that are in editing mode

Performance improvement:
- Improvement of performance of autocomplete fields on a filter

Bug:
- Fixed problem with the images and templates copied while migrating from version 7 to 9
- Fixed problem with the images and templates copied while migrating from version 6 to 9
- Fixed problem that could corrupt GroupBy data while migrating from version 6 to 9
- Fixed issue in version 5 to 9 migration
- Fixed problem when using sc_redir in a PHP method called from a PHP button


ScriptCase 9.0.035 (64-bit)
Specific correction:
- Fixed issue in returning a connection when we use the sc_select (where) macro in the source application
- Fixed issue when running the application "Dashboard" in the interface's initial mode
- Fixed issue in view of field view lookup when condition had dot
- Fixed problem of accentuation in the label of the macro button "sc_ajax_message", when using charset other than UTF-8
- Corrected spacing of the navigation buttons being displayed below

Bug:
- Corrected issue in displaying the values of the field "Data" in the interface of the Group By. You will need to clear your browser's cache
- Fixed special SQL error in Grid Application
- Fixed anchor of the menu link in the documentation


ScriptCase 9.0.034 (64-bit)
New functionalities:
- Added lang support in the sc_alert macro. Ex: sc_alert ({lang_btns_ajax})
- Enabled the image and document database fields in the Grid columns interface
- Enabled the examples in the onScriptInit event of the Grid

Specific correction:
- Fixed validation of values in the interface of version incrementation
- Fixed issue in the events help link
- Fixed issue in searching for Dynamic Search with data type "TIMESTAMP WITH LOCAL TIMEZONE"
- Corrected issue in viewing the refined filter values, after returning from Summary Group by links
- Fixed issue in hint viewing on field links using Sc7_Black theme

Bug:
- Fixed issue Tab_lig_apls is not defined in Grid links called through the Menu
- Fixed issue in the display of the "delete" button when canceling the edition of record in the Grid view editable Form
- Fixed "Array to string conversion" error when using the sc_mail_send macro
- Fixed issue when generating a free format Grid without the toolbar buttons


ScriptCase 9.0.033 (64-bit)
New functionalities:
- Added RTL language support in the Summary filter

Specific correction:
- Fixed Grid export issue when using macros "sc_seq_register" and "count_ger" in the OnRecord event
- Fixed macro help link in events

Bug:
- Fixed issue in Chart display in pdf export
- Fixed issue in NestedGrid type links


ScriptCase 9.0.032 (64-bit)
New functionalities:
- Added option to display the background image of the pdf report when no record is found. This option is available in the SQL interface menu
- Added option for the positioning of the registration message that does not exist in the PDF Report. This option is available in the SQL interface menu
- Added dropdown support in SELECT filter fields
- Added support for complex SQL in Auto-complete fields


ScriptCase 9.0.031 (64-bit)
New functionalities:
- Added new values ​​in the "negative currency format" option in the total fields of the summary
- Added grid navigation configuration support from master / detail
- Added support for YEAR fields
- Added support for Nested Grids in Grid details
- Implemented support to macro "sc_format_num" in the onrecord event of the grid, using summary fields
- Added "port" option in SFTP publishing settings
- Added port data entry for DB2 connection

Specific correction:
- Fixed issue when converting Access tables that have images
- Fixed issue in the initial execution of pyramid and 2D funnel charts
- Fixed issue when using subselect command in field lookup
- Fixed issue when running operations directly in the application's SQL
- Fixed issue using "Use ENTER to Submit" option in dynamic filter settings
- Adjustments in the Nested Grid css when using the title option on the same row
- Fixed issue in view of the buttons size on the iframe type connections

Bug:
- Fixed issue in viewing the records in the calendar by checking the option "all day". The schedule showed less 1 day
- Fixed issue in formatting millisecond fields
- Fixed duplicate data insertion problem with dynamic search
- Fixed issue when using the database session option in the post
- Fixed issue in viewing calendar time on Oracle connections
- Fixed issue in the Themes view of the tree menu. The tree menu was not inheriting the Themes css
- Fixed Fatal error: Uncaught Error: Call a member function Execute () when using the sc_lookup macro in the ReportPdf application onHeader event
- Fixed issue in the informed value of the negative field of manual lookup of the multiple selection fields
- Fixed issue in viewing calendar records on Access database connections
- Fixed issue when using the menu toolbar with image type buttons
- Fixed issue when using link button in Editable Grid Form (view)
- Fixed issue in pdf export when printing mode was configured for economic


ScriptCase 9.0.030 (64-bit)
New functionalities:
- Added macro support "sc_format_num" in the onrecord event of the grid

Specific correction:
- Adjustment in error display when editing multi-upload fields
- Fixed issue in gantt chart view with other date formats
- CSS settings in the editing of the menu toolbar and editing of menu items

Bug:
- Fixed issue in macro "sc_field_disabled" in fields select multiple values in single record form
- Fixed issue in connection of subquery type in firebird connections
- Fixed issue in express creation of applications
- Fixed bug with sc_ajax_message macro

RealPlayer 18.1.12.206 查看版本資訊

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

RealPlayer 18.1.11.204 查看版本資訊

更新時間:2018-03-02
更新細節:

RealPlayer 18.1.9.106 查看版本資訊

更新時間:2017-08-27
更新細節: