Update to version 4.21.0

This commit is contained in:
Sergio Costas 2025-02-08 19:57:20 +01:00
parent 9bd6d94c6c
commit bee74f937a
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# History of versions #
* Version 4.21.0 (2025-02-08)
* Fixed crash when opening an old project
* version 4.20.0 (2025-01-18)
* Fixed FFMPEG version detection
* Fixed UI translations

2
debian/control vendored
View file

@ -7,7 +7,7 @@ Vcs-Git: https://gitlab.com/rastersoft/devedeng.git
Package: python3-devedeng
Architecture: all
Version: 4.20.0-1
Version: 4.21.0-1
Depends: python3:any, dh-python, python3, python3-urllib3, python3-gi, python3-cairo, python3-gi-cairo, libgtk-3-0t64|libgtk-3-0, ffmpeg (>= 7:1.2.6) | libav-tools (>= 6:9.16), mplayer | mpv | vlc, dvdauthor, genisoimage, vcdimager, libvorbis0a, libvorbisfile3, python3-pkg-resources
Section: python
Priority: optional

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "devedeng"
version = "4.20.0"
version = "4.21.0"
authors = [
{ name="Raster Software Vigo (Sergio Costas)", email="rastersoft@gmail.com" },
]