From: <dom...@us...> - 2020-02-17 12:00:46
|
Revision: 996 http://sourceforge.net/p/fvwm-crystal/code/996 Author: dominique_libre Date: 2020-02-17 12:00:45 +0000 (Mon, 17 Feb 2020) Log Message: ----------- Update version to 3.6.0 Modified Paths: -------------- ChangeLog NEWS fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2020-02-15 10:25:51 UTC (rev 995) +++ ChangeLog 2020-02-17 12:00:45 UTC (rev 996) @@ -1,8 +1,13 @@ ChangeLog for FVWM-Crystal +Verion 3.6.0 +------------ + samedi 15 février 2020 fvwm/components/functions/Fullscreen: add Navigator and Firefox into the browser FS workaround + NEWS; + fvwm/components/functions/About: Update version to 3.6.0 vendredi 14 février 2020 fvwm/components/functions/Fullscreen: fix browser windows behaviour @@ -881,8 +886,6 @@ functions/Preferences-Menu: force Pager on bottom at recipe change. functions/Exit, Exit-Safe: changed the order of the Restart and Lock Screen functions into the Exit menu. -Verion 3.3.2 ------------- Jeudi 20 février 2014 Dominique Michel scripts/launchwm, functions/Xephyr: remove use of id -un variable and Modified: NEWS =================================================================== --- NEWS 2020-02-15 10:25:51 UTC (rev 995) +++ NEWS 2020-02-17 12:00:45 UTC (rev 996) @@ -1,3 +1,84 @@ + +Version 3.6.0 +------------- +Code name Magic Star + +Fvwm Crystal 3.6.0 is a step forward. + +- Dependencies updated to >=fvwm-2.6.9 and python3. +- A configurable button bar along with the Custom new recipe are providing + a contemporary look. It have its own preference menu and can be placed + on any side of the desktop. + - Left click: menu or application launcher + - Middle cllick: remove the button and redraw the bar + - Right click: preference menu, a new button will be placed at the right + of the clicked button +- New Italian translation +- Support for FVWM_*DIR at fvwm-crystal invocation, see 'man fvwm-crystal'. +- Support for Icon and MiniIcon fvwm Styles for each application found + during the application menu generation. +- Support of automatic restart of urxvtc when crashed. +- Silent the application database. This make the login shell + (and fvwm-crystal logfile if any), to be less poluted + by external applications. +- Systemd support into the Exit menu +- Screenlid suspend-hibrid support with preference +- Cadence support into the Music menu and Music GUI key binding +- Mouse velocity preference (default: system value) +- The python scripts are updated to python 3. + They was tested with python 2 and should work, but that's not officialy + supported anymore. +- Update of the Fullscreen fonction to the new fvwm builtin function + with workaround about non ewmh compliant browsers + That update simplify this function and make it to work better. +- Improved support of different button sizes into the recipes with preferences. +- The ACPI applets will be shown only when the required hardware is found. + +As always, numerous fixes, bugfixes and new applications and icons +for the application menu. Most important ones: + +- The EWMH working area was reverted to its original function and improved. + It should work fine with all recipes and with both the desktop manager + and the new button bar when activated. +- Fix support of svg application icons. +- Temporary fix for the Font preferences applet crashing at launch + with some colorsets (due to a fvwm bug). It can look uggly + but should work. + +See ChangeLog for the details. + +I tested fvwm-crystal with fvwm 3. It mostly work and is usable, +but that's not supported at that time. +Anyway, that's a very good news for the future of fvwm-crystal. +A big thank you to the fwvm workers for their dedication to fvwm +and for their support! + +A big thank you to Star the dog and to the translators! + +With the new Custom recipe and its magic button, fvwm-crystal get +a modern look and a terrific customizable multiple launcher. +This imply most effort into its development will be focused +into making it fvwm3 fully compliant. +Which in turn mostly imply to update the fvwm dialogs +to fvwm scripts at that time of writing. + +Translations, fixes and bugfixes will continue to be applied. + +New functions and other improvements will be accepted, but for my part, +they will be part of a general reflexion about what I want to do +with fvwm-crystal. + +I know what I don't want: +a full rewrite would be a time consuming catastrophe +because we will loose all the history including numerous fixes. +Also, as fvwm-crystal has been more and more extended with time, +I think a tooltip system must be added. +Beside that, I would appreciate very much any ideas or contributions. + +Enjoy! +Dominique Michel + + Version 3.4.1 ------------- Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2020-02-15 10:25:51 UTC (rev 995) +++ fvwm/components/functions/About 2020-02-17 12:00:45 UTC (rev 996) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.5.1" +*About: Text "$[gt.Version]: 3.6.0" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |