Skip to content

Latest commit

 

History

History
111 lines (88 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

111 lines (88 loc) · 2.71 KB

Changelog

All notable changes to this project will be documented in this file.

[v0.3.0]

🚀 Features

  • Introduce packages (#280)

🧪 Testing

  • Add integration tests for cli

[v0.2.1]

🐛 Bug Fixes

  • Add tauri icons
  • Mac icon rounded corner

[v0.2.0]

🚀 Features

  • Init the stn cli tool
  • Implement up, down, terminate, and update readme (#3)
  • Implement install, config, and update readme (#9)
  • Add dependabot.yml (#14)
  • Implement logs (#19)
  • Add powershell, linux-musl target, and simplify install (#20)
  • Improve error handling and add remove command (#53)
  • Add clippy (#55)
  • Add l1 endpoint validation in stn config (#67)
  • Add archive node validation, improve logs tail, config codecov (#76)
  • Add env_manager (#83)
  • Implement sync status (#79)
  • Add restart command (#86)
  • Implement proposer config (#90)
  • Extend logs with proposer, and add stats command
  • Add dashboard command
  • Add restart prompt after upgrade (#102)
  • Implement update checker (#117)
  • Build a statically linked binary for linux (#126)
  • Remove update polling, distribute updater with binary instead (#183)
  • Rename to kittynode, add tauri, refactor into core library (#251)
  • Test release plz on kittynode gui (#262)
  • Add hi to root (#272)
  • Add hi to cli
  • Add hi to core
  • Add hi to gui
  • Add hi to src-tauri
  • Migrate to bun, tauri 2.0
  • Test release-please
  • Test release-please
  • Test release-please
  • Remove automated release stuff
  • Migrate to pico + fix error returns

🐛 Bug Fixes

  • Typo
  • Ignore release.yml from dependabot (#18)
  • Add check for installation before status, fix some logging (#46)
  • Changelog (#49)
  • Changelog (#51)
  • Handle more docker bugs (#57)
  • Improve status to check for full sync
  • Validate endpoints on startup (#100)
  • Add private key config for proposer, and ability to update (#103)
  • Private type ConfigSubcommands in public interface (#125)
  • Openssl issue with builds on linux (#144)
  • Log message

🚜 Refactor

  • Separate logic into crates (#30)
  • Use libs instead of crates (#40)
  • Use more dialoguer (#107)
  • Use more dialoguer (#108)
  • Move command functions into commands module
  • Config proposer command
  • Use more dialoguer
  • Remove utils.rs (#138)
  • Rename stn to stan (#248)

📚 Documentation

  • Improve documentation (#59)
  • Improve documentation (#61)
  • Update readme (#62)
  • Improve documentation (#63)
  • Update readme links (#66)
  • Add ci badge to readme (#80)
  • Update readme (#81)
  • Update ci badge on readme (#82)
  • Update recommended installation method (#129)
  • Update readme (#239)
  • Fix readme + license (#242)
  • Update readme (#246)

🧪 Testing

  • Add tests
  • Update test

◀️ Revert

  • Rename stn to stan (#249)