R14.0.13 release notes #83

Closed
opened 2 years ago by MicheleC · 0 comments
Owner

This issue tracks some of the most important changes introduced in release R14.0.13.

New applications

  1. tdeio-appinfo: a TDEIO slave (appinfo:/) that combines an application's configuration, data, manual and temp files and folders into a single view (TDE/tdeio-appinfo)
  2. twin-style-machbunt: a KDE window decoration theme from SuSE 9.1/9.2 (TDE/twin-style-machbunt)

Enhancements

  1. Ctrl + mouse wheel can now be used to increase/decrease the font size in the following applications:
  2. kate: added syntax highlighting for Markdown files
  3. improved user experience when setting a wallpaper
  4. offer all available options to set an image as background from Konqueror's action menu
  5. taskbar: "Move Task" and drag-n-drop are now available also for grouped task buttons
  6. improvements to khotkeys Input Actions:
  7. new SFTP tdeioslave based on libssh (KDE backport) (TDE/tdebase#279)
  8. added support for ffmpeg 5.0
  9. added support for Jasper 3.x
  10. added support for Poppler >= 22.04 (TDE/tdegraphics#45)
  11. improvements to Python3 Support
  12. added man pages for several TDE applications
  13. improved API visualization
  14. use gender-neutral language

Bug fixes

  1. fixed opening of media:/ and system:/media/ URLs from non-TDE applications
  2. fixed compatibility with openSSL 3.0 API
  3. fixed display of TQMap/TQValueList in dcopclient (TDE/tdelibs#168)
  4. tdebindings: fixed FTBFS when tdehw is not present (TDE/tdebindings#10)
  5. tqt3: fixed rendering of listviews with SGI widget style (TDE/tqt3#64)
  6. fixed various FTBFS when building with clang
  7. fixed font styles detection in TDE font dialogs
  8. tdeio-man: fixed visualization of man pages for TDE applications (TDE/tdebase#274)
  9. basket: fixed SEGV crash when moving new empty notes (TDE/basket#12)
  10. kgtk-qt3: added support for gtk2 with glibc 2.34 (TDE/kgtk-qt3#4)

Security

  1. FISH protocol: security fix for CVE-2020-12755 (backport from KDE) (TDE/tdebase#282)
  2. KMail: fixed vulnerability to EFAIL (backport from KDE)

Distro support

  1. Gentoo: several improvements and addition to supported ebuilds
  2. Ubuntu: dropped Groovy (20.10), added Kinetic (22.10)
  3. Fedora: added support for v36 and v37
  4. Arch: added builds for arm64 and armhf
  5. OpenSuSE: added support for 15.4

Additional info

Full release notes on TDE wiki
TGW issue list
Detailed commit change log

Additional info for developers/packagers

  1. Module version is now automatically added to tarball and detected by cmake at build time
  2. CMake Trinity's macros can now be used with pure TQt applications which require parsing of .ui files (TDE/tde-common-cmake#85)
  3. Modules converted to cmake:
  4. Dropped autotools support for the following modules:
This issue tracks some of the most important changes introduced in release R14.0.13. #### New applications 1. tdeio-appinfo: a TDEIO slave (appinfo:/) that combines an application's configuration, data, manual and temp files and folders into a single view ([TDE/tdeio-appinfo](../tdeio-appinfo)) 2. twin-style-machbunt: a KDE window decoration theme from SuSE 9.1/9.2 ([TDE/twin-style-machbunt](../twin-style-machbunt)) #### Enhancements 1. Ctrl + mouse wheel can now be used to increase/decrease the font size in the following applications: - Konsole (TDE/tdebase#297) - Kate, KWrite, TDevelop and other applications using the Kate part editor (TDE/tdelibs#180) 2. kate: added syntax highlighting for Markdown files - TDE/tdelibs#170, TDE/tdelibs#174 3. improved user experience when setting a wallpaper - TDE/tdebase#280, TDE/tdebase#285 4. offer all available options to set an image as background from Konqueror's action menu - TDE/tdebase#281, TDE/tdebase#285 5. taskbar: "Move Task" and drag-n-drop are now available also for grouped task buttons - TDE/tdebase#295, TDE/tde#98 6. improvements to khotkeys `Input Actions`: - new `move up`/`move down` buttons ([commit 5e4ca4df](https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/commit/5e4ca4df9bb34e10a897e32e7e0ca8645b97f293)) - fixes to GUI for creating/editing actions ([commit 0c22a148](https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/commit/0c22a14875913dc185e029d0078a8d15c9ffe102)) - new `waiting` action component to introduce a delay between steps (TDE/tdebase#267) 7. new SFTP tdeioslave based on libssh (KDE backport) (TDE/tdebase#279) 8. added support for ffmpeg 5.0 - TDE/akode#9, TDE/akode#10 - TDE/k3b#14, TDE/k3b#16 - TDE/k9copy#5, TDE/k9copy#6 9. added support for Jasper 3.x - TDE/tdelibs#162, TDE/digikam#5 10. added support for Poppler >= 22.04 (TDE/tdegraphics#45) 11. improvements to Python3 Support - TDE/sip4-tqt#7, TDE/sip4-tqt#8 - TDE/python-tqt#7 12. added man pages for several TDE applications - TDE/tdeaddons#13, TDE/tdeartwork#21, TDE/tdebase#275 - TDE/tdegraphics#47, TDE/tdemultimedia#36, TDE/tdesdk#13 - TDE/tdeutils#41, TDE/tdebindings#11, TDE/tdenetwork#45, - TDE/arts#8, TDE/kile#3, TDE/krecipes#1, TDE/amarok#34 - TDE/abakus#6, TDE/tellico#4, TDE/rosegarden#4, TDE/k3b#18 - TDE/koffice#28, TDE/k9copy#7, TDE/libksquirrel#3 - TDE/ktorrent#4 13. improved API visualization - TDE/tdelibs#167, TDE/tdelibs#169 14. use gender-neutral language - TDE/tdebase#286, TDE/tdepim#69, - TDE/tdemultimedia#37, TDE/tdegames#16 #### Bug fixes 1. fixed opening of media:/ and system:/media/ URLs from non-TDE applications 2. fixed compatibility with openSSL 3.0 API - TDE/tdelibs#175, TDE/tdelibs#177 - TDE/tdelibs#157, TDE/tdebase#224 3. fixed display of TQMap/TQValueList in dcopclient (TDE/tdelibs#168) 4. tdebindings: fixed FTBFS when tdehw is not present (TDE/tdebindings#10) 5. tqt3: fixed rendering of listviews with SGI widget style (TDE/tqt3#64) 6. fixed various FTBFS when building with clang 7. fixed font styles detection in TDE font dialogs - TDE/tdelibs#164, TDE/koffice#24 8. tdeio-man: fixed visualization of man pages for TDE applications (TDE/tdebase#274) 9. basket: fixed SEGV crash when moving new empty notes (TDE/basket#12) 10. kgtk-qt3: added support for gtk2 with glibc 2.34 (TDE/kgtk-qt3#4) #### Security 1. FISH protocol: security fix for CVE-2020-12755 (backport from KDE) (TDE/tdebase#282) 2. KMail: fixed vulnerability to EFAIL (backport from KDE) - TDE/tdepim#22, TDE/tdepim#70 #### Distro support 1. Gentoo: several improvements and addition to supported ebuilds 2. Ubuntu: dropped Groovy (20.10), added Kinetic (22.10) 3. Fedora: added support for [v36](http://mirror.ppa.trinitydesktop.org/trinity/rpm/f36) and [v37](http://mirror.ppa.trinitydesktop.org/trinity/rpm/f37) 4. Arch: added builds for arm64 and armhf 5. OpenSuSE: added support for [15.4](http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.4) #### Additional info [Full release notes on TDE wiki](https://wiki.trinitydesktop.org/Release_Notes_For_R14.0.13) [TGW issue list](issues/82) [Detailed commit change log](https://wiki.trinitydesktop.org/Changelog_For_R14.0.13) #### Additional info for developers/packagers 1. Module version is now automatically added to tarball and detected by cmake at build time - TDE/scripts#4, TDE/tde-common-cmake#84 2. CMake Trinity's macros can now be used with pure TQt applications which require parsing of .ui files (TDE/tde-common-cmake#85) 3. Modules converted to cmake: - TDE/gtk3-tqt-engine#2, TDE/tderadio#4, TDE/koffice-i18n#1 4. Dropped autotools support for the following modules: - TDE/rosegarden#5, TDE/tdeio-locate#2, TDE/k3b#19, TDE/tdepowersave#10 - TDE/tastymenu#3, TDE/gtk-qt-engine#9
MicheleC added this to the R14.0.13 release milestone 2 years ago
SlavekB closed this issue 2 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/tde#83
Loading…
There is no content yet.