Skip to content

Commit

Permalink
Version bump to 0.11.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Jan 25, 2024
1 parent 3dc5eb3 commit 8b86cb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* 0.11.3 (unreleased)
* 0.11.3
* Don't run discovery event when in cinematic mode
* Do a better job of updating old save autonav settings
* Added more checks so tutorial messages don't appear in claimed systems
Expand All @@ -9,7 +9,7 @@
* Don't let the player trade ships when they have mission cargo
* Fixed not being able to turn off point defense weapons
* Fixed Za'lek drone bay being cheaper than the mini-bay
* Flicker drives can not be stacked and are mutually exclusivel with other blink drives
* Flicker drives can not be stacked and are mutually exclusive with other blink drives
* Decreased Nexus Drill Lance mining malus from -80% to -15%
* Increased all mining yields by roughly 5 times
* `sciencegonewrong/02_sciwrong`: make the drones not hostile to other factions
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('naev', 'c',
version : '0.11.2',
version : '0.11.3',
default_options : [
'optimization=g',
'c_std=gnu11',
Expand Down
7 changes: 5 additions & 2 deletions org.naev.Naev.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@
</categories>

<releases>
<release version="0.11.3" type="stable" date="2024-01-25">
<url>https://naev.org/blarg/2024-01-25_0.11.3/</url>
</release>
<release version="0.11.2" type="stable" date="2024-01-15">
<url>https://naev.org/blarg/2023-01-15_0.11.2/</url>
<url>https://naev.org/blarg/2024-01-15_0.11.2/</url>
</release>
<release version="0.11.1" type="stable" date="2024-01-14">
<url>https://naev.org/blarg/2023-01-14_0.11.1/</url>
<url>https://naev.org/blarg/2024-01-14_0.11.1/</url>
</release>
<release version="0.11.0" type="stable" date="2023-12-23">
<url>https://naev.org/blarg/2023-12-23_0.11.0/</url>
Expand Down

0 comments on commit 8b86cb2

Please sign in to comment.