Skip to content

Commit 6f4a5ec

Browse files
committed
Add entry for 4.6.1 release.
1 parent 6efc6c6 commit 6f4a5ec

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ you can build the software yourself following the instructions [below](#building
8989

9090
### Latest release
9191

92-
4.6.0 (stable)
92+
4.6.1 (stable)
9393

94-
* [Download executable for Windows](https://github.com/darktable-org/darktable/releases/download/release-4.6.0/darktable-4.6.0-win64.exe)
95-
* [Download executable for macOS on Intel](https://github.com/darktable-org/darktable/releases/download/release-4.6.0/darktable-4.6.0-x86_64.dmg)
96-
* [Download executable for macOS on Apple Silicon](https://github.com/darktable-org/darktable/releases/download/release-4.6.0/darktable-4.6.0-arm64.dmg)
94+
* [Download executable for Windows](https://github.com/darktable-org/darktable/releases/download/release-4.6.1/darktable-4.6.1-win64.exe)
95+
* [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)
96+
* [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)
9797
* [Install native packages or add a third-party repository for Linux distros](https://software.opensuse.org/download.html?project=graphics:darktable:stable&package=darktable)
9898
* [Install Flatpak package for Linux](https://flathub.org/apps/details/org.darktable.Darktable)
9999
* [More information about installing darktable on any system](https://www.darktable.org/install/)
@@ -264,7 +264,7 @@ See below (in "Using") how to start a test install of the unstable version witho
264264

265265
#### Latest stable release
266266

267-
4.6.0
267+
4.6.1
268268

269269
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).
270270
Minor revisions are tagged with a third digit (e.g. 4.0.1, 4.0.2) and mostly provide bug fixes and camera support.
@@ -274,7 +274,7 @@ You may want to compile these stable releases yourself to get better performance
274274
git clone --recurse-submodules --depth 1 https://github.com/darktable-org/darktable.git
275275
cd darktable
276276
git fetch --tags
277-
git checkout tags/release-4.6.0
277+
git checkout tags/release-4.6.1
278278
```
279279

280280
### Get submodules

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

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
</screenshots>
4949
<content_rating type="oars-1.1" />
5050
<releases>
51+
<release date="2024-02-21" version="4.6.1"/>
5152
<release date="2023-12-21" version="4.6.0"/>
5253
<release date="2023-07-22" version="4.4.2"/>
5354
<release date="2023-07-01" version="4.4.1"/>

0 commit comments

Comments
 (0)