Skip to content

Releases: jiacai2050/oh-my-github

v1.0.0

26 Nov 08:21
eec61e4
Compare
Choose a tag to compare

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

v0.6.0

25 Jun 09:02
56108fe
Compare
Choose a tag to compare

New Features

  • Query trending support spoken languages filter
  • CLI support args parse, both sync and trendings are supported now
  • Support gist
    • Query
    • Delete/Unstar

Internal Improvements

  • Trending API reuse curl instance

v0.5.0

28 Apr 14:16
e6a1344
Compare
Choose a tag to compare

New Features

trending mode

omg-modes

v0.4.0

25 Apr 14:51
7a1590f
Compare
Choose a tag to compare

New Features

  • Sync repositories in background threads, which will not hang Emacs anymore. 🍺
  • Download asset in background threads, which will not hang Emacs anymore. 🍺

v0.3.0

22 Apr 14:08
ba35726
Compare
Choose a tag to compare

New Features

  • Add commits/releases/assets-mode
    omg-modes

v0.2.0

19 Apr 15:22
61864ae
Compare
Choose a tag to compare

New Features

  • Add oh-my-github-repo-list to list owned repositories
  • Add oh-my-github-whoami, used for authentication check.
+---------------+--------------------+
|Created At     |2011-09-03T15:26:22Z|
+---------------+--------------------+
|ID             |1024025             |
+---------------+--------------------+
|Login          |torvalds            |
+---------------+--------------------+
|Name           |Linus Torvalds      |
+---------------+--------------------+
|Company        |Linux Foundation    |
+---------------+--------------------+
|Blog           |                    |
+---------------+--------------------+
|Location       |Portland, OR        |
+---------------+--------------------+
|Email          |                    |
+---------------+--------------------+
|Hireable       |0                   |
+---------------+--------------------+
|Public Repos   |0                   |
+---------------+--------------------+
|Public Gists   |0                   |
+---------------+--------------------+
|Private Repos  |-1                  |
+---------------+--------------------+
|Private Gists  |-1                  |
+---------------+--------------------+
|Followers      |156351              |
+---------------+--------------------+
|Following      |0                   |
+---------------+--------------------+
|Disk Usage     |-1                  |
+---------------+--------------------+

Internal Improvements

  • Refactor directories
  • Reuse elisp code, derive oh-my-github-stars-mode based on oh-my-github-repos-mode

v0.1.0

17 Apr 13:36
444cb08
Compare
Choose a tag to compare
Initial