Skip to content

v2.0.0 πŸ₯³

Latest
Compare
Choose a tag to compare
@mixn mixn released this 25 May 11:50
· 113 commits to master since this release

Major

Welcome to the all new carbon-now-cli 2.0! 🎈

Rewritten from scratch

  • JS ➝ TS
  • XO ➝ Prettier
  • Ava ➝ Jest
  • Puppeteer ➝ Playwright
    • Most issues < 2.0.0 were related to Puppeteer on different OS
    • Much more stable now
  • Travis ➝ GitHub Actions
  • Pure ESM Package

Heavily improved UX

  • Overhauled existing flags/API
  • New --engine flag
  • New --skip-display flag
  • ~/carbon-now.json config now matches Carbon’s
    • wt ➝ windowTheme
    • ds ➝ dropShadow
    • etc.
  • Updated & automated dependency updating

Features

  • Include original line numbers: #70
  • Allow line highlighting: #50
  • Custom themes aka. allow fully configuring theme color variables: #46
  • Specifying language (--from-clipboard): #59 (comment)

Bugfixes