Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13243 closed enhancement (fixed)

GNOME 3.36 Applications (Holding until March 25th for things to settle)

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Separate ticket for gnome applications.

Change History (32)

comment:1 by Bruce Dubbs, 4 years ago

Resolution: overcomebyevents
Status: newclosed

Marking overcome by events.

This ticket was split into #13241, #13242, #13243, and #13244

comment:2 by Bruce Dubbs, 4 years ago

Resolution: overcomebyevents
Status: closedreopened

Reopening. Closed the wrong ticket.

comment:3 by Bruce Dubbs, 4 years ago

Summary: GNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor network-manager-appletGNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor network-manager-applet gnome-screenshot seahorse

Add gnome-screenshot and seahorse

comment:4 by Xi Ruoyao, 4 years ago

eog-3.36.0:

Version 3.36.0
--------------

 * Corrected link to bug writing guide in help docs (Andre Klapper)

Bug fixes:

 !46, [BUG] Fix missing removable storage support in snap package (mindmatter)

Version 3.35.3
--------------

Bug fixes:

 !36, EogPrintImageSetup: Rework spinbutton behaviour (Peter C. S. Scholtens)
 !38, Improve Keyboard Shortcuts (Sabri Ünal)
 !39, EogScrollView: Guard against attempting to create a surface using
      an invalid size (Michael Webster)
 !40, Remove outdated info from HACKING (Anton Leontiev)
 !41, App icon: minor updates for 3.36 (Tobias Bernard)
 !45, help: Add Danish screenshots (scootergrisen)

Version 3.35.2
--------------

Bug fixes:

 !27, Various EogThumbView bugfixes (Krifa75)
 #66, Unfullscreen using F11 doesn't work if window is empty (Felix Riemann)
 #93, Pan gesture in RTL shows always next picture (Felix Riemann)
 #96, Publish nightly builds on nightly.gnome.org (Felix Riemann, Piotr Drąg)

Version 3.35.1
--------------

Bug fixes:

 !26, Use librsvg's GInputStream functions (Federico Mena Quintero)
 !27, Various EogThumbView bugfixes (Krifa75)
 #81, Zoom with mouse wheel is really slow (Felix Riemann)

comment:5 by Xi Ruoyao, 4 years ago

evince-3.36.0: 140 lines NEWS

comment:6 by Xi Ruoyao, 4 years ago

