Skip to content

Releases: macie/opinions

opinions 1.5.1

10 Dec 18:41
d18f736
Compare
Choose a tag to compare

This is a bug fix for an unclear error message, when a query cannot be found on Reddit (issue #1).

Full Changelog

opinions 1.5.0

10 Dec 11:58
5d646ba
Compare
Choose a tag to compare

This release itroduces:

Full Changelog

opinions 1.4.1

27 Nov 15:54
5d551ac
Compare
Choose a tag to compare

This release align behaviour of searching on Hacker News with Lemmy and Lobsters: when query is URL it will search for links, not for URL inside discussion (story/initial comment).

Full Changelog

opinions 1.4.0

02 Nov 06:18
ec7f54a
Compare
Choose a tag to compare

This release introduces searching in Reddit.

Full Changelog

opinions 1.3.1

01 Nov 10:50
a354f92
Compare
Choose a tag to compare

In the meanwhile Linux amd64 (hardened) build started to require additional syscall during call to some websites (SIGSYS error). Probably it was caused by dependency update.

This release fixes that error.

Full Changelog

opinions 1.3.0

01 Nov 07:21
fa8d0f2
Compare
Choose a tag to compare

This release introduces searching in Lemmy (distributed alternative to Reddit).

Full Changelog

opinions 1.2.1

31 Oct 12:59
3b34a72
Compare
Choose a tag to compare

Sometimes webserver can be down or can change its URLs. With this version any problems with querying social news website will be reported to stderr.

Full Changelog

opinions 1.2.0

28 Oct 21:18
60b50f9
Compare
Choose a tag to compare

On Linux seccomp provides way to restrict access to kernel functions. It is more restricted than pledge promises, but also more difficult to use (especially in managed code).

Full Changelog


Linux sandboxing is currently available only on amd64 architecture.

opinions 1.1.0

27 Oct 10:42
8dad4d8
Compare
Choose a tag to compare

Not all OSes comes with integrated (kernel-space) methods for application-level security sandboxing. There are libraries (user-space), but they can have it's own bugs and vulnerabilities. Using them gives additional cost of maintenance to achieve unknown level of security.

I prefer to get the user the freedom of choice. So since this release, prebuilded binaries will be available for OSes without integrated sandboxing (files without hardened in name).

Also:

  • opinions -v will report if sandboxing is enabled
  • it will be possible to consciously compile app without enabled sandboxing.

Full Changelog

opinions 1.0.0

26 Oct 20:50
394f1b8
Compare
Choose a tag to compare

This is first public release of opinions which allows to query Hacker News and Lobsters.

Full Changelog


Prebuilded binaries are available only with enabled sandboxing.