PSPad 歷史版本列表 Page5

最新版本 PSPad 5.0.7 Build 775

PSPad 歷史版本列表

PSPad 編輯器是一個程序員編輯器,支持多個語法高亮配置文件。它帶有十六進制編輯器,CP 轉換,文本差異,模板,宏,拼寫檢查選項,自動完成和代碼瀏覽器。該程序是為最流行的編程語言(如 Visual Basic,C ++,SQL,PHP,ASP 和 Python)預先配置的,您可以進一步自定義語法設置。 PSPad 是一個偉大的免費軟件程序員的 Microsoft Windows 操作系統的編輯器... PSPad 軟體介紹


TestComplete 14.40 查看版本資訊

更新時間:2020-03-31
更新細節:

What's new in this version:

Cross-platform web testing:
- TestComplete 14.4 introduces the new cross-platform approach to web testing. You can now record (or create manually) web tests in one of the supported browsers – Chrome, Firefox, Edge, or Internet Explorer – and then run these tests in a wide range of other browsers, including those that you don’t use for test creation, like Opera and Safari. These browsers can work on various platforms, both Windows and non-Windows ones: macOS, Linux, Unix, or mobile Android and iOS.

To create cross-platform tests, you start a new TestComplete project and select a new check box in the Create Project wizard:
What's New in TestComplete 14.40:
- New recording mode
- Click the image to enlarge it
- You can then record a web test as you would normally do this

To address web elements, new tests use CSS selectors and XPath expressions rather than Name Mapping items. This makes these tests browser- and platform-independent:
What's New in TestComplete 14.40:
- Recorded cross-platform web test
- You can run these cross-platform tests on your local computer or in a device cloud that has Selenium Grid installed. You connect to the cloud and run tests there directly from within TestComplete. The device cloud can be –
- A private hub with Selenium Grid configured
- Selenium Grid provided as a service by CrossBrowserTesting
- Selenium Grid provided as a service by any other third-party provider (for example, Sauce Labs or Testing Bot)

If you use the CrossBrowserTesting device cloud, you can easily connect to the needed device from TestComplete. TestComplete offers the new Run Remote Browser operation to do that from keyword tests:
- What's New in TestComplete 14.40: Run Remote Browser operation

In script tests, you can use a new wizard to generate the needed code automatically:
- What's New in TestComplete 14.40: Generate run code for CrossBrowserTesting wizard
- You can copy the generated code and paste it into your script tests
- The new functionality is implemented by the new Device Cloud add-on. It is available in TestComplete Trial for evaluation; as for the commercial version, it is licensed separately from TestComplete.
- For complete information on the new web testing approach, see About Cross-Platform Web Tests

Cross-platform web tests in TestComplete:
- New ML-based grid validations
- TestComplete includes new machine-learning algorithms to recognize tabular controls and extract data from them. This helps you validate the data of any tabular controls, including custom versions of grid controls and tables rendered in charts or in PDF files. In other words, now you can validate the data of those grid controls for which TestComplete doesn’t provide special test objects.

To do this, you use table checkpoints that are clever enough now to recognize tables by their images (the checkpoints support optical character recognition). When creating a table checkpoint, you specify a screen area that has tabular data, or you can allow TestComplete to detect that area automatically. TestComplete will recognize the table, obtain its columns and rows, and verify its data by comparing it with a baseline copy:
- What's New in TestComplete 14.40: Specifying a screen area containing the tabular data that a table checkpoint will verify

ML-Based Grid Validation:
- For complete information, see Working With Grid Controls.

Jira integration improvements:
- Now, in TestComplete, you can create issues of any type supported by your Jira project. Previous versions created items of the Bug type only
- For this purpose, we’ve updated the Create Jira Issue dialog. Now you can specify all the fields needed to create an issue of the selected type, including the custom fields.
- Earlier, the Create Jira Issue dialog was implemented by a script extension. Now, it has become part of TestComplete
- We also created a new JiraSupport script extension that enables you to create and update Jira issues directly from test scripts. The extension appends the Jira scripting object to TestComplete. It has special methods for creating and updating Jira issues. You can find the extension in our GitHub repository.

Smarter self-healing:
- The self-healing functionality now uses improved AI-based algorithms to find a replacement object by its image (earlier, it sought for similar objects by their properties). See Self-Healing Tests for details.
- These new algorithms use code implemented by the Intelligent Quality add-on. So, starting from version 14.40, we offer the self-healing functionality as part of that add-on.
- BDD improvements

Now, you can command TestComplete to treat each Scenario Outline Example as a separate test case. To do this, you use the new project setting. When it is on, the test log shows the results of each Outline Example as test case results:
- Results of executed BDD examples
- Click the image to enlarge it
- Also, the project’s Error handling > On error property now affects each example separately during the test run
- Web testing improvements
- Smarter mapping of web objects. Now, TestComplete does not map intermediate web objects (like DIVs) by their text content if this can make the mapping criteria unstable.

