|
| 1 | +ifdef::env-github[:outfilesuffix: .adoc] |
| 2 | + |
| 3 | += Changelog |
| 4 | + |
| 5 | +All notable changes to this project will be documented in this file. |
| 6 | + |
| 7 | +The format is based on http://keepachangelog.com/en/1.0.0/[Keep a Changelog] |
| 8 | +and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioning]. |
| 9 | + |
| 10 | +== https://github.com/robotframework/RIDE[Unreleased] |
| 11 | + |
| 12 | +=== Added |
| 13 | + |
| 14 | +- Added CHANGELOG.adoc |
| 15 | +- Added ignoring log.html and report.html on reporting HTML test suites |
| 16 | +- Added conditions for wxPython versions equal or higher than 4.1.0 |
| 17 | +- Added indent and de-indent with TAB for blocks of text |
| 18 | +- Added auto indent in Text Editor |
| 19 | +- Added enclosing text in Text Editor or selected text with certain symbols |
| 20 | +- Added enclosing text in Grid Editor or selected text with certain symbols |
| 21 | +- Added 8s timer to shortcut creation dialog on install |
| 22 | +- Added process memory limit on Messages Log |
| 23 | + |
| 24 | +=== Removed |
| 25 | + |
| 26 | +- Python 2.7 support |
| 27 | +- wxPython/wxPhoenix version conditioning |
| 28 | + |
| 29 | +=== Changed |
| 30 | + |
| 31 | +- Improved error and removal of old log files |
| 32 | +- Changed icon background to white |
| 33 | +- Made Project Tree and File Explorer panels, Plugins. |
| 34 | +- wx.NewId() to wx.NewIdRef() |
| 35 | +- Separated AppendText for Messages Log |
| 36 | + |
| 37 | +=== Fixed |
| 38 | + |
| 39 | +- Fixed not saving file after deleting text in Text Editor |
| 40 | +- Fixed elements sizing on Preferences panel |
| 41 | +- Fixed tree selection, because of wrong variable name |
| 42 | +- Fixed encodings on Windows |
| 43 | +- Fixed bugs on Grid Editor |
| 44 | +- Fixed error message on RIDE Log about missing clear_all |
| 45 | +- Fixed tree nodes problems |
| 46 | +- Fixed severe RIDE freeze when selecting all test cases in large test suites |
| 47 | +- Fixed activation of RIDE Log plugin |
| 48 | +- Fixed missing keywords documentation for dynamic libraries (i.e. SeleniumLibrary 4.4.0) |
| 49 | +- Fixed not possible to create new project |
| 50 | +- Fixed missing Save menu option |
| 51 | +- Fixed sounding a beep and no selection when pressing down arrow in keywords help list |
| 52 | +- Fixed output log showing garbled code when the name of the test case contains Chinese |
| 53 | +- Fixed default arguments help |
| 54 | +- Fixed crash when deleting tags |
| 55 | +- Fixed cursor position when creating variables with CTRL-1,2,5 |
| 56 | +- Fixed pressing F2 in Grid Editor on MacOS started editor on Project Tree |
| 57 | +- Fixed reprocessing of %date% %time% variables on Windows |
| 58 | +- Fixed not editing cells with F2 and keeping focus |
| 59 | +- Fixed keywords arguments help |
| 60 | +- Fixed Python 3.8 incompatibility |
| 61 | +- Fixed showing Resource files with extension .resource in Tree when not used |
| 62 | +- Fixed RIDE not starting |
| 63 | +- Fixed errors at start due to setlocale() |
| 64 | +- Fixed Settings editor |
| 65 | +- Fixed blank Edit screen |
| 66 | +- Fixed Runner arguments parsing |
| 67 | +- Fixed Runner Log window Chinese and Latin encoding chars on Windows |
| 68 | + |
| 69 | +== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-1.7.4.2.rst[1.7.4.2] - 2020-01-20 |
| 70 | + |
| 71 | +=== Added |
| 72 | + |
| 73 | +- wxPython version locked up to 4.0.7.post2. |
| 74 | + |
| 75 | +=== Removed |
| 76 | + |
| 77 | +- None |
| 78 | + |
| 79 | +=== Changed |
| 80 | + |
| 81 | +- None |
| 82 | + |
| 83 | +=== Fixed |
| 84 | + |
| 85 | +- None |
0 commit comments