Skip to content

Commit fb0eb99

Browse files
committed
Add entry for 4.8.1 release.
1 parent e49b9b3 commit fb0eb99

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ you can build the software yourself following the instructions [below](#building
9191

9292
### Latest release
9393

94-
4.6.1 (stable)
94+
4.8.1 (stable)
9595

96-
* [Download executable for Windows](https://github.com/darktable-org/darktable/releases/download/release-4.6.1/darktable-4.6.1-win64.exe)
97-
* [Download executable for macOS on Intel](https://github.com/darktable-org/darktable/releases/download/release-4.6.1/darktable-4.6.1-x86_64.dmg)
98-
* [Download executable for macOS on Apple Silicon](https://github.com/darktable-org/darktable/releases/download/release-4.6.1/darktable-4.6.1-arm64.dmg)
99-
* [Download executable for macOS 12.5 on Apple Silicon](https://github.com/darktable-org/darktable/releases/download/release-4.6.1/darktable-4.6.1-arm64-macOS-12.5.dmg)
96+
* [Download executable for Windows](https://github.com/darktable-org/darktable/releases/download/release-4.8.1/darktable-4.8.1-win64.exe)
97+
* [Download executable for macOS on Intel](https://github.com/darktable-org/darktable/releases/download/release-4.8.1/darktable-4.8.1-x86_64.dmg)
98+
* [Download executable for macOS on Apple Silicon](https://github.com/darktable-org/darktable/releases/download/release-4.8.1/darktable-4.8.1-arm64.dmg)
99+
* [Download executable for macOS 12.5 on Apple Silicon](https://github.com/darktable-org/darktable/releases/download/release-4.8.1/darktable-4.8.1-arm64-macOS-12.5.dmg)
100100
* [Install native packages or add a third-party repository for Linux distros](https://software.opensuse.org/download.html?project=graphics:darktable:stable&package=darktable)
101101
* [Install Flatpak package for Linux](https://flathub.org/apps/details/org.darktable.Darktable)
102102
* [More information about installing darktable on any system](https://www.darktable.org/install/)
@@ -274,7 +274,7 @@ See below (in "Using") how to start a test install of the unstable version witho
274274

275275
#### Latest stable release
276276

277-
4.6.1
277+
4.8.1
278278

279279
The darktable project releases two major versions every year, on Summer and Winter Solstices, tagged with even numbers (e.g. 4.0, 4.2, 4.4, 4.6).
280280
Minor revisions are tagged with a third digit (e.g. 4.0.1, 4.0.2) and mostly provide bug fixes and camera support.
@@ -284,7 +284,7 @@ You may want to compile these stable releases yourself to get better performance
284284
git clone --recurse-submodules --depth 1 https://github.com/darktable-org/darktable.git
285285
cd darktable
286286
git fetch --tags
287-
git checkout tags/release-4.6.1
287+
git checkout tags/release-4.8.1
288288
```
289289

290290
### Get submodules

RELEASE_NOTES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ You are strongly advised to take a backup first.
2626

2727
Since darktable 4.8.0:
2828

29-
- 1484 commits to darktable+rawspeed
30-
- 513 pull requests handled
31-
- 60 issues closed
29+
- 93 commits to darktable+rawspeed
30+
- 26 pull requests handled
31+
- 1 issues closed
3232

3333

3434
_Please note that the darktable documentation is not currently complete for release 4.8

data/org.darktable.darktable.appdata.xml.in

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
</screenshots>
4848
<content_rating type="oars-1.1" />
4949
<releases>
50+
<release date="2024-07-24" version="4.8.1"/>
5051
<release date="2024-06-21" version="4.8.0"/>
5152
<release date="2024-02-17" version="4.6.1"/>
5253
<release date="2023-12-21" version="4.6.0"/>

0 commit comments

Comments
 (0)