Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 1.16 KB

0.0.8.RC1

Released 2020-05-22

This is the first public version of salyut.

Features

  • Add new attributes targets,target to token (- select:,- loop:, - find:).
  • Add new token - mobile: to support run firefox as mobile mode.
  • Deprecated token - switchtmptab:,- closetmptab:.

Fixes

  • Use token - continue: in token - loop: will cause dead looping. (pr#28)
  • Can not compare a float type with a integer type in token - if:.(pr#28)
  • Can not set a value to a global path[?,issue#20].

0.0.8.RC2

Released 2021-05-17

Features