@@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.16.1] - 2025-03-21
9
+
10
+ ### Added
11
+
12
+ - Add unofficial clients to the documentation
13
+
14
+ 1 . Droidypaste
15
+
16
+ Yes, you heard it right! ` rustypaste ` now has an Android client!
17
+
18
+ ![ ] ( https://raw.githubusercontent.com/rukh-debug/droidypaste/main/assets/1.png )
19
+
20
+ GitHub: < https://github.com/rukh-debug/droidypaste >
21
+
22
+ 2 . Ferripaste
23
+
24
+ An alternative Rustypaste client
25
+
26
+ GitHub: < https://github.com/dbohdan/ferripaste >
27
+
28
+ 3 . Rustypaste-GUI
29
+
30
+ A script for a mininal GUI client for ` rustypaste ` (powered by zenity)
31
+
32
+ GitHub: < https://gist.github.com/rukh-debug/cc42900f86e39cacef6f7a6ba77ebf58 >
33
+
34
+ ### Changed
35
+
36
+ - Use fully locked system accounts on systemd257
37
+ - Bump to Rust 2024 edition
38
+ - Update dependencies
39
+
40
+ ### New Contributors
41
+
42
+ - @rukh-debug made their first contribution in [ #407 ] ( https://github.com/orhun/rustypaste/pull/407 )
43
+
44
+ [ 0.16.1 ] : https://github.com/orhun/rustypaste/compare/v0.16.0..0.16.1
8
45
## [ 0.16.0] - 2024-12-11
9
46
10
47
### Added
@@ -813,3 +850,43 @@ Under the hood, it checks the SHA256 digest of the uploaded files.
813
850
# # [0.1.1] - 2021-07-27
814
851
815
852
Initial release.
853
+
854
+ [0.16.1]: https://github.com/orhun/rustypaste/compare/v0.16.0..v0.16.1
855
+ [0.16.0]: https://github.com/orhun/rustypaste/compare/v0.15.1..v0.16.0
856
+ [0.15.1]: https://github.com/orhun/rustypaste/compare/v0.15.0..v0.15.1
857
+ [0.15.0]: https://github.com/orhun/rustypaste/compare/v0.14.4..v0.15.0
858
+ [0.14.4]: https://github.com/orhun/rustypaste/compare/v0.14.3..v0.14.4
859
+ [0.14.3]: https://github.com/orhun/rustypaste/compare/v0.14.2..v0.14.3
860
+ [0.14.2]: https://github.com/orhun/rustypaste/compare/v0.14.1..v0.14.2
861
+ [0.14.1]: https://github.com/orhun/rustypaste/compare/v0.14.0..v0.14.1
862
+ [0.14.0]: https://github.com/orhun/rustypaste/compare/v0.12.1..v0.14.0
863
+ [0.12.1]: https://github.com/orhun/rustypaste/compare/v0.12.0..v0.12.1
864
+ [0.12.0]: https://github.com/orhun/rustypaste/compare/v0.11.1..v0.12.0
865
+ [0.11.1]: https://github.com/orhun/rustypaste/compare/v0.11.0..v0.11.1
866
+ [0.11.0]: https://github.com/orhun/rustypaste/compare/v0.10.1..v0.11.0
867
+ [0.10.1]: https://github.com/orhun/rustypaste/compare/v0.10.0..v0.10.1
868
+ [0.10.0]: https://github.com/orhun/rustypaste/compare/v0.9.1..v0.10.0
869
+ [0.9.1]: https://github.com/orhun/rustypaste/compare/v0.9.0..v0.9.1
870
+ [0.9.0]: https://github.com/orhun/rustypaste/compare/v0.8.4..v0.9.0
871
+ [0.8.4]: https://github.com/orhun/rustypaste/compare/v0.8.3..v0.8.4
872
+ [0.8.3]: https://github.com/orhun/rustypaste/compare/v0.8.2..v0.8.3
873
+ [0.8.2]: https://github.com/orhun/rustypaste/compare/v0.8.1..v0.8.2
874
+ [0.8.1]: https://github.com/orhun/rustypaste/compare/v0.8.0..v0.8.1
875
+ [0.8.0]: https://github.com/orhun/rustypaste/compare/v0.7.1..v0.8.0
876
+ [0.7.1]: https://github.com/orhun/rustypaste/compare/v0.7.0..v0.7.1
877
+ [0.7.0]: https://github.com/orhun/rustypaste/compare/v0.6.5..v0.7.0
878
+ [0.6.5]: https://github.com/orhun/rustypaste/compare/v0.6.4..v0.6.5
879
+ [0.6.4]: https://github.com/orhun/rustypaste/compare/v0.6.3..v0.6.4
880
+ [0.6.3]: https://github.com/orhun/rustypaste/compare/v0.6.2..v0.6.3
881
+ [0.6.2]: https://github.com/orhun/rustypaste/compare/v0.6.1..v0.6.2
882
+ [0.6.1]: https://github.com/orhun/rustypaste/compare/v0.6.0..v0.6.1
883
+ [0.6.0]: https://github.com/orhun/rustypaste/compare/v0.5.0..v0.6.0
884
+ [0.5.0]: https://github.com/orhun/rustypaste/compare/v0.4.1..v0.5.0
885
+ [0.4.1]: https://github.com/orhun/rustypaste/compare/v0.4.0..v0.4.1
886
+ [0.4.0]: https://github.com/orhun/rustypaste/compare/v0.3.1..v0.4.0
887
+ [0.3.1]: https://github.com/orhun/rustypaste/compare/v0.3.0..v0.3.1
888
+ [0.3.0]: https://github.com/orhun/rustypaste/compare/v0.2.0..v0.3.0
889
+ [0.2.0]: https://github.com/orhun/rustypaste/compare/v0.1.3..v0.2.0
890
+ [0.1.3]: https://github.com/orhun/rustypaste/compare/v0.1.2..v0.1.3
891
+ [0.1.2]: https://github.com/orhun/rustypaste/compare/v0.1.1..v0.1.2
892
+ [0.1.1]: https://github.com/orhun/rustypaste/compare/v0.1.0..v0.1.1
0 commit comments