Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
This includes all places that the version appears as well as a new
"NEWS" section with the new changes.
  • Loading branch information
selliott512 committed Jan 29, 2024
1 parent e8b3dc2 commit cfb8644
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause

VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.12.1)
VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.13.0-unknown)
WADS=wads
ASCIIDOC=asciidoc
ADOCOPTS=--backend=html5 --conf-file=.adoc-layout.conf
Expand Down
54 changes: 50 additions & 4 deletions NEWS.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,56 @@
= Freedoom project news

== HEAD
=== Graphics
* New ESPI* textures are included as an alternative to the STAR*
textures. These are named after and in honor of Esa Repo (Espi).
== 0.13.0 (2024-01-29)
=== General
* Improved vanilla compatibility.
** Boom features removed.
** Hall of mirrors greatly reduced.
** Visplane overflows fixed.
** Savegame buffer overflow errors remain.

=== Levels
* Relevant Eureka warnings fixed.
* New levels E1M9, E2M2, E2M3, E2M4, E2M7, E2M8, E3M5, MAP07, MAP21 and MAP27.
* Various level renames.
* Numerous vanilla fixes and aesthetic modernizations.
* Fixed and standardized secret exits.

=== Manual
* French and Spanish translations.
* Sections added to highlight project mandate and additional accessibility options.

=== Misc
* Adds automatic labeling to pull requests.

=== Monsters
* New minigunner.
* The hatchling, which replaces the deadflare.
* The matribite, which replaces the summoner.

=== Music
* Lots of new music including most of FreeDM music.

=== Sounds
* New boss brain sounds.

=== Visuals
* Colorblind-friendly keys and key indicators.
* Various revisions to sprites and textures.
* Improved kerning for menu text.

=== Weapons
* Improved weapon sprites generally.
* SSG replacement restored to updated take on older version.
* Revised polaric energy weapon.
* Double-barreled shotgun flash timing bug fixed in built-in DeHackEd.

=== Textures
* Esa Repo (Espi)'s old STAR* textures are now included under ESPI*.
* A STARBR1 texture is now included as a counterpart to STARBR2.
* Numerous additional grey and METAL2-based textures also available.
* Boss brain wall found to have Hexen resources and was re-done.
* Wolfenstein replacements completely redone, designed to work as
seamlessly with other textures as possible. A few are also added.

