Releases: pharo-spec/NewTools
Releases · pharo-spec/NewTools
v0.6.8
- tweaks to spotter to make it work better
- fix #251
- refactors and comments
v0.6.7
- enhanced StSpotter feed and performance
- StSpotter now selects first available element always
- added tests and class comments
- several minor bugfixes
v0.6.6
- playground ensures content is flushed to disk when closed (to prevent data lost for fast closing it)
- inspector adds extensions for: integer, morph, baselines.
- removes all dependencies with old GTSpotter
- several fixes on debugger
- lots of tests
- CI infrastructure improvements
v0.6.5
- spotter handles correctly scoping it by an origin (it will be used in calypso <meta+h> command, and probably others).
v0.6.3
- Raw inspection should show always first fixed slots then variable slots (thanks @guillep)
- do not use gtDisplay things (thanks @Ducasse)
- applying deprecations
- small fixes
v0.6.2
- enhance control of spotter queries in a presenter (it should present "old" results to appear in new queries)
- fixes #209
- fixes #196
- using a worker pool instead a regular "schedule"
- fix a problem of entries being duplicated on history
v0.6.1
- fixes pharo-project/pharo#5551
- fixes #189
- fixes #197
- fixes #192
- fixes #205
- spotter: showing of tips configurable
- spotter: several small bug fixes/enhancements
- inspector: Avoid errors when printing in title
v0.6
- This version introduces new
Spotter
tool!
- uses style contributor (thanks @tesonep) to add styles for each tool (using it in spotter)
- fixes cmd+p, and cmd+i, etc on playground.
- fixes #171
- fixes pharo-project/pharo#8765
- fixes #161
- fixes #176
- several debugger fixes
- cleanups
v0.5.3
- introduce StPharoStyleContributor to allow tools to make explicit its style requirements
- fixes