Skip to content

Commit

Permalink
Release 3.0! 🥳️
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego-Ivan committed Jun 26, 2023
1 parent d32d1f4 commit 158a07a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
15 changes: 6 additions & 9 deletions data/io.github.diegoivan.pdf_metadata_editor.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@
</description>

<releases>
<release version="2.0" date="2023-06-14">
<release version="3.0" date="2023-06-26">
<description>
<p>Version 2.0: After a three month development hiatus, Paper Clip sees its second release!</p>
<p>This version includes a nicer UI with: </p>
<p>Version 3.0! </p>
<p>This version features some adjustment to the user interface</p>
<ul>
<li>Fix many UI papercuts to match the GNOME HIG</li>
<li>The main view now features a thumbnail of the document</li>
<li>The term "Creator" has been changed for "Creation Software" to avoid confusion with "Author"</li>
<li>The main view now handles large document titles as special cases to avoid breaking the UI</li>
<li>The keyword list now has a nicer UI</li>
<li>The details window has been removed, and the non editable properties of the document have been moved to the bottom of the view</li>
<li>The rows to set the creation and modification dates now have tooltips</li>
<li>The DND feature now has a nicer semi-transparent overlay instead of discrete blue shadow around the interface</li>
<li>PDFs with a transparent background are now given a white background layer so they are more visible in the interface</li>
</ul>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('pdf-metadata-editor', ['c', 'vala'],
version: '2.0',
version: '3.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 0 additions & 2 deletions src/DocumentView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public class PaperClip.DocumentView : Adw.Bin {
private unowned DocumentThumbnail document_thumbnail;
[GtkChild]
private unowned Gtk.ScrolledWindow scrolled_window;
[GtkChild]
private unowned Adw.Clamp content_clamp;

private BindingGroup document_bindings = new BindingGroup ();

Expand Down

0 comments on commit 158a07a

Please sign in to comment.