Skip to content

Releases: pharo-spec/NewTools

v0.6.8

09 Jul 14:32
5d8b80e
Compare
Choose a tag to compare
  • tweaks to spotter to make it work better
  • fix #251
  • refactors and comments

v0.6.7

24 Jun 11:21
d6bacba
Compare
Choose a tag to compare
  • enhanced StSpotter feed and performance
  • StSpotter now selects first available element always
  • added tests and class comments
  • several minor bugfixes

v0.6.6

26 May 06:53
Compare
Choose a tag to compare
  • 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

29 Apr 13:15
Compare
Choose a tag to compare
  • spotter handles correctly scoping it by an origin (it will be used in calypso <meta+h> command, and probably others).

v0.6.4

28 Apr 13:26
Compare
Choose a tag to compare

v0.6.3

22 Apr 09:41
Compare
Choose a tag to compare
  • 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

06 Apr 06:37
Compare
Choose a tag to compare
  • 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

31 Mar 11:00
Compare
Choose a tag to compare
  • 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

28 Mar 10:30
Compare
Choose a tag to compare
  • 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

03 Mar 21:45
Compare
Choose a tag to compare
  • introduce StPharoStyleContributor to allow tools to make explicit its style requirements
  • fixes