Starting with version 1.1.0
, Offen is now applying filters (e.g. only show visitors with a certain Referrer value) to the Retention table and the live view as well. This means all metrics displayed are now using the same set of underlying data.
Features
- Apply active filters to retention table and live view #709
Fixes
Chores
Docs
- Add missing ownership transfer in Docker install docs 495b776
v1.0.1 fixes a vulnerability in the node-forge
package which is used by Offen in case it cannot use native WebCrypto
. Operators who run Offen on sites that are served through unencrypted http
traffic (which is when Offen is falling back to node-forge
) are advised to upgrade to this version. If you use Offen on sites served through https
only, you are not affected by the issue and do not necessarily need to upgrade (it would not hurt either though).
Chores
Special thanks go out to everyone who has contributed to the codebase
Features
Deprecations
Starting with v1.0.0
the stable
channel for binaries and Docker images has been deprecated. Downloading from this channel will give you an outdated version. In case you were using this channel, use either latest
or a pinned version (recommended) instead. The master
branch of the repository is also to be considered stale and is only kept for archival reasons. See #653
Olá Mundo, Offen is now also available in Portguese v0.7.0
brings you the option to run Offen on ARM based hardware such as
Features
- add Portuguese translation #688
- update base image for
offen/offen
Docker image toalpine:3.15
#674 - update build to use Node 16 #679
- build binaries and Docker image for ARM architectures #686 (thanks @strootje)
Fixes
- fix hypothetical log injection vulnerability #678
Docs
- Fix broken links in documentation #682, #686 (thank you @rocketnova)
Chores
v0.6.0 brings you the option to run Offen in Spanish. ¡Encantada de conocerte!
Setting your OFFEN_APP_LOCALE
to es
is all you need to do. Users of v0.5.1
can update without any further measures to be taken.
Features
Docs
v0.5.0, which was released earlier this week, introduced a subtle but annoying bug in the Auditorium UI for both users and operators, so here's another release just to fix this bug
No additional measures need to be taken when upgrading to this version from v0.5.0
Fixes
- auditorium: fix referrer table not expanding correctly e798aea
Chores
- update vulnerable bluemonday library e798aea
Offen v0.5.0 now includes location statistics for your visitors. It took us quite a while to build a solution that we are satisified with from a privacy perspective, but here we are:
Also, v0.5.0
is the first version that does not have a Docker image running as root anymore. This means that if you are upgrading from a rather old version (v0.3.1
or earlier) or you have been using the -root
Docker image, you will need to perform some changes to file permissions as described in our documentation. All other installations can update without any further steps to be taken.
Once again, thanks to @jtraulle for providing us with a french translation of our changes
Features
- Collect and display geolocation stats #642, #645, #647
- Remove deprecated
-root
Docker images #644 - Add font-display: swap #643 (thanks for the contribution @MarcoPNS)
- Add Referrer Bucket for Wikipedia 5dc5cd1
Fixes
- Fix display of title attributes for Referrer and Location values e97ee79
Chores
Back to work after summer break we are happy to release v0.4.4 today. In addition to keeping the setup fresh and up to date this version brings you some tools to spread the word about Offen amongst your users
Please note that this will be the last v0.4.x release which means it will be the last release supporting -root
Docker images. If you need help updating, check the docs: https://docs.offen.dev/running-offen/known-issues/#docker-based-deployment-stops-working-after-upgrading-to-v040-or-later or get in touch.
Features
- Provide user awareness widgets to embed #635