ixlab-sshui 1.2.0__tar.gz → 1.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/PKG-INFO +12 -1
  2. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/README.md +11 -0
  3. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/ixlab_sshui.egg-info/PKG-INFO +12 -1
  4. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/pyproject.toml +1 -1
  5. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/LICENSE +0 -0
  6. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/ixlab_sshui.egg-info/SOURCES.txt +0 -0
  7. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/ixlab_sshui.egg-info/dependency_links.txt +0 -0
  8. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/ixlab_sshui.egg-info/entry_points.txt +0 -0
  9. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/ixlab_sshui.egg-info/requires.txt +0 -0
  10. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/ixlab_sshui.egg-info/top_level.txt +0 -0
  11. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/setup.cfg +0 -0
  12. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/__init__.py +0 -0
  13. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/about_dialog.py +0 -0
  14. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/constants.py +0 -0
  15. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/host_panel.py +0 -0
  16. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/key_content_dialog.py +0 -0
  17. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/key_dialog.py +0 -0
  18. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/key_panel.py +0 -0
  19. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/main_window.py +0 -0
  20. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/option_dialog.py +0 -0
  21. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/sshui.svg +0 -0
  22. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/tag_dialog.py +0 -0
  23. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/terminal_window.py +0 -0
  24. {ixlab_sshui-1.2.0 → ixlab_sshui-1.2.1}/sshui/text_prompt_dialog.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ixlab-sshui
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: PyQt6 UI for browsing and tagging SSH configs via sshcore.
5
5
  Author-email: Iacopo Palazzi <iacopo.palazzi@gmail.com>
6
6
  License: MIT
@@ -19,6 +19,17 @@ Dynamic: license-file
19
19
 
20
20
  `sshui` is a PyQt6-based graphical frontend for the `sshcore` engine. It gives you a fast, tag-aware explorer for SSH configuration files, complete with host grouping, editing dialogs, and quick copy of SSH commands—without touching the command line.
21
21
 
22
+ ## What's New in 1.2.1
23
+
24
+ - **Application icon** — the app now ships and displays its own icon (window, dock/taskbar, and system tray).
25
+
26
+ ## What's New in 1.2.0
27
+
28
+ - **Key content viewer** — select a key in the Keys tab and click the **View** button on a Path row to open a read-only window with the file content and a one-click Copy to Clipboard action.
29
+ - **Redesigned app icon** — new 32×32 icon with transparent padding, rounded corners, and the `>SSH` logotype in pixel font.
30
+ - Fixed `TypeError: 'type' object is not iterable` on startup with newer `cryptography` releases.
31
+ - Fixed `XPM pixels missing on image line 15` warning logged on every launch.
32
+
22
33
  ## What's New in 1.1.0
23
34
 
24
35
  - **Key Management**: A dedicated panel for viewing, adding, and deleting SSH keys.
@@ -2,6 +2,17 @@
2
2
 
3
3
  `sshui` is a PyQt6-based graphical frontend for the `sshcore` engine. It gives you a fast, tag-aware explorer for SSH configuration files, complete with host grouping, editing dialogs, and quick copy of SSH commands—without touching the command line.
4
4
 
5
+ ## What's New in 1.2.1
6
+
7
+ - **Application icon** — the app now ships and displays its own icon (window, dock/taskbar, and system tray).
8
+
9
+ ## What's New in 1.2.0
10
+
11
+ - **Key content viewer** — select a key in the Keys tab and click the **View** button on a Path row to open a read-only window with the file content and a one-click Copy to Clipboard action.
12
+ - **Redesigned app icon** — new 32×32 icon with transparent padding, rounded corners, and the `>SSH` logotype in pixel font.
13
+ - Fixed `TypeError: 'type' object is not iterable` on startup with newer `cryptography` releases.
14
+ - Fixed `XPM pixels missing on image line 15` warning logged on every launch.
15
+
5
16
  ## What's New in 1.1.0
6
17
 
7
18
  - **Key Management**: A dedicated panel for viewing, adding, and deleting SSH keys.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ixlab-sshui
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: PyQt6 UI for browsing and tagging SSH configs via sshcore.
5
5
  Author-email: Iacopo Palazzi <iacopo.palazzi@gmail.com>
6
6
  License: MIT
@@ -19,6 +19,17 @@ Dynamic: license-file
19
19
 
20
20
  `sshui` is a PyQt6-based graphical frontend for the `sshcore` engine. It gives you a fast, tag-aware explorer for SSH configuration files, complete with host grouping, editing dialogs, and quick copy of SSH commands—without touching the command line.
21
21
 
22
+ ## What's New in 1.2.1
23
+
24
+ - **Application icon** — the app now ships and displays its own icon (window, dock/taskbar, and system tray).
25
+
26
+ ## What's New in 1.2.0
27
+
28
+ - **Key content viewer** — select a key in the Keys tab and click the **View** button on a Path row to open a read-only window with the file content and a one-click Copy to Clipboard action.
29
+ - **Redesigned app icon** — new 32×32 icon with transparent padding, rounded corners, and the `>SSH` logotype in pixel font.
30
+ - Fixed `TypeError: 'type' object is not iterable` on startup with newer `cryptography` releases.
31
+ - Fixed `XPM pixels missing on image line 15` warning logged on every launch.
32
+
22
33
  ## What's New in 1.1.0
23
34
 
24
35
  - **Key Management**: A dedicated panel for viewing, adding, and deleting SSH keys.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ixlab-sshui"
3
- version = "1.2.0"
3
+ version = "1.2.1"
4
4
  description = "PyQt6 UI for browsing and tagging SSH configs via sshcore."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes
File without changes