From 38ad768e95ca651d836ee2fa2d795ac2e84e8e03 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Fri, 12 Jan 2024 18:59:35 +0100 Subject: [PATCH] v0.7.0 --- README.md | 7 ++++--- hackernews.el | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fa4af3b..b48f9b8 100644 --- a/README.md +++ b/README.md @@ -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. @@ -165,7 +165,8 @@ 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 @@ -173,7 +174,7 @@ 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 diff --git a/hackernews.el b/hackernews.el index ee01422..2fa01ce 100644 --- a/hackernews.el +++ b/hackernews.el @@ -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 ;; Maintainer: Basil L. Contovounesios ;; 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