== 0.12.1 (2019-10-22)
=== General
Expand Down
15 changes: 8 additions & 7 deletions dist/io.github.freedoom.FreeDM.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,24 @@
</content_rating>
<screenshots>
<screenshot type="default">
<image>https://freedoom.github.io/img/screenshots/freedm-0.12_02.webp</image>
<caption>DM21: Fourplay</caption>
<image>https://freedoom.github.io/img/screenshots/freedm-gzdoom-dm01-banner-0.13.0.png</image>
<caption>DM01: Tech Test</caption>
</screenshot>
<screenshot>
<image>https://freedoom.github.io/img/screenshots/freedm-0.12_03.webp</image>
<image>https://freedoom.github.io/img/screenshots/freedm-gzdoom-dm06-exit-0.13.0.png</image>
<caption>DM06: Temple of Ammon</caption>
</screenshot>
<screenshot>
<image>https://freedoom.github.io/img/screenshots/freedm-0.12_06.webp</image>
<caption>DM18: Deserted Courtyard</caption>
<image>https://freedoom.github.io/img/screenshots/freedm-gzdoom-dm21-banner-0.13.0.png</image>
<caption>DM21: Refinery</caption>
</screenshot>
<screenshot>
<image>https://freedoom.github.io/img/screenshots/freedm-0.12_08.webp</image>
<caption>DM09: Industrial Outland</caption>
<image>https://freedoom.github.io/img/screenshots/freedm-gzdoom-dm22-corner-0.13.0.png</image>
<caption>DM22: Fourplay</caption>
</screenshot>
</screenshots>
<releases>
<release version="0.13.0" date="2024-01-29"></release>
<release version="0.12.1" date="2019-10-22"></release>
<release version="0.12.0" date="2019-10-10"></release>
<release version="0.11.3" date="2017-07-18"></release>
Expand Down
17 changes: 9 additions & 8 deletions dist/io.github.freedoom.Phase1.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,24 @@
</content_rating>
<screenshots>
<screenshot type="default">
<image>https://freedoom.github.io/img/screenshots/phase1-0.12_01.webp</image>
<caption>C1M4: Supply Depot</caption>
<image>https://freedoom.github.io/img/screenshots/phase1-gzdoom-e1m6-upstairs-0.13.0.png</image>
<caption>E1M6: Training Facility</caption>
</screenshot>
<screenshot>
<image>https://freedoom.github.io/img/screenshots/phase1-0.12_04.webp</image>
<caption>C2M3: Archaelogy Site</caption>
<image>https://freedoom.github.io/img/screenshots/phase1-gzdoom-e2m8-tripods-0.13.0.png</image>
<caption>E2M8: Containment Cell</caption>
</screenshot>
<screenshot>
<image>https://freedoom.github.io/img/screenshots/phase1-0.12_05.webp</image>
<caption>C3M3: Derelict Temple</caption>
<image>https://freedoom.github.io/img/screenshots/phase1-gzdoom-e3m1-trilobites-worms-0.13.0.png</image>
<caption>E3M1: Land of the Lost</caption>
</screenshot>
<screenshot>
<image>https://freedoom.github.io/img/screenshots/phase1-0.12_08.webp</image>
<caption>C4M6: Command Center</caption>
<image>https://freedoom.github.io/img/screenshots/phase1-gzdoom-e3m3-pain-lord-0.13.0.png</image>
<caption>E3M3: Sacrificial Bastion</caption>
</screenshot>
</screenshots>
<releases>
<release version="0.13.0" date="2024-01-29"></release>
<release version="0.12.1" date="2019-10-22"></release>
<release version="0.12.0" date="2019-10-10"></release>
<release version="0.11.3" date="2017-07-18"></release>
Expand Down
17 changes: 9 additions & 8 deletions dist/io.github.freedoom.Phase2.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,24 @@
</content_rating>
<screenshots>
<screenshot type="default">
<image>https://freedoom.github.io/img/screenshots/phase2-0.12_01.webp</image>
<caption>MAP18: Aquatics Lab</caption>
<image>https://freedoom.github.io/img/screenshots/phase2-gzdoom-map05-shotgun-zombies-0.13.0.png</image>
<caption>MAP05: Sludge Burrow</caption>
</screenshot>
<screenshot>
<image>https://freedoom.github.io/img/screenshots/phase2-0.12_04.webp</image>
<caption>MAP10: Deadly Outlands</caption>
<image>https://freedoom.github.io/img/screenshots/phase2-gzdoom-map11-serpentipede-0.13.0.png</image>
<caption>MAP11: Whiplash</caption>
</screenshot>
<screenshot>
<image>https://freedoom.github.io/img/screenshots/phase2-0.12_05.webp</image>
<caption>MAP02: Filtration Tunnels</caption>
<image>https://freedoom.github.io/img/screenshots/phase2-gzdoom-map26-mushrooms-0.13.0.png</image>
<caption>MAP26: Dark Depths</caption>
</screenshot>
<screenshot>
<image>https://freedoom.github.io/img/screenshots/phase2-0.12_07.webp</image>
<caption>MAP26: Dark Depths</caption>
<image>https://freedoom.github.io/img/screenshots/phase2-gzdoom-map32-matribite-hatchling-0.13.0.png</image>
<caption>MAP32: Not Sure</caption>
</screenshot>
</screenshots>
<releases>
<release version="0.13.0" date="2024-01-29"></release>
<release version="0.12.1" date="2019-10-22"></release>
<release version="0.12.0" date="2019-10-10"></release>
<release version="0.11.3" date="2017-07-18"></release>
Expand Down

0 comments on commit cfb8644

Please sign in to comment.