Releases: madmurphy/nautilus-annotations
Releases · madmurphy/nautilus-annotations
Nautilus Annotations 0.8.1
Changes:
- Code review
- Package maintenance
- Documentation
Nautilus Annotations 0.8.0
Changes:
- A selection of CSS themes has been created and the
notebook
theme has been chosen as the default theme - It is now possible to override the system-wide CSS (
/usr/share/nautilus-annotations/style.css
) by placing a CSS in the home directory (~/.local/share/nautilus-annotations/style.css
) – the extension checks in the home directory first, if no theme is found it falls back to the default CSS - Text wrap has been removed from the “Annotations” column – the column appearance is something that should be managed upstream by Nautilus
- Use of
fprintf()
for message logging has been dropped in favor of GLib'sg_message()
- Code review
- A
with-theme=...
option has been added to theconfigure
script for selecting a different CSS theme during the build process; with this comes a--without-theme
option too, for relying solely on the current GTK theme and not using any extension-specific one - Internationalization does not depend on XDG intltool anymore, but only on GNU gettext
Nautilus Annotations 0.7.1
Changes:
- Non-scalable icon formats have been added to the package for faster rendering
- Colored versions of the action icons and an emblem for Adwaita have been created
Nautilus Annotations 0.7.0
Changes:
- An “Annotations” column has been added to Nautilus' list view
Nautilus Annotations 0.6.1
Changes:
- Showing and hiding the discard button is now handled gracefully – the button's CSS class persists between state changes, and this prevents delays in the decoration of the widget
- Code review
- Documentation
- A small bug in the build system that caused
make distcheck
not to function properly has been fixed
Nautilus Annotations 0.6.0
Changes:
- Two new keyboard shortcuts have been created (
Ctrl
+S
andShift
+Esc
) - All keyboard shortcuts – both inherited and extension-specific ones – are now documented in
/usr/share/doc/nautilus-annotations/shortcuts.md
- CSS class names have changed
- Code review
- Documentation
Nautilus Annotations 0.5.0
Changes:
- The action button in the annotations window has been moved to the header bar
- The file's path has become the window's subtitle
- Code review
- Documentation
Nautilus Annotations 0.4.1
Changes:
- Annotations window's default width has become bigger
- Tilde replacement in the window's title has been extended to other users' home directories (e.g.,
~john/doc.md
,~lisa/Videos
, etc.) - Code review
Nautilus Annotations 0.4.0
Changes:
- It is now possible to use Nautilus' background menu to annotate the location currently displayed
- The home path in the window's title is now replaced with a tilde
- Multiple actions, when available, are now gathered in one single sub-menu
- Automatic text wrapping has been added to the text area (long lines are broken in between words)
- The confirmation dialog windows for destructive actions have been decorated according to Nautilus' style
Nautilus Annotations 0.3.1
Changes:
- Icons and emblems
- Code review
- Documentation