Support for the recent versions of web browsers:
- Mozilla Firefox 74
- Google Chrome 80
- Support for CEF3 79.0.3945 . You can now create and run tests against desktop applications using this and earlier versions of the Chromium Embedded Framework control.
- Support for Electron 8. You can now create, record, and run automated tests for Electron-based applications created with Electron versions 8.0 - 8.1
- In addition, support for Electron versions 6.1 and 7.1 has been introduced
- Mobile testing improvements
- Android testing
- The AndroidDevice object has a new AndroidDevice.DoubleTouch method to simulate a double touch of the device screen at specific screen coordinates
- iOS testing
- TestComplete introduces support for iOS 13.3
- Xamarin.Forms
- Now, in your tests, you can access and interact with controls residing in containers created with the Rg.Plugins.Popup plugin for Xamarin.Forms applications
- Overall improvements
- Improved support for source controls. We’ve updated the format of TestComplete project files to make automatic and manual merging clearer and easier.
- Smarter password support. During test recording, TestComplete now automatically saves the entered passwords to project variables of the Password type and doesn’t display these values in recorded tests. This allows you to keep passwords secure during testing. See Working With Passwords and Other Sensitive Data for details.
- The new Log category of project settings. The project settings that control the test log have been moved to the new Log category. This category also includes the new “Treat each example in Scenario Outline as a separate test case” option (see BDD improvements above).

New supported controls. TestComplete now recognizes the following control types and enables you to use special methods and properties to work with them. During test recording, it records user actions on these controls as calls to the special methods:
- JavaFX PasswordField
- DevExpress PasswordBoxEdit
- Better UX of the Name Mapping Template dialog. The dialog box that you use to create a Name Mapping template now has a new special option to specify whether to use a regular expression for a property or not. Earlier, you could do this only by typing the regexp: prefix.

Script editor improvements:
- You can now Ctrl+click the name of a project, project-suite, keyword-test, or network-suite variable in script code to jump to the visual variable editor quickly
- You can now quickly scale the editor font by holding CTRL pressed and rotating the mouse wheel
- The editor has a better look and feel
- TestComplete now uses a brand-new UI theme. You can also switch to the old theme if you like
- Better performance. Now, TestComplete starts faster
- Network Level Authentication is no longer needed to open remote user sessions when you run distributed tests from TestComplete, when you run tests by using the TestComplete Jenkins plugin, or when you open user sessions by using the SessionCreator utility.
- The Stop test item value of the Playback > On Error, Playback > On warning, and Playback > On object recognition error project properties has been renamed to Stop current item.
- The Stop test item value of the On error test item property has been renamed Stop current item
- These properties now affect individual tests that were run by tags and individual examples of a scenario outline. If during a test run, a test matching a tag (or tag expression) fails, the test engine will proceed to the next matching test. Similarly, if during a test run, some scenario outline example fails, the test engine will proceed to the next example.
- We’ve fixed a number of issues reported by our customers
- Discontinued Support
- Starting from version 14.4, we discontinue support for Microsoft Internet Explorer 10. We will not run tests for this browser and will not provide patches or bug fixes for issues related to it. You still will be able to run web tests in that browser, but we do not guarantee they will work correctly.
- The integration with CrossBrowserTesting.com provided via the CrossBrowserTesting project item has become obsolete. This item is no longer added to new project suites automatically. You have to add it manually if you need to.
- To run your automated web tests in multiple remote environments provided by CrossBrowserTesting.com, use the new cross-platform web testing approach. See About Cross-Platform Web Tests.

Notejoy 1.9.3 查看版本資訊

更新時間:2020-03-03
更新細節:

PSPad 5.0.3 Build 377 查看版本資訊

更新時間:2020-02-11
更新細節:

What's new in this version:

