Releases: macie/opinions
opinions 1.5.1
This is a bug fix for an unclear error message, when a query cannot be found on Reddit (issue #1).
opinions 1.5.0
This release itroduces:
- security improvements for preventing supply chain attacks. CLI dependencies and build dependencies are monitored by @dependabot. CI/CD runners are restricted by step-security/harden-runner and monitored by @step-security-bot.
- proper build for ARM 32-bit. All future binaries for this architecture will contain
armv7
in names - end-to-end testing for all pull requests.
opinions 1.4.1
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).
opinions 1.4.0
This release introduces searching in Reddit.
opinions 1.3.1
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.
opinions 1.3.0
This release introduces searching in Lemmy (distributed alternative to Reddit).
opinions 1.2.1
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.
opinions 1.2.0
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).
Linux sandboxing is currently available only on amd64
architecture.
opinions 1.1.0
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.
opinions 1.0.0
This is first public release of opinions which allows to query Hacker News and Lobsters.
Prebuilded binaries are available only with enabled sandboxing.