diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6e23d3b..81b0a67 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,4 +6,7 @@ updates:
interval: daily
time: "02:00"
timezone: Europe/Paris
- open-pull-requests-limit: 10
+- package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 51d44c4..7e1fe15 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,10 +14,10 @@ jobs:
steps:
- name: Checkout 🛎️
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set up Node.js ⚙️
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
diff --git a/src/_includes/_download.html b/src/_includes/_download.html
index 0077a25..6190c71 100644
--- a/src/_includes/_download.html
+++ b/src/_includes/_download.html
@@ -5,7 +5,7 @@
Want to give it a try?
REGISTER DOWNLOAD
Last release: wallabag {{ github.appVersion }}
- (md5 checksum: 9289a87a231d3d01ede5b471d9c87c10)
+ (md5 checksum: d02126f55874b8c9e47fe049c5a24236)
You can download our previous releases here.
diff --git a/src/news/20240103-new-release-wallabag-268/index.md b/src/news/20240103-new-release-wallabag-268/index.md
new file mode 100644
index 0000000..0983e70
--- /dev/null
+++ b/src/news/20240103-new-release-wallabag-268/index.md
@@ -0,0 +1,49 @@
+---
+title: 'wallabag 2.6.8'
+published: true
+date: 2024-01-03 11:00:00 +02:00
+---
+
+First of all, happy new year to every one! Stay safe and healthy.
+
+Here is the latest release of wallabag.
+
+📈 **To update your instance**, [just run `make update`](https://doc.wallabag.org/en/admin/upgrade.html).
+Don't forget to make a backup of your instance (database and files).
+
+_🤝 A little reminder that **you can support our work** on wallabag by sponsoring us on [Liberapay](https://liberapay.com/wallabag) or subscribe on [wallabag.it](https://www.wallabag.it/en). Thanks!_
+
+## Human summary
+We fixed an issue in dark mode and removed the session-based redirection which was bugged. Site configs are also up to date (huge thanks to @HolgerAusB).
+
+Technically, we are now using Node 20 to build assets.
+
+## What's Changed
+* Update deps & Node 20 by @j0k3r in [#7134](https://github.com/wallabag/wallabag/pull/7134)
+* Fix dark mode disabled url 2.6 by @Simounet in [#7133](https://github.com/wallabag/wallabag/pull/7133)
+* Make database dependent commands lazy by @yguedidi in [#7142](https://github.com/wallabag/wallabag/pull/7142)
+* Fix docker setup by @yguedidi in [#7141](https://github.com/wallabag/wallabag/pull/7141)
+* Remove session-based redirection by @yguedidi in [#7140](https://github.com/wallabag/wallabag/pull/7140)
+* Prepare 2.6.8 release by @j0k3r in [#7143](https://github.com/wallabag/wallabag/pull/7143)
+
+You can read the [full changelog](https://github.com/wallabag/wallabag/compare/2.6.7...2.6.8) on GitHub.
+
+## Download wallabag 2.6.8
+
+To download, install/upgrade wallabag, [please read our downloads page](https://doc.wallabag.org/en/admin/installation/installation.html).
+
+
+
+## Need help?
+
+[We are on Gitter](https://gitter.im/wallabag/wallabag), ping us!
+
+You can also open a [new issue on GitHub](https://github.com/wallabag/wallabag/issues/new/choose).
+
+
+
+## How can you help us?
+
+By using wallabag, by reporting bugs, by translating wallabag and its documentation, by talking about wallabag to your friends, ...
+
+You can also help us by donating via [Liberapay](https://liberapay.com/wallabag/).