Skip to content

Latest commit

 

History

History
97 lines (91 loc) · 3.63 KB

CHANGELOG.org

File metadata and controls

97 lines (91 loc) · 3.63 KB

Changelog

master(unrelease)

v1.0.0 (2022-11-26)

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 (2022-06-25)

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 (2022-04-28)

New Features

v0.4.0 (2022-04-25)

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 (2022-04-22)

New Features

  • Add commits/releases/assets-mode

    assets/omg-modes.svg

v0.2.0 (2022-04-19)

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 (2022-04-17)

Initial release

New Features

  • Add stars-mode