|
![](/images/spacer.gif) |
![](/images/spacer.gif) |
![](/images/spacer.gif) |
Changelog for gtg-0.6-lp156.53.1.noarch.rpm :
* Fri Mar 18 2022 Luciano Santos - Update to version 0.6: + GTG 0.6 brings even more performance improvements, many bug fixes, the introduction of the CalDAV synchronization service, the new Gamify plugin, and a redesign of the Tag Editor. + Some of the new features additions: - Support for undo/redo actions in the Task Editor. - The ability to collapse and expand all tasks in the main menu. - F10 shortcut to open the main menu. - ESC now closes the calendar picker window. - CTRL+B shortcut to set focus on the sidebar. - An option to set the due date to \"today\" in the context menu. + Some of the improvements: - Made an update to prevent errors when no task is selected. - Made several changes in preparation for Gtk 4.0. - Added gtg://TASK-ID to the command-line help. - Added the -p parameter for profiling in debug.sh. + Updated documentation.- For a more extensive list of changes in 0.6, visit: https://github.com/getting-things-gnome/gtg/blob/v0.6/NEWS- For a more detailed overview of what has changed in 0.6, visit: https://fortintam.com/blog/gtg-0-6-released/- Drop already merged 0001-GTG-0.5-fix-meson-build-failure.patch patch.- Add hamster-time-tracer recommendation for Hamster Plugin integration. * Thu Feb 10 2022 Bjørn Lie - Add explicit itstool BuildRequires: meson checks for it. * Fri Jan 07 2022 Luciano Santos - Add fix upstream 0001-GTG-0.5-fix-meson-build-failure.patch based on commit 1809d10663ae3d8f69c04138b66f9b4e66ee14f6. Fix i18n.merge_file() that got \"build_always_stale\" keyword argument removed from Meson 0.60 release.- Add sed call to fix shebang issues (env python3, or unneeded shebang) for gtg binary, networkmanager.py, info.py and script_pocketmod. * Tue Jan 04 2022 Luciano Santos - Add explicit python-rpm-macros build requirement to avoid openSUSE Leap build failures due to package not being pulled automatically.- Update \"GPL-3.0+\" license tag to \"GPL-3.0-or-later\" following SPDX-3.0 format.- Make use of version macro in Source tag rather than hardcode.- Drop deprecated BuildRoot tag. * Mon Apr 26 2021 Daike Yu - Use python3_sitelib to allow successful build on Leap * Thu Apr 08 2021 Daike Yu - Update to version 0.5 (boo#1184389) + Update to version 0.5: - Much faster startup time - Much faster switching between tags - Much more efficient (and faster) live searching - Less UI micro-freezes (if at all) when editing tasks - Much faster read/write operations on the file format - Recurring (repeating) tasks - A much wider choice of emblems for your tags, as they now use emojis - Much improved visual representation of contents in the task editor - Support for sub-headings in the task editor - The resurrection of the Hamster plugin - Dark mode + Update to version 0.4: - Client-side window decorations using the GTK HeaderBar widget. Along with the removal of the menu bars, this saves a significant amount of space and allows for more content to be displayed on screen. - The Preferences dialog was redesigned, and its contents cleaned up to remove obsolete settings (https://github.com/getting-things-gnome/gtg/pull/227). - All windows are properly parented (set as transient) with the main window, so that they can be handled better by window managers. - Symbolic icons are available throughout the UI. - Improvements to padding and borders are visible throughout the application. - You can now open (or create) a task’s parent task. - You can now select multiple closed tasks and perform bulk actions on them. - You can now rename or delete tags by right-clicking them in the main window. - You can automatically generate and assign tag colors. - The Quick Add entry now supports emojis. - The Task Editor now provides a searchable \"tag picker\" widget. - The \"Task Reaper\" allows deleting old closed tasks for increased performance. Previously available as a plugin, it is now a built-in feature, available in the Preferences dialog. - The Quick Deferral (previously, the \"Do it Tomorrow\" plugin) is now built-in. It is now possible to defer multiple tasks at once to common upcoming days or to a custom date. - In the unlikely case where GTG encounters a problem opening your data file, it will automatically attempt recovery from a previous backup snapshot and let you know about it. - The menu bar has been replaced by a menu button. Non-contextual actions have been moved to the main menu button. - Searching is now handled through a dedicated Search Bar that can be toggled on and off with the mouse, or the Ctrl+F keyboard shortcut. - The \"Workview\" mode has been renamed to the \"Actionable\" view. - Sorting tasks by title is now case-insensitive and ignores AATT characters https://github.com/getting-things-gnome/gtg/issues/375 - Start/Due/Closed dates now display as properly translated in the Task Browser https://github.com/getting-things-gnome/gtg/issues/357 - In the right-click context menus, more start/due dates choices are available, including common upcoming dates and a custom date picker https://github.com/getting-things-gnome/gtg/issues/244 - The Calendar date picker pop-up widgets have been improved https://github.com/getting-things-gnome/gtg/pull/230 - The Task Editor now tries to place newly created windows more logically https://github.com/getting-things-gnome/gtg/issues/287 - The title (first line of a task) has been changed to a neutral black header, so that it doesn’t look like a hyperlink. - The user manual has been rewritten, reorganized, and updated with new images https://github.com/getting-things-gnome/gtg/issues/243 - Contributor documentation was rewritten to make it easier to get involved and to clarify project contribution guidelines. https://github.com/getting-things-gnome/gtg/issues/200 https://fortintam.com/blog/improving-developer-experience-and-attracting-open-source-project-contributors/ - Updates were made to overall code quality to reduce barriers to contribution https://github.com/getting-things-gnome/gtg/issues/237 - The code has been ported to use GtkApplication, resulting in simpler and more robust UI code overall. - GtkBuilder/Glade \".ui\" files have been regrouped into one location. - Reorganization of various .py files for consistency. - The debugging/logging system has been simplified. - Various improvements to the test suite. - The codebase is mostly PEP8-compliant. - We relaxed the PEP8 max line length convention to 100 cols for readability, because this is not the nineties anymore. - Support is available for Tox, for testing automation within virtualenvs - The application\'s translatable strings have been reviewed and harmonized, to ensure the entire application is translatable. - Application CSS has been moved to its own file https://github.com/getting-things-gnome/gtg/pull/229 - GTG now provides an \"AppData\" (FreeDesktop AppStream metadata) file to properly present itself in distro-agnostic software-centers. - The Meson build system is now supported https://github.com/getting-things-gnome/gtg/pull/315 + The development version’s launch script now allows running with various languages, using the LANG environment variable for example. + Appdata and desktop files are named based on the chosen Meson profile https://github.com/getting-things-gnome/gtg/pull/349 + Depending on the Meson profile, the HeaderBar style changes dynamically to indicate when run in a dev environment, such as GNOME Builder https://github.com/getting-things-gnome/gtg/issues/341- Drop gtg-fix-pynotify-crash.patch: fixed upstream. * Thu Jan 30 2020 Dominique Leuenberger - No longer recommend -lang: supplements are in use * Mon Dec 17 2018 Dan Čermák - Fix name of python-liblarch_gtk to python-liblarch-gtk * Sun Mar 18 2018 luc14n0AATTlinuxmail.org- Add gtg-fix-pynotify-crash.patch and python-notify Requires to fix a crashing due to the lack of installed python-notify (lp#1264846). * Mon May 18 2015 fcrozatAATTsuse.com- Update url field in specfile. * Sun Oct 19 2014 dimstarAATTopensuse.org- Add gtg.appdata.xml: allow GTG to show up as an application in gnome-software (installation will abort when upstream ships the file).
|
|
|