Skip to content

Commit

Permalink
fix debian changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaf committed Jul 14, 2023
1 parent 55eddbe commit 841c9df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
debian/changelog

pkg/debian/changelog
2 changes: 1 addition & 1 deletion onedriver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cp pkg/resources/%{name}.1.gz %{buildroot}/usr/share/man/man1
%attr(644, root, root) /usr/share/man/man1/%{name}.1.gz

%changelog
* Sat Jul 8 2023 Jeff Stafford <jeff.stafford@protonmail.com> - 0.14.0
* Fri Jul 14 2023 Jeff Stafford <jeff.stafford@protonmail.com> - 0.14.0
- We now use quickxorhash checksums for both personal and business accounts.
- The cache for file contents has been moved out of boltdb and onto the local filesystem.
This makes accessing, reading, and writing files faster than before.
Expand Down
2 changes: 2 additions & 0 deletions pkg/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ onedriver (0.14.0-1) jammy; urgency=low
This makes accessing, reading, and writing files faster than before.
* onedriver no longer allows you to create filenames that are not allowed by OneDrive.

-- Jeff Stafford <jeff.stafford@protonmail.com> Fri, 14 Jul 2023 01:00:00 -0400

onedriver (0.13.0-1) focal; urgency=low

* The GUI has been rewritten in golang for ease of maintenance and code sharing with
Expand Down

0 comments on commit 841c9df

Please sign in to comment.