[release-notes/gnome-3-36] init for 3.36
- From: Link Dupont <link src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/gnome-3-36] init for 3.36
- Date: Fri, 21 Feb 2020 02:15:25 +0000 (UTC)
commit 1659caf1554441d3406fabd23fa0540864c9b30a
Author: Link Dupont <link sub-pop net>
Date: Thu Feb 20 21:13:00 2020 -0500
init for 3.36
Signed-off-by: Link Dupont <link sub-pop net>
help/C/developers.page | 81 +++-----------------------
help/C/figures/background-panel.png | Bin 694265 -> 0 bytes
help/C/figures/boxes-create.png | Bin 370518 -> 0 bytes
help/C/figures/builder-dbus.png | Bin 705810 -> 0 bytes
help/C/figures/games-savestate.png | Bin 474808 -> 0 bytes
help/C/figures/icon-grid-drag.png | Bin 363519 -> 0 bytes
help/C/figures/music.png | Bin 383078 -> 0 bytes
help/C/figures/pinned-tabs.png | Bin 572786 -> 0 bytes
help/C/figures/sysprof.png | Bin 451041 -> 0 bytes
help/C/i18n.page | 43 ++------------
help/C/index.page | 113 ++++--------------------------------
help/Makefile.am | 10 +---
12 files changed, 23 insertions(+), 224 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index 385b14ad..3a0bbf6f 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page [
-<!ENTITY gnomeversion "3.34">
-<!ENTITY lastversion "3.32">
-<!ENTITY nextversion "3.36">
+<!ENTITY gnomeversion "3.36">
+<!ENTITY lastversion "3.34">
+<!ENTITY nextversion "3.38">
]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
@@ -29,85 +29,18 @@
<section id="flatpak">
<title>Flatpak</title>
<media its:translate="no" type="image" src="figures/flatpak.png"/>
- <p><link href="https://flatpak.org/">Flatpak</link> is a cross-distribution,
- cross-desktop technology for application building and distribution. While it
- is separate from the GNOME project, Flatpak is central to GNOME’s developer
- experience plans.</p>
- <p>During this release cycle, the Flatpak team released a new stable series:
- 1.4.x. This introduced an improved system-wide installation mechanism,
- resulting in better I/O performance and a more secure installation process.</p>
- <p>Additionally, preconfigured remotes now use regular <code>.flatpakrepo</code> files
- instead of custom <code>.conf</code> files. This streamlines the process for preconfigured
- remotes; they are now identical to manually added remotes.</p>
- <p><link href="https://flathub.org/">Flathub</link>, a Flatpak application
- distribution service, is growing steadily. It now hosts over 600 applications.</p>
+ <p></p>
</section>
- <section id="builder">
- <title>Builder</title>
- <media type="image" width="940" src="figures/builder-dbus.png"/>
- <p><app>Builder</app>, a GNOME IDE, continues to add new features. This release,
- it gained a number of useful features.</p>
- <p>The development environment now features an integrated D-Bus inspector. This inspector
- can be opened via the <em>Switch Surface</em> button (in the top left corner
- of the project window).</p>
- <p><app>Builder</app> can run a program in a container via <code>podman</code> as
- long as <code>podman</code> supports the <code>--preserve-fds</code> <em>exec</em> flag.
- The program can be debugged if the container includes <code>gdb</code>.</p>
- <p>Git integration has been moved to an out-of-process <code>gnome-builder-git</code>
- daemon. The daemon can be communicated with via D-Bus and will soon support
- operations like pushing, staging and committing.</p>
- </section>
-
- <section id="sysprof">
- <title>Sysprof</title>
- <media type="image" width="940" src="figures/sysprof.png"/>
- <p><app>Sysprof</app>, the GNOME instrumenting and system profiling utility,
- saw significant development this release. In order to streamline and simplify
- the performance profiling process for developers, <app>Sysprof</app> has been
- integrated with a number of core platform libraries, including GJS, GTK, and
- Mutter.</p>
- <p>More data sources have been added too, including an energy usage monitor.
- Finally, the UI was redesigned to improve the profiling workflow.</p>
- </section>
-
- <section id="icon-library">
- <title>Icon Library</title>
- <p>Two new applications to help developers with icons have been released.</p>
- <p><link href="https://flathub.org/apps/details/org.gnome.design.IconLibrary">
- <app>Icon Library</app></link> can be used to browse and search for symbolic icons.
- <link href="https://flathub.org/apps/details/org.gnome.IconPreview"><app>Icon Preview</app></link>
- assists designers and developers in creating and testing new application
- icons under different visual styles. Both applications can be installed as
- Flatpaks and are hosted on <link href="https://flathub.org">Flathub</link>.
- </p>
- </section>
-
- <section id="pango">
- <title>Pango</title>
- <p>The <em>Pango</em> font rendering library introduced a few new features
- that make rendering text easier.</p>
- <p>Developers now have more advanced control over their text rendering options.
- Automatic hyphenation, line-spacing and subpixel positioning can be enabled
- or disabled as desired. Rendering spaces and other “invisible” characters can
- be enabled as well. And finally, direct access to the underlying <code>hb_font_t</code>
- is available by calling <code>pango_font_get_hb_font</code>.</p>
+ <section id="">
+ <title></title>
+ <p></p>
</section>
<section id="more">
<title>Other Improvements</title>
<p>Other improvements in GNOME &gnomeversion; include:</p>
<list>
- <item><p><app>GLib</app> deprecated the use of the <code>gtester</code> utility
- and its test reporting format. <link href="https://testanything.org">TAP</link>
- output is now default.</p></item>
- <item><p><code>GArray</code> and <code>GPtrArray</code> introduced some
- new functions: <code>g_array_copy</code>, <code>g_array_binary_search</code>,
- <code>g_ptr_array_copy</code>, <code>g_ptr_array_extend</code>, and
- <code>g_ptr_array_extend_and_steal</code>.</p></item>
- <item><p>The <code>GtkInfoBar</code> visual style has been refreshed.</p></item>
- <item><p>Scroll bars can be permanently enabled by setting
- <code>org.gnome.desktop.interface.overlay-scrolling</code> to <code>false</code>.</p></item>
</list>
</section>
diff --git a/help/C/i18n.page b/help/C/i18n.page
index d42b4309..9ee531d9 100644
--- a/help/C/i18n.page
+++ b/help/C/i18n.page
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page [
-<!ENTITY gnomeversion "3.34">
-<!ENTITY lastversion "3.32">
-<!ENTITY nextversion "3.36">
-<!ENTITY supportedlanguages "34">
+<!ENTITY gnomeversion "3.36">
+<!ENTITY lastversion "3.34">
+<!ENTITY nextversion "3.38">
+<!ENTITY supportedlanguages "##">
<!ENTITY percentagetranslated "80">
]>
<page xmlns="http://projectmallard.org/1.0/"
@@ -29,40 +29,7 @@
<p>Thanks to members of the worldwide <link href="https://wiki.gnome.org/TranslationProject">GNOME
Translation Project</link>, GNOME &gnomeversion; offers support for more than &supportedlanguages; languages
with at least &percentagetranslated; percent of strings translated. User documentation is also available in
many languages.</p>
<list style="compact">
- <item><p>Basque</p></item>
- <item><p>Brazilian Portuguese</p></item>
- <item><p>British English</p></item>
- <item><p>Catalan</p></item>
- <item><p>Catalan (Valencian)</p></item>
- <item><p>Chinese (China)</p></item>
- <item><p>Chinese (Taiwan)</p></item>
- <item><p>Czech</p></item>
- <item><p>Danish</p></item>
- <item><p>Dutch</p></item>
- <item><p>Finnish</p></item>
- <item><p>French</p></item>
- <item><p>Friulian</p></item>
- <item><p>Galician</p></item>
- <item><p>German</p></item>
- <item><p>Greek</p></item>
- <item><p>Hungarian</p></item>
- <item><p>Indonesian</p></item>
- <item><p>Italian</p></item>
- <item><p>Korean</p></item>
- <item><p>Latvian</p></item>
- <item><p>Lithuanian</p></item>
- <item><p>Norwegian Bokmål</p></item>
- <item><p>Occitan</p></item>
- <item><p>Polish</p></item>
- <item><p>Romanian</p></item>
- <item><p>Russian</p></item>
- <item><p>Serbian</p></item>
- <item><p>Serbian (Latin)</p></item>
- <item><p>Slovak</p></item>
- <item><p>Slovenian</p></item>
- <item><p>Spanish</p></item>
- <item><p>Swedish</p></item>
- <item><p>Turkish</p></item>
+ <item><p></p></item>
</list>
<p>Numerous other languages are partially supported, with more than half of their strings translated.</p>
diff --git a/help/C/index.page b/help/C/index.page
index 2a72f8d0..8daf3b11 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page [
-<!ENTITY gnomeversion "3.34">
-<!ENTITY lastversion "3.32">
-<!ENTITY nextversion "3.36">
-<!ENTITY gitcommits "23929">
-<!ENTITY gitauthors "777">
+<!ENTITY gnomeversion "3.36">
+<!ENTITY lastversion "3.34">
+<!ENTITY nextversion "3.38">
+<!ENTITY gitcommits "#####">
+<!ENTITY gitauthors "###">
]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
@@ -37,83 +37,10 @@
possible due to the amazing work of local volunteers. This year’s event was
held in Thessaloniki, Greece, and was a big success. Thank you, Team Thessaloniki!</p>
- <section id="icon-folders">
- <title>Custom Icon Folders</title>
- <media type="image" width="940" src="figures/icon-grid-drag.png"/>
- <p>In GNOME &gnomeversion;, icons in the application overview can be grouped
- together into folders. Drag an icon on top of another to create a group.
- Removing all icons from a group will automatically remove the group too. This
- makes organizing applications much easier and keeps the application overview
- clutter-free.</p>
- <p>The overview visual style was refined as well, including the search entry
- field, the login password field and the overview window highlight border. All
- these changes give the GNOME desktop an improved overall experience.</p>
- </section>
-
- <section id="epiphany-enhancements">
- <title>A Better Browsing Experience</title>
- <media type="image" width="940" src="figures/pinned-tabs.png"/>
- <p>In <app>Web</app>, the GNOME web browser, web processes are now sandboxed.
- This restriction limits web process access to only locations necessary to run a
- web browser.</p>
- <p>This release also introduces tab pinning. Favorite tabs can be “pinned”,
- saving them in the tab list and persisting them across sessions.</p>
- <p>The ad blocking feature has been updated to use WebKit content filters. This
- results in a large performance improvement over the previous ad block implementation.</p>
- </section>
-
- <section id="box-enhancements">
- <title>An Improved Box Workflow</title>
- <media type="image" width="940" src="figures/boxes-create.png"/>
- <p><app>Boxes</app>, the GNOME virtual and remote machine manager, received
- a number of improvements this release as well.</p>
- <p>The <em>New Box Assistant</em> workflow has been improved to be more intuitive.
- Separate dialogs are used when adding a remote connection or external broker.
- When creating a new local virtual machine, the source selection is split into
- three sections: <em>Detected Sources</em>, <em>Featured Downloads</em>, and
- <em>Select a Source</em>.</p>
- <p>The Windows Express Install now uses a CD-ROM ISO image instead of a 1.44″
- floppy disk image. This drops legacy dependencies and sets up Express Install
- support for versions.</p>
- <p>Existing virtual machines can now explicitly be booted from an attached
- CD/DVD image. This enables users to rescue a broken system or simulate dual-booting
- environments.</p>
- <p>On machines that support it, 3D acceleration is now an optional setting
- in the machine properties. This enables users to opt out of 3D acceleration
- whenever they want, or enable it only when necessary.</p>
- </section>
-
- <section id="save-games">
- <title>Save Game States</title>
- <media type="image" width="940" src="figures/games-savestate.png"/>
- <p><app>Games</app>, the GNOME retro gaming application, now supports multiple
- save states per game. You can now save as many game state snapshots as you
- want. Save states can be exported as well, allowing you to share them or move
- them between devices.</p>
- </section>
-
- <section id="settings-background-panel">
- <title>Background Previews</title>
- <media type="image" width="940" src="figures/background-panel.png"/>
- <p>A redesigned <em>Background</em> panel landed in <app>Settings</app>. The
- new panel shows a preview of the selected background in use under the desktop panel
- and lock screen. Custom backgrounds can now be added via the <em>Add Picture…</em>
- button.</p>
- </section>
-
- <section id="music-updates">
- <title>Music Updates</title>
- <media type="image" width="940" src="figures/music.png"/>
- <p><app>Music</app> now watches tracked sources (such as the <em>Music</em>
- folder in your <em>Home</em> directory) for new or changed files and will
- update automatically.</p>
- <p>A major rewrite of the core components landed this release cycle, resulting
- in, among other things, gapless playback. Many albums are intended to be
- listened to as a whole and splitting it up into tracks breaks that playback.
- Gapless playback now enables those albums to be listened to as they were
- meant to be heard.</p>
- <p>And finally, the album, artist and playlist views have been updated with
- a more refined layout.</p>
+ <section id="">
+ <title></title>
+ <media type="image" width="940" src="figures/placeholder.png"/>
+ <p></p>
</section>
<section id="thats-not-all">
@@ -121,27 +48,7 @@
<p>As usual, there are also many other smaller improvements in this GNOME
release. Here are some of them!</p>
<list>
- <item><p>Several applications have received new icons, including
- <app>Photos</app>, <app>Videos</app>, and <app>To Do</app>.</p></item>
- <item><p><app>Terminal</app> now supports right-to-left and bi-directional
- languages.</p></item>
- <item><p>Some animations in the overview have been refactored, resulting
- in faster icon loading and caching.</p></item>
- <item><p><app>Files</app> now warns users when attempting to paste a file
- into a write-protected directory.</p></item>
- <item><p>The accessibility feature <em>Pointer Location</em> has been updated
- to work under Wayland sessions now. When the feature is enabled, pressing
- <key>Ctrl</key> will highlight the pointer location on the screen.</p></item>
- <item><p>The <gui>Activities</gui> hot-corner can now be disabled by setting
- <code>org.gnome.desktop.interface.enable-hot-corners</code> to <code>false</code>.</p></item>
- <item><p><app>Settings</app> has a refined Wi-Fi list that is easier to
- read. Search sections can now be reordered by dragging them in the list.
- The <gui>Night Light</gui> section has been moved to the <gui>Display</gui>
- panel.</p></item>
- <item><p><app>Software</app> has a larger assortment of featured
- applications.</p></item>
- <item><p><app>Polari</app> now displays a banner notifying the user when
- the app is offline.</p></item>
+ <item></item>
</list>
</section>
diff --git a/help/Makefile.am b/help/Makefile.am
index 40f41d6a..6296dc00 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -9,16 +9,8 @@ HELP_FILES = \
i18n.page
HELP_MEDIA = \
- figures/background-panel.png \
- figures/boxes-create.png \
- figures/builder-dbus.png \
figures/flatpak.png \
- figures/games-savestate.png \
figures/gtk.png \
- figures/icon-grid.webm \
- figure/music.png \
- figures/pinned-tabs.png \
- figures/placeholder.png \
- figures/sysprof.png
+ figures/placeholder.png
HELP_LINGUAS = cs de el es fr fur gl hr hu it ja ko lt pl pt_BR ro sv tr
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]