Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed Jan 13, 2024
1 parent ce4d847 commit 38ad768
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ News](https://news.ycombinator.com/). It uses a HTTP

## Interface

Version 0.6.1 of the `hackernews` package is able to fetch stories
Version 0.7.0 of the `hackernews` package is able to fetch stories
from six different Hacker News feeds, namely top, new, best, ask, show
and job stories. The default feed is top stories, which corresponds
to the Hacker News homepage.
Expand Down Expand Up @@ -165,15 +165,16 @@ JSON parsing are probably due to bugs in older Emacsen. The minimum
recommended Emacs version for `hackernews` is 25. Emacs 24 should
work, but suffers from network security vulnerabilities that were
fixed in version 25. Emacs 23 is no longer officially supported as of
[2018-06-08](https://github.com/clarete/hackernews.el/issues/46).
[2018-06-08](https://github.com/clarete/hackernews.el/issues/46),
i.e. since `hackernews` version 0.5.0.

In any case, please report any problems on the project's [issue
tracker](https://github.com/clarete/hackernews.el/issues), so that the
possibility for mitigation can be investigated.

## License

Copyright (C) 2012-2023 The Hackernews.el Authors
Copyright (C) 2012-2024 The Hackernews.el Authors

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions hackernews.el
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;; hackernews.el --- Hacker News Client for Emacs -*- lexical-binding: t -*-

;; Copyright (C) 2012-2023 The Hackernews.el Authors
;; Copyright (C) 2012-2024 The Hackernews.el Authors

;; Author: Lincoln de Sousa <[email protected]>
;; Maintainer: Basil L. Contovounesios <[email protected]>
;; Keywords: comm hypermedia news
;; Version: 0.6.1
;; Homepage: https://github.com/clarete/hackernews.el
;; Version: 0.7.0
;; URL: https://github.com/clarete/hackernews.el

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 38ad768

Please sign in to comment.