add news for latest releases

This commit is contained in:
Carsten Haitzler 2021-12-26 14:03:16 +00:00
parent b8805ada32
commit 8789aef632
6 changed files with 158 additions and 4 deletions

View File

@ -1,15 +1,16 @@
<const>
efl_v = 1.25.1
efl_v = 1.26.0
python_efl_v = 1.25.0
enlightenment_v = 0.24.2
enlightenment_v = 0.25.0
terminology_v = 1.11.0
rage_v = 0.3.1
rage_v = 0.4.0
econnman_v = 1.1
ephoto_v = 1.5
ephoto_v = 1.6
epour_v = 0.7.0
evisum_v = 0.5.13
extra_v = 0.0.1
ecrire_v = 0.2.0
enventor_v = 1.0.0
@ -27,6 +28,7 @@ dlbase = https://download.enlightenment.org/rel/
|[[%%dlbase%%apps/rage/rage-%%rage_v%%%%extn%%|Rage]]|%%rage_v%%|
|[[%%dlbase%%apps/econnman/econnman-%%econnman_v%%%%extn%%|Econnman]]|%%econnman_v%%|
|[[%%dlbase%%apps/ephoto/ephoto-%%ephoto_v%%%%extn%%|Ephoto]]|%%ephoto_v%%|
|[[%%dlbase%%apps/ecrire/ecrire-%%ecrire_v%%%%extn%%|Ecrire]]|%%ecrire_v%%|
|[[%%dlbase%%apps/epour/epour-%%epour_v%%%%extn%%|Epour]]|%%epour_v%%|
|[[%%dlbase%%apps/evisum/evisum-%%evisum_v%%%%extn%%|Evisum]]|%%evisum_v%%|
|[[%%dlbase%%apps/extra/extra-%%extra_v%%%%extn%%|Extra]]|%%extra_v%%|

View File