gnome-terminal-3.36.0.1: no NEWS :(

comment:7 by Xi Ruoyao, 4 years ago

network-manager-applet-1.16.0: splited the library into libnma-1.8.28:

https://ftp.gnome.org/pub/gnome/sources/libnma/1.8/libnma-1.8.28.tar.xz

Now libnma package provides libnma.so, and network-manager-applet package only provides nm-applet and nm-connection-editor. It seems GNOME doesn't use nm-applet or nm-connection-editor so we can replace network-manager-applet with libnma.

Last edited 4 years ago by Xi Ruoyao (previous) (diff)

comment:8 by Xi Ruoyao, 4 years ago

Summary: GNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor network-manager-applet gnome-screenshot seahorseGNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor network-manager-applet->libnma gnome-screenshot seahorse

comment:9 by Xi Ruoyao, 4 years ago

libnma-1.8.28:

=======================================
libnma-1.8.28
Overview of changes since libnma-1.8.26
=======================================

* Turned the wireless-security library to a public API
* "org.gnome.nm-applet.gschema.xml" is now part of libnma.
  Previously, on distributions like Fedora it was packaged
  as part of nm-connection-editor package. But the schema is
  used by wireless-security library, gnome-control-center and
  nm-a/nm-c-e.
* Clear key/password input fields when selecting a different
  certificate in NMACertChooser.
* Generate vapi files.

=======================================================
libnma-1.8.26
Overview of changes since network-manager-applet-1.8.24
=======================================================

* The libnma library is now distributed separatedly from
  network-manager-applet.

comment:10 by Xi Ruoyao, 4 years ago

seahorse-3.36.0:

seahorse 3.36.0
---------------
 * Add hyperlink for COPYING in README [!124]
 * meson: Validate appdata and desktop files [!123]
 * flatpak: Remove dconf workaround [!123]
 * flatpak: Remove libsoup [!123]
 * gkr: Try to guess the username [!122]
 * Updated translations

seahorse 3.35.91
----------------
 * ui: Add F10 shortcut for 'open menu' [!118]
 * ui: Remove ctrl+f1 shortcut [!118]
 * pgp: Allow exporting both public & secret key [#208]
 * pgp: Use gpgme_op_create_subkey() over gpgme_op_edit() [!115]
 * pgp: Port several dialogs to GtkTemplate [!121]
 * ssh: Small UI changes to KeyProperties [#222]
 * gkr: Try to display a username if available [!120]
 * gkr: Strip verbose 'Network secret for' prefix [!120]
 * gkr: Use "network-wired" icon for NM secret
 * common: Remove SeahorseObjectWidget [!116]
 * css: Fix a missing 'px' unit [!117]
 * meson: Use files() for source files
 * Updated translations

seahorse 3.35.90
---------------
 * a11y: Make sure import buttons have a mnemonic [#253]
 * ui: Add keyboard shortcuts window [!107]
 * ui: Take initials steps to provide an adaptive UI [!106]
 * ui: Remove "Show combined" option [!106]
 * ui: sidebar: Group by Passwords, Keys, Certificates [!109]
 * ui: sidebar: Don't show "System Trust" if empty [#252, !108]
 * ui: Use a GtkListBox instead of a GtkTreeView [!105]
 * ssh: Show the public key and add button to copy it [!99, !114]
 * pgp: Don't use short key IDs [!102]
 * build: fix most compiler warnings [!103, !104, !110]
 * build: simplify gpgme dependency, bump minimal version of Meson to 0.51 [!113]
 * Updated translations

seahorse 3.35.1
---------------
 * Replace GtkFileChooserDialog with GtkFileChooserNative
 * Add development profile
 * icon: Create a nightly app icon [!96]
 * pgp: Update documentation for exporting public keys [!98]
 * pgp: Fix segfault when deleting subkeys [#250]
 * pgp: Fix deadlock with trust-model tofu or tofu-pgp [#2]
 * Updated translations

comment:11 by Bruce Dubbs, 4 years ago

Summary: GNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor network-manager-applet->libnma gnome-screenshot seahorseGNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor network-manager-applet->libnma gnome-screenshot seahorse network-manager-applet

Add network-manager-applet

comment:12 by Douglas R. Reno, 4 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: reopenednew

comment:13 by Douglas R. Reno, 4 years ago

Status: newassigned

comment:14 by Douglas R. Reno, 4 years ago

gnome-terminal is now 3.26.1

comment:15 by Douglas R. Reno, 4 years ago

Summary: GNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor network-manager-applet->libnma gnome-screenshot seahorse network-manager-appletGNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor network-manager-applet->libnma gnome-screenshot network-manager-applet

Seahorse-3.36: Done at r22916

comment:16 by Douglas R. Reno, 4 years ago

Summary: GNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor network-manager-applet->libnma gnome-screenshot network-manager-appletGNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor network-manager-applet->libnma gnome-screenshot network-manager-applet gnome-color-manager

Add gnome-color-manager

comment:17 by Douglas R. Reno, 4 years ago

After sleeping on it a little bit, I'm going to update network-manager-applet and move it to "Network Utilities", right under NetworkManager. I'll still leave the update in this ticket though.

I'll be adding libnma to Networking Libraries.

comment:18 by Douglas R. Reno, 4 years ago

network-manager-applet-1.16.0

=======================================================
network-manager-applet-1.16.0
Overview of changes since network-manager-applet-1.8.24
=======================================================

* Turned libnma into an external dependency and move to
  "https://gitlab.gnome.org/GNOME/libnma". To build,
  libnma-1.8.28 or newer is required.
* The libnm-gtk, the deprecated libnm-glib compatibility library was
  removed. Everybody should be using libnma by now.
* Improve applet icons for hidpi.
* Fix transparent dialog borders.

Network-manager-applet will move to Networking Utilities with this update

comment:19 by Douglas R. Reno, 4 years ago

There isn't a changelog or NEWS file for gnome-color-manager-3.36.0. It does have some pretty significant changes though to it's dependencies and installed files.

comment:20 by Douglas R. Reno, 4 years ago

Summary: GNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor network-manager-applet->libnma gnome-screenshot network-manager-applet gnome-color-managerGNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor gnome-screenshot

libnma addition, gnome-color-manager, and network-manager-applet done at r22937

comment:21 by Douglas R. Reno, 4 years ago

eog-3.36.1

Version 3.36.1
--------------

New and updated translations:

- Jwtiyar Nariman [ckb]
- Tim Sabsch [de]
- Kjartan Maraas [nb]
- Daniel Șerbănescu [ro]

New and updated manual translations

- Jordi Mas, Francesc Bassas i Bullich, Jaume Jorba,
  Jordi Sagues, Assumpta [ca]
- Charles Monzat [fr]
- Andika Triwidada [id]

comment:22 by Douglas R. Reno, 4 years ago

evince

3.35.1

================
Evince    3.35.1
================

libview/ev-view:
  * Make document direction independent of UI direction (#830, Abderrahim Kitouni)
  * Follow the text direction for laying out pages in dual mode (#830, Abderrahim Kitouni)
  * Fix annots from dbl/tpl click + drag (#1274, Nelson Benítez León)
  * Fix caret cursor navigation in non-continuous mode (#390, Nelson Benítez León)
  * Keep cursor visible when changing pages (#390, Jason Crain)
  * Don't enable popup actions on page change (#1168, Jason Crain)
  * Implement ATK's scrollSubstringTo() and scrollSubstringToPoint(). (#1203, Martin Pieuchot)

libdocument:
  * Get DPI from GdkMonitor (#617, Marek Kasik)
  * Deprecate ev_document_misc_get_screen_dpi() (#617, Jason Crain)

shell:
  * Set a11y names for annotation buttons (Marek Kasik)
  * Go to annotation on right click (Nelson Benítez León)
  * Document presentation mode shortcuts (#1302, Jason Crain)

Developers:
  * Abderrahim Kitouni, Germán Poo-Caamaño, Jason Crain, Marek Kasik, Martin Pieuchot, Nelson Benítez León

3.35.92 I left out the translation info to slim around 75 lines

=================
Evince    3.35.92
=================

backends:
  * Show XMP data if newer than modification date (Evangelos Rigas)
  * Fix some code formatting in poppler (Germán Poo-Caamaño)
  
build:
  * Allow building with gettext >= 0.20 with autotools (#1312, Henry Gebhardt)
  * Bump dependency versions (Germán Poo-Caamaño)
  * Update URL for libgxps (Germán Poo-Caamaño)
  * Update flatpak rules to match Flatpak CI (Germán Poo-Caamaño)
  * snap: Change grade (Ken VanDine)
  * Remove flatpak parts to use inherited instructions instead (Germán Poo-Caamaño)

help:
  *  Fix broken pt_BR help translation (Andre Klapper)
  *  Mark an icon as non-translatable (Andre Klapper)
  *  No more 'Fullscreen' menu item (Andre Klapper)
  *  No more 'View options' menu (Andre Klapper)
  *  No more 'previously visited pages' (Andre Klapper)
  *  No more First Page and Last Page menu items (Andre Klapper)
  *  No more Previous Page and Next Page menu items (Andre Klapper)
  *  PDFEdit is dead (Andre Klapper)
  *  Remove an unneeded localized screenshot without any text (Andre Klapper)
  *  Remove deleted file also from Makefile.am, not only meson.build (Andre Klapper)
  *  Side bar is called Side Pane in the UI (Andre Klapper)
  *  Update Bookmarks instructions to 3.35 UI (Andre Klapper)
  *  Update items (and their order) shown in the header (Andre Klapper)
  *  Update names of annotation buttons below header bar (Andre Klapper)
  *  Add danish screenshots
  *  No 'Edit' menu anymore to save current settings as default (Andre Klapper)

shell/libraries:
  * Hopefully fix pipeline for 740f12f6 by removing another localized image (Andre Klapper)
  * Implement SaveAs named action. (#1314, Kris Jurka)
  * Remove accelerator label from menu (Sabri Ãœnal)
  * Remove gtk_menu_popup() calls (#1023, Jason Crain)
  * Remove shell/ev-bookmark-action.* (#1023, Jason Crain)
  * Remove unused variables and functions (Jason Crain)
  * Revert "ignore scroll, text selection events while unfocused" (#1316, Germán Poo-Caamaño)
  * Update Keyboard Shortcuts page (Sabri Ãœnal)
  * ignore scroll, text selection events while unfocused (#943, Nelson Benítez León)
  * Lazily create annotation windows (#1010, Niels De Graef)
  * Don't move goto window offscreen (#1023, Jason Crain)
  * remove deprecated GdkScreen functions (#1023, Jason Crain)
  * set goto window's parent (Jason Crain)
  * Remove GTK < 3.22 popup code (Jason Crain)
  * Stop using GdkDeviceManager (#1023, Jason Crain)
  * fix rgba property id (Jason Crain)
  * remove _ev_g_mkdtemp function (Jason Crain)
  * Fix running_job volatile type (Jason Crain)
  * Update libnautilus-extension includes (Jason Crain)
  * Fix url in unimplemented named actions message (Germán Poo-Caamaño)
  * Update screenshots to fit current UI (#1278, Germán Poo-Caamaño)

Developers:
  * Andre Klapper, Evangelos Rigas, Germán Poo-Caamaño, Henry Gebhardt,
    Jason Crain, Ken VanDine, Kris Jurka, Nelson Benítez León,
    Niels De Graef, Sabri Ãœnal, scootergrisen

3.36.0

================
Evince    3.36.0
================

help:
  *  Update all annotations-nav-to-page.png screenshots to 3.34 UI (Andre Klapper)

Developers:
  * Andre Klapper

comment:23 by Douglas R. Reno, 4 years ago

evolution

I've clipped the translations again. That saves a lot of space in large dumps like this.

3.35.2

Evolution 3.35.2 2019-11-22
---------------------------

Bug Fixes:
	Bug 789267 - Add Insert->Emoji into message composer (Milan Crha)
	I#642 - Prefer https:// when fetching server's autoconfig/config-v1.1.xml (Milan Crha)
	I#659 - Hardcoded text colors do not work well in dark mode (Milan Crha)
	I#680 - Change how supported locales for composer attribution language are detected (Milan Crha)
	I#681 - Cannot type the date of a meeting (Milan Crha)
	I#696 - Copying event in calendar does not sustain duration of event (Milan Crha)
	I#701 - ECompEditorEvent: Preset user timezone for all-day events, instead of UTC (Milan Crha)
	I#702 - "Body contains" leaves the search term selected in the email (Milan Crha)
	I#709 - tnef-attachment: Add TNEF part as attachment on error (Milan Crha)
	I#711 - "Select Today" goes to wrong date if month view is scrolled (Milan Crha)
	ews-I#52 - Disable iTip message send when copy/move meeting between calendars (Milan Crha)

Miscellaneous:
	e-web-view.js: Replace 'isEqualNode()' with '===' (Milan Crha)
	e-web-extension.c: Do not include webkitdom.h (Milan Crha)
	Fix a crash when changing Archive folder (Milan Crha)
	e-web-view.js: Element::tagName is always in upper-case (Milan Crha)
	Calendar: Show only the last part of the timezone above the time column in the Day View (Milan Crha)
	Clear JSCContext exceptions after the call (Milan Crha)
	ESimpleAsyncResult: Avoid thread scheduling race when finishing on idle (Milan Crha)

3.35.3

Evolution 3.35.3 2020-01-03
---------------------------

Bug Fixes:
	I#681 - Cannot type the date of a meeting ][ (Milan Crha)
	I#719 - e-cal-dialogs: Set default responses for dialogs (Milan Crha)
	I#729 - New Mail account wizard ignores email address change (Milan Crha)

Miscellaneous:
	Remove former maintainer from the DOAP file (Milan Crha)

3.35.90

Evolution 3.35.90 2020-01-31
----------------------------

Bug Fixes:
	I#740 - 'open-map:' URI passed to browser (Milan Crha)
	I#745 - PST importer: Fix name of MIME multipart/alternative (Ángel)
	I#749 - Reword text in Read Receipt message (Milan Crha)
	I#752 - Incorrect time shown in Reply credits for Australia/Adelaide (Milan Crha)
	I#760 - ECompEditor: Typing end time messes up start time (Milan Crha)
	I#767 - Support for WebP images / photos (Milan Crha)
	eds-I#154 - Replace deprecated gdk_beep() usage in the code (Milan Crha)

Miscellaneous:
	ESourceConfig: Use a new ESourceCollection::allow-sources-rename property (Milan Crha)
	EMFolderTreeModel: Let load folder structure on demand (Milan Crha)
	mail_config_provider_page_add_checkspin: Correct mnemonic widget setting (Milan Crha)
	Emoticon: Replace Unicode variant for face-smile and face-sad with Emoji (Milan Crha)
	bbdb_merge_buddy_to_contact: Use provided new() function and fix possible memory leak (Milan Crha)
	Change how EColorCombo palettes are created (Milan Crha)
	Prefer GSlice over heap allocation for short-lived structures (Milan Crha)
	e-mail-parser: Guess inner data mime type after extract from S/MIME blob (Milan Crha)
	EFocusTracker: Correct Undo/Redo actions' update for EContentEditor (Milan Crha)
	help: Update link to Bug Writing Guidelines (Andre Klapper)
	help: Remove obsolete TODO comment (Andre Klapper)
	help: Use a proper list of steps for all plugin related instructions (Andre Klapper)
	help: Add note to all plugin instructions if plugin not available (Andre Klapper)

3.35.91

Evolution 3.35.91 2020-02-14
----------------------------

Bug Fixes:
	Bug 224044 - Keys to open attachments (Milan Crha)
	I#22 - Hide "Birthdays & Anniverseries" calendar from conflict search list (Milan Crha)
	I#48 - Add 'Customize current view' into View->Current View menu (Milan Crha)
	I#312 - Allow change of magic-spacebar accelerators (Milan Crha)
	I#340 - Hide explicit Send/Receive dialog by default (Milan Crha)
	I#695 - Option to unset colors provided in HTML mails for preview (Milan Crha)
	I#734 - Calendar: Option to start Month View with current week (Pascal Fuerst)
	I#784 - Warn about and limit what can be attached using mailto: URI (Milan Crha)

Miscellaneous:
	e-table-config: Fix runtime warning when changing sort direction (Milan Crha)
	Remove App menu (Milan Crha)
	help: Clarify checkbox behavior for Mail Send Account Overrides (Andre Klapper)

3.35.92

Evolution 3.35.92 2020-02-28
----------------------------

Bug Fixes:
	I#276 - Runtime warning when resizing table column (Milan Crha)
	I#363 - Change minimum width limit for the mail sidebar (Milan Crha)
	I#590 - Redirect should not modify message headers (Milan Crha)
	I#598 - EShellSwitcher: Runtime warnings about negative content height (Milan Crha)
	I#599 - Calendar List view changes selected day (Milan Crha)
	I#668 - EWebDAVConfigLookup: Try also without username/password (Milan Crha)
	I#673 - Allow deselect of the Archive folder (Milan Crha)
	I#788 - ENameSelectorList: Disable shortcut to show its popup (Milan Crha)
	I#790 - Automatic contacts: Do not modify contacts with the same full name (Milan Crha)
	I#791 - GOA configured Mail accounts don't auto-refresh by default (Milan Crha)
	I#792 - Composer: Some shortcuts depend on the current keyboard layout (Milan Crha)
	I#798 - contact-editor: Enable wrapping in the Notes text view (Milan Crha)
	I#799 - EAlertBar: Text part doesn't work well for long text (Milan Crha)
	I#800 - Composer: Position window in the center of the screen (Milan Crha)
	I#806 - Mail: Preserve folder tree expand state in a new window (Milan Crha)
	I#810 - List View: Use uniform row height in Calendar and Contacts (Milan Crha)
	I#813 - Improve styling of cited text in HTML mails (Milan Crha)

Miscellaneous:
	help: Add a page about printing limitations in Flatpak versions (Andre Klapper)
	help: Cover potential problems for automatical import from KMail (Andre Klapper)
	help: Cover how to debug missing applications to open attachments (Andre Klapper)
	help: Cover how to close the separate window after message deletion (Andre Klapper)
	help: Rename printing-in-flatpak to flatpak-limitations (Andre Klapper)
	help: Document more Flatpak limitations (Andre Klapper)
	help: Explicitly cover that you can set notifications per mail account (Andre Klapper)
	e-gtkemojichooser: Mark translatable messages with their own context (Milan Crha)

3.36.0

Evolution 3.36.0 2020-03-06
---------------------------

Miscellaneous:
	help: Remove "New mail notification" GNOME desktop screenshot (Andre Klapper)
	Fix broken markup in few UI translations (Andre Klapper)

3.36.1

Evolution 3.36.1 2020-03-27
---------------------------

Bug Fixes:
	I#792 - Composer: Some shortcuts depend on the current keyboard layout ][ (Milan Crha)
	I#799 - EAlertBar: Text part doesn't work well for long text (Milan Crha)
	I#824 - EWebView: Should not force EWebView colors on IFrame body (Milan Crha)
	I#830 - Change default for composer-mailto-body-in-pre to false (Milan Crha)
	I#835 - CompEditor: Default weekly recurrence to event's week day (Milan Crha)
	I#836 - Shell: Executes shortcuts from inactive view (Milan Crha)
	I#837 - Calendar List View: Cancel of changes not reverted in GUI (Milan Crha)

Miscellaneous:
	contact-editor: Cannot set custom full name Title/Suffix (Milan Crha)
	EMailBrowser: Cannot type some letters in the search entry (Milan Crha)
	EMailBrowser: Escape key press closes window, instead of the search bar (Milan Crha)
	ECompEditorPageReminders: Do not force custom description (Milan Crha)
	EWebKitEditor: Prevent Replace-all to cycle indefinitely in some cases (Milan Crha)
	EMailBrowser: Cannot be closed with Escape key press (Milan Crha)
	The "Address Book Map" menu item shown even when not compiled with it (Milan Crha)

comment:24 by Douglas R. Reno, 4 years ago

file-roller

It now has support for zstd archives!

3.35.1

version 3.35.1
--------------

 New features and user visible changes:

  * Support for Zstandard compressed files/archives. (Felix Riemann)
  * Allow to directly open .tar.lzo files. (Felix Riemann)
  * libarchive: implemented read support for 7z. (Peter Keresztes Schmidt)
  * Provide a development variant of the app icon. (Jakub Steiner) (!12)
  * Converted README to README.md (Roger)
  * Remove file-roller from the recommended applications for ePub
    files. (Bastien Nocera)

 Bugs fixed:

  * Removed deprecated functions. (Peter Keresztes Schmidt)
  * Add application/x-xar as a supported mime-type. (Bastien Nocera) (!50)

 New or updated application translations:

  * Basque (Asier Sarasua Garmendia)
  * Japanese (Ryuta Fujii)

3.35.90

version 3.35.90
---------------

 New or updated application translations:

  * Galician (Fran Dieguez)
  * Japanese (sicklylife)
  * Pasukan Terjemahan Malaysia (abuyop)
  * Turkish (Emin Tufan Çetin)

 New or updated manual translations:

  * Galician (Fran Diéguez)

3.35.91

version 3.35.91
---------------

 New features and user visible changes:

  * Updated manual (Andre Klapper)

 New or updated application translations:

  * Japanese (sicklylife)

 New or updated manual translations:

  * es (Daniel Mustieles)

3.35.92

version 3.35.92
---------------

 New features and user visible changes:

  * User's manual updates (Andre Klapper)

 New or updated application translations:

  * English - United Kingdom (Bruce Cowan)

 New or updated manual translations:

  * Brazilian Portuguese (Fábio Nogueira)

3.36.0

version 3.36.0
--------------

 New or updated application translations:

  * Japanese (sicklylife)
  * Kurdish (Sorani) (Jwtiyar Nariman)

 New or updated manual translations:

  * Polish (Piotr DrÄ…g)
  * Swedish (Anders Jonsson)

3.36.1

version 3.36.1
--------------

 Bugs fixed:

  * Fixed Properties command in menubar. (Sabri Ãœnal)
  * Fixed compiling with GCC 10. (Sabri Ãœnal)

 New or updated application translations:

  * Burmese (Vampire)
  * Ukrainian (Yuri Chornoivan)

 New or updated manual translations:

  * Catalan (Manel Vidal)
  * Czech (Marek Černocký)
  * French (Charles Monzat)
  * Indonesian (Andika Triwidada)

comment:25 by Douglas R. Reno, 4 years ago

gnome-calculator

3.35.2

Overview of changes in gnome-calculator 3.35.2
    * Updated Italian translation (Milo Casagrande)
    * Updated Catalan translation (Jordi Mas)
    * Updated Japanese translation (Ryuta Fujii)

3.35.3

Overview of changes in gnome-calculator 3.35.3
    * Updated Chinese (Taiwan) translation (Yi-Jyun Pan)
    * Updated Spanish translation (Daniel Mustieles)
    * Updated Swedish translation (Anders Jonsson)
    * Help updates (Andre Klapper)
    * Updated Galician translation (Fran Diéguez)

3.35.90

Overview of changes in gnome-calculator 3.35.90
    * Updated Greek translation (Efstathios Iosifidis)
    * Updated Indonesian translation (Sucipto)
    * Drop padding around the display !40 (Adrien Plazas)
    * Updated Keyboard Shortcuts (Sabri Ãœnal)
    * Handle Escape and Enter correctly with completion #144 (Robert Roth)
    * Updated Spanish translation (Daniel Mustieles García)
    * Updated Slovak translation (Dušan Kazik)
    * Added F10 for primary menu shortcut #148 (Robert Roth)
    * Updated Catalan translation (Jordi Mas)
    * Updated Friulian translation (Fabio Tomat)
    * Updated app icon !43 (Tobias Bernard)
    * Updated Malay translation (Umarzuki Mochlis)
    * Updated Brazilian Portuguese translation (Rafael Fontenelle)
    * Added Rack Units to the conversions !37 (Léo Gillot-Lamure)
    * Updated Karbi translation (J T)
    * Fixed freeze on calculating atan(+/-i) #139 (Robert Roth)
    * Fixed mode shortcuts by removing blocking mnemonics #138 (Robert Roth)
    * Implemented result history browsing using alt left/right #129 (Robert Roth)
    * Added translator comments for possible modes as command line arguments !38 (Rafael Fontenelle)

3.35.92

Overview of changes in gnome-calculator 3.35.92
    * Updated Spanish translation (Daniel Mustieles García)
    * Updated Croatian translation (Goran Vidović)
    * doc: Don't pass --fatal-warnings to valadoc (Rico Tzschichholz)
    * Updated Lithuanian translation (Aurimas ÄŒernius)
    * Updated Swedish translation (Anders Jonsson)
    * Removed obsolete keyboard shortcut #148 (Robert Roth)
    * Updated Persian translation (Danial Behzadi)
    * Updated Basque translation (Asier Sarasua Garmendia)
    * Update British English translation (Bruce Cowan)
    * Updated Japanese translation (sicklylife)
    * Updated Czech translation (Marek Černocký)
    * Updated Turkish translation (Emin Tufan)
    * Updated Finnish translation (Jiri Grönroos)
    * Updated Brazilian Portuguese translation (Rafael Fontenelle)
    * Updated Hungarian translation (Balázs Meskó)
    * Updated Chinese (Taiwan) translation (pesder)
    * Updated Danish translation (Alan Mortensen)
    * Updated Serbian translation (Марко М. Костић (Marko M. Kostić))
    * help: Update icon for 3.36 (Andre Klapper)
    * Updated Karbi translation (J T)
    * Updated Korean translation (Changwoo Ryu)
    * Updated French translation (Julien Humbert)
    * Updated Polish translation (Piotr DrÄ…g)

3.36.0

Overview of changes in gnome-calculator 3.36.0
    * Updated Catalan translation (Jordi Mas)
    * Fixed broken markup in XHosa UI translation (Andre Klapper)
    * Updated Swedish translation (Anders Jonsson)  
    * Updated Italian translation (Janvitus)
    * Updated Indonesian translation (Kukuh Syafaat)
    * Updated German translation (Tim Sabsch)
    * Updated Dutch translation (Nathan Follens)
    * Fixed broken markup in Dzongka UI translation (Andre Klapper)
    * Updated Czech help translation (Marek Černocký)
    * Updated Hungarian translation (Balázs Úr)

comment:26 by Douglas R. Reno, 4 years ago

gnome-disk-utility

3.35.2

3.35.2 - November 23, 2019
==========================

Jakub Steiner:
 * create a nightly app icon

segfault:
 * unlock dialog: Add a mnemonic to the keyfiles label

Updated translations:
 * Ask Hjorth Larsen (da), Danial Behzadi (fa), Fabio Tomat (fur),
   Nathan Follens (nl)

3.35.91

3.35.91 - February 16, 2020
===========================

Sabri Ãœnal:
 * Add a shortcut for Keyboard Shorcuts page

Updated translations:
 * Alexandre Franke (fr), Anders Jonsson (sv), Aurimas ÄŒernius (lt),
   Balázs Úr (hu), Danial Behzadi (fa), Daniel Mustieles (es),
   Dušan Kazik (sk), Dz Chen (zh_CN), Efstathios Iosifidis (el),
   Fabio Tomat (fur), Fran Dieguez (gl), Goran Vidović (hr),
   Kukuh Syafaat (id), Marek Černocký (cs), Piotr Drąg (pl),
   Rafael Fontenelle (pt_BR), Sabri Ãœnal (tr), sicklylife (ja),
   Umarzuki Bin Mochlis Moktar (ms), Victor Grousset/tuxayo (eo),
   Yi-Jyun Pan (zh_TW), Марко Костић (sr)

3.36.0

3.36.0 - March 5, 2020
======================

Updated translations:
 * Alan Mortensen (da), Anders Jonsson (sv), Andre Klapper (lv, nb, pa, sk, vi),
   Asier Sarasua Garmendia (eu), Aurimas Černius (lt), Balázs Úr (hu),
   Charles Monzat (fr), Danial Behzadi (fa), Daniel Mustieles (es),
   Fran Dieguez (gl), Goran Vidović (hr), Jiri Grönroos (fi), Jordi Mas (ca),
   Jor Teron (mjw), Kukuh Syafaat (id), Marek Černocký (cs), Matej Urbančič (sl),
   Milo Casagrande (it), Nathan Follens (nl), Piotr DrÄ…g (pl),
   Rafael Fontenelle (pt_BR), Sabri Ãœnal (tr), Seong-ho Cho (ko), sicklylife (ja),
   Tim Sabsch (de), Марко Костић (sr)

3.36.1

3.36.1 - March 21, 2020
=======================

Kai Lüke:
 * Wait until UDisks updates the unmounted filesystem

Updated translations:
 * Daniel Korostil (uk), Daniel Șerbănescu (ro)

comment:27 by Douglas R. Reno, 4 years ago

gnome-maps Trimming translations due to length

3.35.2

3.35.2 - Nov 23, 2019
=========================

Changes since 3.35.1
 - Added public transit routing plugins for Resrobot (national Swedish transit
   API) and opendata.ch (for Switzerland)
 - Avoid "overflowing" the sidebar when a public transit itinerary has a large
   number of parts (legs) by ellipsizing in the middle when showing them in the
   journeys overview
 - Add command line option to always consider being online (--force-online) as
   a work-around for certain VPN and proxy networks not playing well with
   NetworkManager
 - Set User-Agent HTTP header in places where it was missing

3.35.3

3.35.3 - Jan 4, 2020
=========================

Changes since 3.35.3
 - Avoid flickering when animating user location marker

3.35.90

3.35.90 - Jan 31, 2020
=========================

Changes since 3.35.3
 - Move “Export as Image” to the hamburger menu
 - Restructure context menu items for routing to allow changing start and
   destination points without resetting the query from the sidebar
 - Allow more width for the favourites popover and search result popovers
   in the routing sidebar to better avoid clipping longer place names

3.35.91

3.35.91 - Feb 15, 2020
=========================

Changes since 3.35.90
 - Add additional category code for busses in the Opendata.ch plugin

3.35.92

3.35.92 - Feb 29, 2020
=========================

Added/updated/fixed translations

3.36.0

3.36.0 - Mar 7, 2020
=========================

Added/updated/fixed translations

3.36.1

3.36.1 - Mar 28, 2020
=========================

Changes since 3.36.0
 - Updated POI definitions for OpenStreetMap editing
 - Fixed link to sign up for an OpenStreetMap account
 - Removed ctrl+f1 shortcut from the help overlay, since this was removed from
   GTK

comment:28 by Douglas R. Reno, 4 years ago

gnome-screenshot

GNOME Screenshot 3.36.0 - 10th March 2020
=========================================
- Translation updates

comment:29 by Douglas R. Reno, 4 years ago

gnome-system-monitor

3.35.92

New in 3.35.92 - 29 February 2020

* added/updated translations
  Goran Vidović (hr)
  Danial Behzadi (fa)
  Марко Костић (sr)
  sicklylife (jp)
  Marek Cernocky (cz)
  Balázs Úr (hu)
  Victor Grousset (eo)
  Fran Diéguez (gl)
  Asier Sarasua Garmendia (eu)
  Guillaume Bernard (fr)
  Nathan Follens (nl)
  Zander (en_GB)
  Alan Mortensen (da)
  Seong-ho Cho (ko)

List of fixed bugs
  gitlab#108 - Robert Roth: drop polkit dependency
             - Robert Roth: added translator comment for new string
             - Sabri Ãœnal: fixed GPLv2 text
  gitlab!16  - Michael Hudson-Doyle: Fix displayed network transfer rates

3.36.0

New in 3.36.0 - 07 March 2020

* added/updated translations
  Matej Urbančič (sl)
  Milo Casagrande (it)

comment:30 by Douglas R. Reno, 4 years ago

Resolution: fixed
Status: assignedclosed
Summary: GNOME 3.36 Applications (Holding until March 25th for things to settle) gnome-terminal gnome-disk-utility evolution evince eog file-roller gnome-calculator gnome-maps gnome-system-monitor gnome-screenshotGNOME 3.36 Applications (Holding until March 25th for things to settle)

eog-3.36.1, evince-3.36.0, evolution-3.36.1, file-roller-3.36.1, gnome-calculator-3.36.0, gnome-disk-utility-3.36.1, gnome-maps-3.36.1, gnome-screenshot-3.36.0, gnome-system-monitor-3.36.0, and gnome-terminal-3.36.1.1 done at r22940

comment:31 by Bruce Dubbs, 4 years ago

Milestone: 9.210,0

Milestone renamed

comment:32 by Bruce Dubbs, 4 years ago

Milestone: 10,010.0

Milestone renamed

Note: See TracTickets for help on using tickets.