Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 08:21
eec61e4

Release Blog

BREAKING CHANGES

  • All funtions/customs are prefix with omg instead of oh-my-github #47

New Features

  • Simplify repositories UI
  • Add new option oh-my-github-http-timeout
  • Support create pull request #35

Bugfix

  • [core] Sync fetch no data. 92cf16e
  • [core] fix Source and destination overlap in mempcpy when concat SQL in query repos. #7
  • [core] fix memleak when make HTTP request 4c4907e
  • [emacs] pass wrong pipe fd to background thread. 92cf16e
  • [emacs] fix trending repo get full_name issue

Internal Improvements

  • Add unittest, based on Zig
  • Enable -Wall -Wextra -Werror -Wno-unused-parameter -Wpedantic -Wno-gnu flags