@ -0,0 +1,17 @@
=== Ecrire 0.2.0 Release ===
* //2021-12-26 - by Carsten Haitzler//
Ecriro is a simple Notepad-like text editor using EFL.
This is the first release of ecrire (officially).
== Download ==
| LINK | SHA256 |
| [[http://download.enlightenment.org/rel/apps/ecrire/ecrire-0.2.0.tar.xz | ecrire-0.2.0.tar.xz]] | d964598790d5b26767e21b7dbc09ca16867f530d50fa363c7694fd3c50995fdf |
----
{{:blank.png?nolink&100|}}
~~DISCUSSIONS~~

View File

@ -0,0 +1,29 @@
=== Enlightenment Foundation Libraries 1.26 Release ===
* //2020-12-26 - by Carsten Haitzler//
After a while since the last release of efl, this one has a lot of
changes which are also easily visible to users. The biggest change is
the new flat theme which is re-colorable with user editable palettes.
== Download ==
| LINK | SHA256 |
| [[http://download.enlightenment.org/rel/libs/efl/efl-1.26.0.tar.xz | efl-1.26.0.tar.xz ]] | a4a9bce45fd27f8541874e44a130f64550bee1f2f72feaa6c8a758d92eaf204c |
----
== What's New ==
* Lots of minor bug fixes (too many to summarize here - see git log)
* Evas GL dithers by default for better quality (but it's a bit slower)
* To disable: export EVAS_GL_RENDER_DISABLE_DITHER=1
* Evas HEIF format loaded (need to remove from disabled set)
* Default theme is now the flat theme
* New color palette files and API
* Improved speed of Entry appending
* Improved performance by not rendering invisible windows
----
{{:blank.png?nolink&100|}}
~~DISCUSSIONS~~

View File

@ -0,0 +1,76 @@
=== Enlightenment 0.25.0 Release ===
* //2021-12-16 - by Carsten Haitzler//
This is the latest release of Enlightenment. A lot has happened since
the last release.
Hilights:
* Lots of minor bug fixes (see git log)
* Flat look to match new flat theme
* New much higher quality default wallpaper set
* Optimized XKB keymap change handling
* Init splash is now always on (theme can remove it if desired)
* Added screen setup menu entry in quick settings menu
* Redid a lot of screen dimming/blanking/timeout code to fix cruft
* IBox iconify gadget has window preview son mouse-over now
* New gesture recognition bindings for touchpads (using Elput)
* On loss or re-plug in of screen now restore windows sensibly
* Tasks has window preview on mouse-over now
* FPS debug (ctl+alt+shift+f to toggle) has a lot more data now
* BT devices in the Bluez gadget will show battery level if supported
* Battery now has mouse-over popup with detailed battery information
* Config saving moved to threads to minimize I/O stutter to core
* Shot allows copy of screenshot to copy and paste selection too now
* Temperature monitor now uses hwmon devices and multiple instances
* New Procstats module can show mem/CPU usage in titlebar
* Offline/presentation mode removed - use bindings + actions instead
* Remove custom desklock command - built in is more reliable
* Winlist (alt+tab) has large mode with window previews now
* Pluggable device monitoring and applying of input config on plug
* Added workaround broken Spotify cover art URLs
* Scale settings will now modify xsettings DPI to make non-efl apps scale
* Fonts now made to be consistent with EFL and other apps
* Added binding action to switch profiles
* EFM - sync more often when doing I/O ops like copy etc.
* XDG_CURRENT_DESKTOP is now set too
* EFM image preview will show EFIX dates for when image taken
* Power plug/unplug now emit signals which theme can make sounds for
* Mixer - have simple device to icon database text file to look nicer
* Mixer - add VU meters for output and input audio
* Mixer - Show icons for apps currently playing sounds and recording
* Set _NET_WM_STATE_HIDDEN when windows are hidden to avoid rendering
* Reduce power usage when screen is blanked by setting wins to iconic
* Added "grow window in direction" actions you can bind
* Added palette editor and selector tool to set up custom colors
* Fingerprint (libFprint) support in desklock and new tool for settings
* EFM - add recent files menu to access recently opened files
* Force stdout/error log now to ~/.e-log.log
* Added settings for animation multiplier to speed up/down transitions
* No more edge bindings by default
| LINK | SHA256 |
| [[http://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.25.0.tar.xz | enlightenment-0.25.0.tar.xz ]] | 7d6e72ceed5aca135b7a49c2a1c1eb9d8fde1318613517401d0418e0e5f6df06 |
== Building and Dependencies ==
- [[https://git.enlightenment.org/core/efl.git/tree/README | EFL]]
- libexif
- libpam (Linux only)
Highly recommended to ensure proper functionality (though you can live
without these):
- connman (For network configuration support)
- bluez5 (For bluetooth configuration and control)
- bc (For the evrything module calculator mode)
- pulseaudio (For proper audio device control and redirection)
- acpid (For systems with ACPI for lid events, AC/Battery plug in/out etc.)
- packagekit (For the built in system updates monitoring and updater)
- udisks2 (For removable storage mounting/unmounting)
- ddcutil (specifically libddcutil.so.2 for backlight control)
- gdb (If you want automatic backtraces on a crash in ~/.e-crashdump.txt - don't forget to build EFL and E with gdb debugging to make this useful)
**Note:** Enlightenment 0.25.0 depends on EFL **v1.26.0** or newer.
{{:blank.png?nolink&100|}}
~~DISCUSSIONS~~

View File

@ -0,0 +1,15 @@
=== Ephoto 1.6 Release ===
* //2021-12-26 - by Carsten Haitzler//
This is the 1.6 release of Ephoto - a photo gallery app using EFL.
== Download ==
| LINK | SHA256 |
| [[http://download.enlightenment.org/rel/apps/ephoto/ephoto-1.6.0.tar.xz | ephoto-1.6.0.tar.xz ]] | 36bc73f3ce1bf9c606630d0031d1629a115911e78b796fd1f90322b5886670d3 |
----
{{:blank.png?nolink&100|}}
~~DISCUSSIONS~~

View File

@ -0,0 +1,15 @@
=== Rage Video and Media Player 0.3.1 Release ===
* //2021-12-26 - by Raster//
This is a new release of [[/about-rage|Rage]] 0.4.0.
== Download ==
| LINK | SHA256 |
| [[http://download.enlightenment.org/rel/apps/rage/rage-0.4.0.tar.xz | rage-0.4.0.tar.xz ]] | 7ce58419aa5197aa6c33f2e3f9eb9d78ff379cae863d5fa114fd1428d5a1ca0f |
----
{{:blank.png?nolink&100|}}
~~DISCUSSIONS~~