Skip to content

Commit

Permalink
Add entry for 4.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboGit committed Dec 14, 2023
1 parent 77e349b commit b59cb9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ you can build the software yourself following the instructions [below](#building

### Latest release

4.4.2 (stable)
4.6.0 (stable)

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

#### Latest stable release

4.4.2
4.6.0

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

### Get submodules
Expand Down
1 change: 1 addition & 0 deletions data/org.darktable.darktable.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release date="2023-12-21" version="4.6.0"/>
<release date="2023-07-22" version="4.4.2"/>
<release date="2023-07-01" version="4.4.1"/>
<release date="2023-06-21" version="4.4.0"/>
Expand Down

2 comments on commit b59cb9a

@kmilos
Copy link
Contributor

@kmilos kmilos commented on b59cb9a Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess both changes need to go back over to master as well now, no?

@TurboGit
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, done!

Please sign in to comment.