Logo
Explore Help
Sign in
starred/1Remote
1
0
Fork
You've already forked 1Remote
0
mirror of https://github.com/1Remote/1Remote.git synced 2026-04-25 05:26:04 +03:00
Code Issues 89 Projects Releases 10 Packages Wiki Activity
10 releases 46 tags
  • 1.2.1 a2a81be532

    1.2.1 Stable

    kerem released this 2025-08-30 03:30:48 +03:00 | 77 commits to main since this release

    📅 Originally published on GitHub: Sat, 30 Aug 2025 00:39:50 GMT
    🏷️ Git tag created: Sat, 30 Aug 2025 00:30:48 GMT

       🚀 Features

    • Added Italian translation  -  by @lfasci (f8bcb)

       🐞 Bug Fixes

    • Access a disposed object in SFTP. chore!: remove all references of Micro soft App Center  -  by @VShawn (c7fb4)
    • Pgsql IN operator must work with ANY operator  -  by @goldenbull and chenjn in https://github.com/1Remote/1Remote/issues/906 (e8114)
    • Incorrect size when restoring a minimized and disconnected RDP.  -  by @VShawn (9343b)
        View changes on GitHub
    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads

    • 1Remote-1.2.1-net9-x64.zip
      0 downloads · 2026-02-26 11:56:07 +03:00 · 18 MiB
  • 1.2.0 086f3fe74b

    1.2.0 Stable

    kerem released this 2025-04-09 04:16:54 +03:00 | 82 commits to main since this release

    📅 Originally published on GitHub: Wed, 09 Apr 2025 01:27:52 GMT
    🏷️ Git tag created: Wed, 09 Apr 2025 01:16:54 GMT

       🚨 Breaking Changes

    • Ported to .Net9

       🚀 Features

    UI/UX

    • Optimize launcher search sorting by increasing the priority of exact match items  -  by @VShawn in https://github.com/1Remote/1Remote/issues/871 (13230)
    • Adjustable column width in the list view  -  by @itagagaki in https://github.com/1Remote/1Remote/issues/507 🎉🎉🎉🎉
    • Implement natural sorting for IP addresses. #close 861  -  by @VShawn [(73424)]
    • Allow shift-arrow key on FTP  -  by @itagagaki in https://github.com/1Remote/1Remote/issues/839

    Behavior:

    • Option to make close button close the software instead of minimizing it to the taskbar by @itagagaki in https://github.com/1Remote/1Remote/issues/846
    • Check alternative addresses when rdp is reconnecting. #869  -  by @VShawn in https://github.com/1Remote/1Remote/issues/869 (aa841)
      (github.com/1Remote/1Remote@734245eb)

    Others

    • Support postgresql database  -  by @goldenbull and chenjn in https://github.com/1Remote/1Remote/issues/872 (e87a3)

       🐞 Bug Fixes

    • Fix the incorrect behavior of the right-click menu in the tab header. fix #645  -  by @VShawn in https://github.com/1Remote/1Remote/issues/645 (e628a)
    • Due to #830 causing issue #838, the code was rewritten. close #830, #838  -  by @VShawn in https://github.com/1Remote/1Remote/issues/830 and https://github.com/1Remote/1Remote/issues/838 (e21f7)
    • #559  -  by @VShawn in https://github.com/1Remote/1Remote/issues/559 (d4097)
    • Make the password prompt title in taskbar and UI title consistent. fix #847  -  by @VShawn in https://github.com/1Remote/1Remote/issues/847 (0c64c)
    • #868, When using the alternate address, append the display name with the alternate name.  -  by @VShawn in https://github.com/1Remote/1Remote/issues/868 (9df3c)
    • Potential unhandled exception  -  by @VShawn (240e2)
    • Change most of the pop-up windows to non-modal dialogs to prevent the main window from freezing when a pop-up appears on the remote desktop. #791  -  by @VShawn in https://github.com/1Remote/1Remote/issues/791 (0c207)
    • Fixed the bug introduced by #869, close #884  -  by @VShawn in https://github.com/1Remote/1Remote/issues/869 and https://github.com/1Remote/1Remote/issues/884 (859e4)
    • Fix bug after port to net9  -  by @VShawn (667c3)
    • CTRL+F Cannot Find IP Address, But ALT+M Works  -  by @VShawn in https://github.com/1Remote/1Remote/issues/901 (3a7da)
    • FTP/SFTP can't go to empty directory  -  by @itagagaki (PR897)
    • Fix ShowFolder's anomaly handling  -  by @itagagaki in https://github.com/1Remote/1Remote/pull/843
    • Prevent Volume Mixer from picking up the session icons  -  by @itagagaki in https://github.com/1Remote/1Remote/pull/888
    • Make desktop shortcut filename valid  -  by @itagagaki in github.com/1Remote/1Remote@0761d8c98e
        View changes on GitHub
    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads

    • 1Remote-1.2.0-net6-x64.zip.obsolete.zip
      0 downloads · 2026-02-26 11:55:49 +03:00 · 17 MiB
    • 1Remote-1.2.0-net9-x64.zip
      0 downloads · 2026-02-26 11:55:53 +03:00 · 18 MiB
    • Installer_1.0.106.0_AnyCPU_StoreRelease.1.2.0.zip
      0 downloads · 2026-02-26 11:56:02 +03:00 · 82 MiB
  • 1.1.1 3bdaada0be

    1.1.1 Stable

    kerem released this 2025-01-16 08:57:00 +03:00 | 125 commits to main since this release

    📅 Originally published on GitHub: Thu, 16 Jan 2025 06:02:28 GMT
    🏷️ Git tag created: Thu, 16 Jan 2025 05:57:00 GMT

       🚀 Features

    • Add Ctrl + Alt + Del button to the tab header menu button. #831  -  by @VShawn in https://github.com/1Remote/1Remote/issues/831 (d0a11)

       🐞 Bug Fixes

    • Close #830  -  by @VShawn in https://github.com/1Remote/1Remote/issues/830 (0766d)
    • Try fix #827  -  by @VShawn in https://github.com/1Remote/1Remote/issues/827 (28e72)
    • Add a switch for feature #648, And make it disabled by default.  -  by @VShawn in https://github.com/1Remote/1Remote/issues/648 and https://github.com/1Remote/1Remote/issues/835 (3bdaa)
        View changes on GitHub
    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads

    • 1Remote-1.1.1-net6-x64-250124.zip
      0 downloads · 2026-02-26 11:55:45 +03:00 · 17 MiB
  • 1.1.0 592c4fc61d

    1.1.0 Stable

    kerem released this 2025-01-01 21:39:43 +03:00 | 129 commits to main since this release

    📅 Originally published on GitHub: Wed, 01 Jan 2025 18:43:01 GMT
    🏷️ Git tag created: Wed, 01 Jan 2025 18:39:43 GMT

       🚀 Features

    • Allow hide the icon of the session in tab view, close #715  -  by @VShawn in https://github.com/1Remote/1Remote/issues/715 (727f9)
    • Let kitty support a ppk with non-ascii path. close #719  -  by @VShawn in https://github.com/1Remote/1Remote/issues/719 (a288e)
    • Show datasource name in launcher, close #741  -  by @VShawn in https://github.com/1Remote/1Remote/issues/741 (f00f6)
    • Add password save option for Quick Connect, close #746 fix: Resolve bugs in Quick Connect  -  by @VShawn in https://github.com/1Remote/1Remote/issues/746 (7a94d)
    • Add "Allow Quick Connect to save entered address information" option, close #746  -  by @VShawn in https://github.com/1Remote/1Remote/issues/746 (d9963)
    • For #637, ping with ipv6 detect.  -  by @VShawn in https://github.com/1Remote/1Remote/issues/637 (64a12)
    • Added the feature to switch the UI font. close #772 fix: #766  -  by @VShawn in https://github.com/1Remote/1Remote/issues/772 and https://github.com/1Remote/1Remote/issues/766 (bba61)
    • Release the keyboard when mouse leaves the RDP window, close #648  -  by @VShawn in https://github.com/1Remote/1Remote/issues/648 (aa1f3)
    • Add save and save as button, set max height of download list, to improve convenience, for #806 fix: fix styling error of sftp explorer.  -  by @VShawn in https://github.com/1Remote/1Remote/issues/806 (03b97)
    • Add always open in new window checkbox for each session. close #790  -  by @VShawn in https://github.com/1Remote/1Remote/issues/790 (9b87b)

       🐞 Bug Fixes

    • #716  -  by @VShawn in https://github.com/1Remote/1Remote/issues/716 (220fb)
    • #721  -  by @VShawn in https://github.com/1Remote/1Remote/issues/721 (dc62a)
    • #712  -  by @VShawn in https://github.com/1Remote/1Remote/issues/712 (ed666)
    • Bugs from AppCenter  -  by @VShawn (63b10)
    • Fix #753  -  by @VShawn in https://github.com/1Remote/1Remote/issues/753 (9df96)
    • Fix Dragablz to fix #693  -  by @VShawn in https://github.com/1Remote/1Remote/issues/693 (060dc)
    • Get scroll bars in full screen mode #754  -  by @VShawn in https://github.com/1Remote/1Remote/issues/754 (1153a)
    • #770  -  by @VShawn in https://github.com/1Remote/1Remote/issues/770 (b2019)
    • #775  -  by @VShawn in https://github.com/1Remote/1Remote/issues/775 (d6541)
    • KiTTY session file selection dialog does not appear close #787  -  by @VShawn in https://github.com/1Remote/1Remote/issues/787 (9514f)
    • Fix the resizing bug introduced by #648, see #797 for more details.  -  by @VShawn in https://github.com/1Remote/1Remote/issues/648 and https://github.com/1Remote/1Remote/issues/797 (d3c0c)
    • #807  -  by @VShawn in https://github.com/1Remote/1Remote/issues/807 (8ca54)
    • KiTTY session file selection dialog in Serial form does not appear  -  by @itagagaki in https://github.com/1Remote/1Remote/issues/810 (0c0d4)
    • Database button can not click https://github.com/1Remote/1Remote/pull/803 chore: allow smaller main window size.  -  by @VShawn (fff46)
        View changes on GitHub
    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads

    • 1Remote-1.1.0-net6-x64.zip
      0 downloads · 2026-02-26 11:55:39 +03:00 · 17 MiB
  • 1.0.0 663bc07e5d

    1.0.0 Stable

    kerem released this 2024-09-06 10:01:18 +03:00 | 184 commits to main since this release

    📅 Originally published on GitHub: Fri, 06 Sep 2024 07:04:48 GMT
    🏷️ Git tag created: Fri, 06 Sep 2024 07:01:18 GMT

       🚀 Features

    • Support MySQL database so you can share serves between different devices or within your team members #282  -  by @VShawn in https://github.com/1Remote/1Remote/issues/282 (71154)
    • Offering quick connect in the launcher by press Tab key #313  -  by @VShawn in https://github.com/1Remote/1Remote/issues/313 (1e7fd)
    • Give a good view of pop windows  -  by @VShawn (462e0)
    • Allow search in tag list view #297  -  by @VShawn in https://github.com/1Remote/1Remote/issues/297 (4011e)
    • Allow add multi-credential and multi-address for one server, and we can check which address is available before open a connection. #301  -  by @VShawn in https://github.com/1Remote/1Remote/issues/301 (3119b)
    • Give a better looks of messagebox.  -  by @VShawn (c4f32)
    • Allow you maximize tab window coverage of the taskbar by right click the maximize button #299 chore: #305 apply slat by Set-Secret.ps1  -  by @VShawn in https://github.com/1Remote/1Remote/issues/299 and https://github.com/1Remote/1Remote/issues/305 (88470)
    • Allow you customize Reconnect button and Close button show or hide on tab window header #353  -  by @VShawn in https://github.com/1Remote/1Remote/issues/353 (58ee3)
    • Shorten item display in launcher and make it configurable.  -  by @VShawn (06f38)
    • Allow you rearrange items in main window via drag & drop #368  -  by @VShawn in https://github.com/1Remote/1Remote/issues/368 (cf8c1)
    • Check if address is available before connect  -  by @VShawn (ec42b)
    • Checking the return value of the "before script" close #376  -  by @VShawn in https://github.com/1Remote/1Remote/issues/376 (e982d)
    • Allow RDP connect bar pin by default.  -  by @VShawn (fc1f3)
    • Show alert when breaking changes update detected, close #383  -  by @VShawn in https://github.com/1Remote/1Remote/issues/383 (54a56)
    • Write Environment Variables when run the script to make script identify which session is connecting now.  -  by @VShawn (10d74)
    • Add languages: 正體中文、Galego  -  by @VShawn (cdc80)
    • Allow drag & drop to re-order server groups. #368  -  by @VShawn in https://github.com/1Remote/1Remote/issues/368 (f9c77)
    • Remove disconnected alert and add auto reconnect for #395  -  by @VShawn in https://github.com/1Remote/1Remote/issues/395 (4a64e)
    • Remember expand status of data source group and keep the status next time run the app.  -  by @VShawn (c866f)
    • Sftp & ftp support drag file to upload #393  -  by @VShawn in https://github.com/1Remote/1Remote/issues/393 (66046)
    • Show reconnect counting down and a manually reconnect button on data source group title. #395  -  by @VShawn in https://github.com/1Remote/1Remote/issues/395 (c2d27)
    • Remake available detect view, close #420  -  by @VShawn in https://github.com/1Remote/1Remote/issues/420 (8ddda)
    • Support cli parameters #427  -  by @VShawn in https://github.com/1Remote/1Remote/issues/427 (b371e)
    • Add character set translation option to Kitty #436  -  by @VShawn in https://github.com/1Remote/1Remote/issues/436 (41d48)
    • New protocol serial via Kitty  -  by @VShawn (8c072)
    • When run a verification switch to Windows password if Windows Hello is not available. close #484  -  by @VShawn in https://github.com/1Remote/1Remote/issues/484 (ee1a0)
    • Quick select and copy note text by mouse hover, close #550  -  by @VShawn in https://github.com/1Remote/1Remote/issues/550 (a5fb4)
    • fix: docs: style: refactor: chore:  -  by @VShawn (64390)
    • Add an Open SSH button for SSH on tab header menu. close #643  -  by @VShawn in https://github.com/1Remote/1Remote/issues/643 (71ecd)
    • Remember FTP column size, close #640  -  by @VShawn in https://github.com/1Remote/1Remote/issues/640 (abe48)
    • RDP: Add audio quality mode support  -  by @sparrowhe in https://github.com/1Remote/1Remote/issues/551 (2bce4)

       🐞 Bug Fixes

    • IsWritable do not change after edit datasource #282.  -  by @VShawn in https://github.com/1Remote/1Remote/issues/282 (a447f)
    • Edit note bug when list sort by darg. refactor: improve note edit. close #374  -  by @VShawn in https://github.com/1Remote/1Remote/issues/374 (f93e7)
    • Restore window when opening the same RDP server and the server is opened with minimized, fix #381  -  by @VShawn in https://github.com/1Remote/1Remote/issues/381 (cd395)
    • Fix app crash when writing file who is being used by another by retry. fix #382  -  by @VShawn in https://github.com/1Remote/1Remote/issues/382 (3a72a)
    • Fix bug that a tag filter can not be removed when the filter is selected and then renamed. fix #390  -  by @VShawn in https://github.com/1Remote/1Remote/issues/390 (32d5a)
    • Fix the bug that there's a gap between parent menu and sub menu. fix #389  -  by @VShawn in https://github.com/1Remote/1Remote/issues/389 (ae971)
    • Fix bug that drives are always be redirected in RDP. fix #394  -  by @VShawn in https://github.com/1Remote/1Remote/issues/394 (bc3d7)
    • Fix a bug that some time the mask do not disappear after popup is closed  -  by @VShawn (ddc6a)
    • Fix bug of file transmitter on sftp #392  -  by @VShawn in https://github.com/1Remote/1Remote/issues/392 (0fcfc)
    • Launcher scroll into an error item when mouse left click  -  by @VShawn (dd20a)
    • Mouse binding in server card item  -  by @sparrowhe in https://github.com/1Remote/1Remote/issues/554 and https://github.com/1Remote/1Remote/issues/555 (de974)
    • Fix some bugs  -  by @VShawn (a9572)
    • Fix some bugs  -  by @VShawn (ad6b8)
    • Bug that TabWindowView show in wrong screen if it was closed with WindowState.Maximized  -  by @VShawn (1f5a6)
        View changes on GitHub
    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads

    • 1Remote-1.0.0-net6-x64.zip
      0 downloads · 2026-02-26 11:55:35 +03:00 · 16 MiB
  • 0.7.2.8 cd2a44867a

    0.7.2.8 Stable

    kerem released this 2023-03-25 06:40:49 +03:00 | 510 commits to main since this release

    📅 Originally published on GitHub: Sat, 25 Mar 2023 03:50:44 GMT
    🏷️ Git tag created: Sat, 25 Mar 2023 03:40:49 GMT

    • bugs fix: see https://github.com/1Remote/1Remote/milestone/21?closed=1

    Full Changelog: https://github.com/1Remote/1Remote/compare/0.7.2.7...0.7.2.8

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads

    • PRemoteM.zip
      0 downloads · 2026-02-26 11:55:31 +03:00 · 7.2 MiB
  • 0.7.2.7 735070dc5b

    0.7.2.7 Stable

    kerem released this 2023-03-14 08:20:24 +03:00 | 515 commits to main since this release

    📅 Originally published on GitHub: Tue, 14 Mar 2023 05:31:08 GMT
    🏷️ Git tag created: Tue, 14 Mar 2023 05:20:24 GMT

    • checking the return value of the "before script" #376
    • fix some bugs. thanks to reporters.

    detail: https://github.com/1Remote/1Remote/milestone/20?closed=1

    Full Changelog: https://github.com/1Remote/1Remote/compare/0.7.2.6...0.7.2.7

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads

    • PRemoteM-0.7.2.7.zip
      0 downloads · 2026-02-26 11:55:29 +03:00 · 7.1 MiB
  • 0.7.2.6 a8a3d2fdc3

    0.7.2.6 Stable

    kerem released this 2023-03-05 05:10:15 +03:00 | 521 commits to main since this release

    📅 Originally published on GitHub: Sun, 05 Mar 2023 02:15:29 GMT
    🏷️ Git tag created: Sun, 05 Mar 2023 02:10:15 GMT

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads

    • PRemoteM.zip
      0 downloads · 2026-02-26 11:55:26 +03:00 · 7.2 MiB
  • 0.7.2.3 5e49ba8a7e

    0.7.2.3 Stable

    kerem released this 2023-02-27 07:16:20 +03:00 | 529 commits to main since this release

    📅 Originally published on GitHub: Mon, 27 Feb 2023 11:23:51 GMT
    🏷️ Git tag created: Mon, 27 Feb 2023 04:16:20 GMT

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads

    • PRemoteM.zip
      0 downloads · 2026-02-26 11:55:22 +03:00 · 7.1 MiB
  • 0.7.2.2 c5e871d758

    0.7.2.2 Stable

    kerem released this 2023-02-08 14:24:57 +03:00 | 531 commits to main since this release

    📅 Originally published on GitHub: Thu, 09 Feb 2023 07:23:49 GMT
    🏷️ Git tag created: Wed, 08 Feb 2023 11:24:57 GMT

    • BUG fixs
    • UX impoved

    more details: https://github.com/1Remote/PRemoteM/milestone/17?closed=1

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads

    • PRemoteM-0.7.2.2.zip
      0 downloads · 2026-02-26 11:55:19 +03:00 · 7.1 MiB
Powered by Forgejo Version: 14.0.2 Page: 138ms Template: 91ms
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API