Releases: 1Remote/1Remote
Releases Β· 1Remote/1Remote
1.2.0
Β Β Β π¨ Breaking Changes
- Ported to .Net9
Β Β Β π Features
UI/UX
- Optimize launcher search sorting by increasing the priority of exact match items Β -Β by @VShawn in #871 (13230)
- Adjustable column width in the list view Β -Β by @itagagaki in #507 ππππ
- Implement natural sorting for IP addresses. #close 861 Β -Β by @VShawn [(73424)]
- Allow shift-arrow key on FTP Β -Β by @itagagaki in #839
Behavior:
- Option to make close button close the software instead of minimizing it to the taskbar by @itagagaki in #846
- Check alternative addresses when rdp is reconnecting. #869 Β -Β by @VShawn in #869 (aa841)
(734245eb)
Others
- Support postgresql database Β -Β by @goldenbull and chenjn in #872 (e87a3)
Β Β Β π Bug Fixes
- Fix the incorrect behavior of the right-click menu in the tab header. fix #645 Β -Β by @VShawn in #645 (e628a)
- Due to #830 causing issue #838, the code was rewritten. close #830, #838 Β -Β by @VShawn in #830 and #838 (e21f7)
- #559 Β -Β by @VShawn in #559 (d4097)
- Make the password prompt title in taskbar and UI title consistent. fix #847 Β -Β by @VShawn in #847 (0c64c)
- #868, When using the alternate address, append the display name with the alternate name. Β -Β by @VShawn in #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 #791 (0c207)
- Fixed the bug introduced by #869, close #884 Β -Β by @VShawn in #869 and #884 (859e4)
- Fix bug after port to net9 Β -Β by @VShawn (667c3)
- CTRL+F Cannot Find IP Address, But ALT+M Works Β -Β by @VShawn in #901 (3a7da)
- FTP/SFTP can't go to empty directory Β -Β by @itagagaki (PR897)
- Fix ShowFolder's anomaly handling Β -Β by @itagagaki in #843
- Prevent Volume Mixer from picking up the session icons Β -Β by @itagagaki in #888
- Make desktop shortcut filename valid Β -Β by @itagagaki in 0761d8c
Β Β Β Β View changes on GitHub
1.1.1
1.1.0
Β Β Β π Features
- Allow hide the icon of the session in tab view, close #715 Β -Β by @VShawn in #715 (727f9)
- Let kitty support a ppk with non-ascii path. close #719 Β -Β by @VShawn in #719 (a288e)
- Show datasource name in launcher, close #741 Β -Β by @VShawn in #741 (f00f6)
- Add password save option for Quick Connect, close #746 fix: Resolve bugs in Quick Connect Β -Β by @VShawn in #746 (7a94d)
- Add "Allow Quick Connect to save entered address information" option, close #746 Β -Β by @VShawn in #746 (d9963)
- For #637, ping with ipv6 detect. Β -Β by @VShawn in #637 (64a12)
- Added the feature to switch the UI font. close #772 fix: #766 Β -Β by @VShawn in #772 and #766 (bba61)
- Release the keyboard when mouse leaves the RDP window, close #648 Β -Β by @VShawn in #648 (aa1f3)
- Add
save
andsave as
button, set max height of download list, to improve convenience, for #806 fix: fix styling error of sftp explorer. Β -Β by @VShawn in #806 (03b97) - Add
always open in new window
checkbox for each session. close #790 Β -Β by @VShawn in #790 (9b87b)
Β Β Β π Bug Fixes
- #716 Β -Β by @VShawn in #716 (220fb)
- #721 Β -Β by @VShawn in #721 (dc62a)
- #712 Β -Β by @VShawn in #712 (ed666)
- Bugs from AppCenter Β -Β by @VShawn (63b10)
- Fix #753 Β -Β by @VShawn in #753 (9df96)
- Fix Dragablz to fix #693 Β -Β by @VShawn in #693 (060dc)
- Get scroll bars in full screen mode #754 Β -Β by @VShawn in #754 (1153a)
- #770 Β -Β by @VShawn in #770 (b2019)
- #775 Β -Β by @VShawn in #775 (d6541)
- KiTTY session file selection dialog does not appear close #787 Β -Β by @VShawn in #787 (9514f)
- Fix the resizing bug introduced by #648, see #797 for more details. Β -Β by @VShawn in #648 and #797 (d3c0c)
- #807 Β -Β by @VShawn in #807 (8ca54)
- KiTTY session file selection dialog in Serial form does not appear Β -Β by @itagagaki in #810 (0c0d4)
- Database button can not click #803 chore: allow smaller main window size. Β -Β by @VShawn (fff46)
Β Β Β Β View changes on GitHub
1.0.0
Β Β Β π Features
- Support MySQL database so you can share serves between different devices or within your team members #282 Β -Β by @VShawn in #282 (71154)
- Offering
quick connect
in the launcher by pressTab
key #313 Β -Β by @VShawn in #313 (1e7fd) - Give a good view of pop windows Β -Β by @VShawn (462e0)
- Allow search in tag list view #297 Β -Β by @VShawn in #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 #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 #299 and #305 (88470)
- Allow you customize
Reconnect button
andClose button
show or hide on tab window header #353 Β -Β by @VShawn in #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 #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 #376 (e982d)
- Allow RDP connect bar pin by default. Β -Β by @VShawn (fc1f3)
- Show alert when breaking changes update detected, close #383 Β -Β by @VShawn in #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 #368 (f9c77)
- Remove disconnected alert and add auto reconnect for #395 Β -Β by @VShawn in #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 #393 (66046)
- Show reconnect counting down and a manually reconnect button on data source group title. #395 Β -Β by @VShawn in #395 (c2d27)
- Remake available detect view, close #420 Β -Β by @VShawn in #420 (8ddda)
- Support cli parameters #427 Β -Β by @VShawn in #427 (b371e)
- Add character set translation option to Kitty #436 Β -Β by @VShawn in #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 #484 (ee1a0)
- Quick select and copy note text by mouse hover, close #550 Β -Β by @VShawn in #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 #643 (71ecd) - Remember FTP column size, close #640 Β -Β by @VShawn in #640 (abe48)
- RDP: Add audio quality mode support Β -Β by @sparrowhe in #551 (2bce4)
Β Β Β π Bug Fixes
- IsWritable do not change after edit datasource #282. Β -Β by @VShawn in #282 (a447f)
- Edit note bug when list sort by darg. refactor: improve note edit. close #374 Β -Β by @VShawn in #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 #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 #390 (32d5a)
- Fix the bug that there's a gap between parent menu and sub menu. fix #389 Β -Β by @VShawn in #389 (ae971)
- Fix bug that drives are always be redirected in RDP. fix #394 Β -Β by @VShawn in #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 #554 and #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
0.7.2.8
- bugs fix: see https://github.com/1Remote/1Remote/milestone/21?closed=1
Full Changelog: 0.7.2.7...0.7.2.8
0.7.2.7
- 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: 0.7.2.6...0.7.2.7
0.7.2.6
- fix a fatal bug on new uesers - fix other known bugs
0.7.2.3
fix sone bugs
0.7.2.2
- BUG fixs
- UX impoved
more details: https://github.com/1Remote/PRemoteM/milestone/17?closed=1
0.7.2.1
- fix bug of buck edit