- Compiler - if you run compiler and not Catch program output is selected, compiler window won't be hidden
- Code explorer - ESC closes Code explorer. Removed
- parameter Statusbar functions require DblClick instead of SingleClick (Program settings / Program 2) has influence of the top editor ruller behavior too.
- ASCII chart - new button CP as editor - this buttons sets content of ASCII chart into same CP as current editor window. Note, that ASCII chart works with singlebyte encodings only, not with UTF-xxx
- Regular expressions - library based on Perl syntax was replaced with library supporting PCRE syntax
- New user highlighter for ASAR assembler
- Computer suspend - FTP is disconnected
- Computer suspend - new modified files are saved in %Temp%PSPadResume folder
- TeX code explorer shows head
- User highlighter - added HEX number attribute
- TeX highlighter - added block comments --[[ ]]-- and starthiding stophidding. Each comment has different attribute and allows you set different color. As "operator" attribute you can color for if++, if+-, eif, efi
- menu Edit / Special conversion between text, URL, QuotedPrintable, Base64 fully supports unicode. UTF-8 is used for char presentation
- Find in files dialog was changed from modal to normal. It allows let dialog open and edit files together
- Favourite window contains new section - script. You can add script there by selecting from drop down list
- User highlighter definition - added block comment for Autoit3 - #cs ... #ce
- New PSPad command line parameter /F or /FR (as alternative -F or -FR) will start search on open file. /F for normal search, /FR for search with regular expressions. Syntax: pspad "pathfile" /F "search expression"
- PSPad remembers column with of Name, size and modified for File explorer and FTP
- User friendly message when you try compare file with selected file from disk in case both files has different encoding
- Insert text to lines - added "Apply" button, so you can use this function several times without leaving dialog
- FTP connection list - added folder functionality
- New option in Program settings / Program 1 - Don't change Toolbar icon size when monitor DPI is changed
- Insert text to lines (Alt+I) - added step for numbering, added labels
- New action Open favourite (Shift+Ctrl+A) for easier access to favourite tab in left panel. Panel is selected and tree with favourite is focused. You can move cursor and open file or run tool with Enter.
- Handled exception when Recent.INI file was marked as ReadOnly
- Editor window - Ruller - with high DPI was column numbers high above the ticks
- Open file from internet (menu File / Open special) - function doesn't detect code page
- Char case change doesn't work with cyrilic letters
- 64b version ends with exception, joined to store recent files
- TextDiff drop box was invisible when you drag file over PSPad if left panel was switched off
- User highlighter dialog wasn't possible close if no editor window was open
- crash on PSPad exit
- XML Code explorer
- handled exception when closing PSPad x64
- handled exception when several PSPad instances was closed at once and all instances write file state in same time
- Program Settings / KeyMap - problem drawing with scrollbar (only some group and languages)
- if main PSPad window was maximized, minimized and open file from outside, PSPad wasn't restored as maximized
- ASCII chart wasn't translated after language change
- Python highlighter - search for matching bracket if bracket was in string
- Highlighting URL in text doesn't respect two dots - something..html
- in case PSPad was set as StayOnTop, some dialog window appear behind the main window
- FTP connection - duplicate connection ends with message "Connection already exists"
- problem with editor window name when you open many small files at once
- HEX editor - search in HEX - if you paste search string from Excel, you got info that text contains non hex chars (Excell adds line break)
- HEX editor - undo after bytes rewriting
- HEX editor - find/replace when switching from text and back
- reduce Windows flicker when you restore PSPad from minimized to maximized state
- HEX editor - paste text into HEX part, copied from external source (e.g. Excel)
- fixed behavior when PSPad is minimized to Tray icon
- Code explorer fix after new regular expression library implementation
- HEX editor copy/paste in text part
- System integration into context menu for limited user
- ASCII chart - Print button changes label when Coda page was changed
- exception when bigger amount of files was closed one by one

Postman 7.18.0 (64-bit) 查看版本資訊

更新時間:2020-02-11
更新細節:

What's new in this version:

- Visualizer is now out of beta
- GraphQL is now out of beta
- Added ability for users to request higher roles on APIs shared within a team
- Added confirmation for unsaved changes on accidentally closing the modal during mock creation flow
- Disabled JSON language option for RAML type schemas
- Renaming a request re-opened all items in Collections tab of sidebar when a filter was set
- Script pane was crashing when accessing a collection variable with object value
- Double borders for request URL were shown when zooming in or out
- Blank page appeared while creating a mock server
- Cookies with Max-Age were not deleted
- data-file with BOM characters or encoding other than UTF-8 were not working
- API tab was getting stuck in the loading state when the user is offline

SoftEther VPN Gate Client Plugin 2020.02.11 build 9731 查看版本資訊

更新時間:2020-02-11
更新細節:

Firefox Developer Edition 74.0b1 (64-bit) 查看版本資訊

更新時間:2020-02-11
更新細節:

Electron 7.1.12 (64-bit) 查看版本資訊

更新時間:2020-02-11
更新細節:

What's new in this version:

Fixed:
- an issue where sending complex objects over IPC could in some cases cause the renderer process to be terminated
- crash with Date.toLocaleString for invalid locale and locale of the format [email protected]
- flash plugin not working
- issue where renderers could crash during GC when using the contextBridge module
- netLog.stopLogging returning undefined instead of the path to the log

Microsoft Edge 80.0.361.48 查看版本資訊

更新時間:2020-02-11
更新細節:

MoneyWiz 3.7.1 查看版本資訊

更新時間:2020-02-11
更新細節:

Microsoft Safety Scanner 1.0.3001.0 (64-bit) 查看版本資訊

更新時間:2020-02-11
更新細節: