-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVERSION.txt
More file actions
51 lines (44 loc) · 3.58 KB
/
VERSION.txt
File metadata and controls
51 lines (44 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Version Number: v0.92.0
SHA-256 Checksum: 5c45ce55e9f6e90811389a168e456c3dec5e846bd38ab86ba16c187ecb68d2e2
Release Date: 03/03/2026
Patch Notes:
- Updated Python version of the application to "3.13"
- Introduced new feature, added support for scheduled login: if personal credentials are saved, during Auto-Enroll event,
Tera Term will now close temporarily to reduce server load and automatically re-open 15-30 minutes before the enrollment
window to log in
- Introduced Enrollment History: generate a localized PDF of all enroll/drop/section-swap actions with timestamps and a final
status summary
- Enhanced Row Action (⇅) button: the original "Swap Rows" action is still available, but the button now supports a second
mode: "Clear Row". Clear is now the default behaviour and resets all fields in the selected row to their default state.
Right-click the button to toggle between "Clear" and "Swap". In Swap, it works a bit different now, the button swaps the
current row with the row below and if you want it to swap with the row above, you left-click while holding down "Shift"
key. Tooltips were also added for clarity
- Enhanced server load monitor with persistent CSV logging and accuracy improvements
- Implemented a way for users to be able to modify their enrollements for classes that have a co-requisite (lab class)
- When a new user logs into the system, all fields are automatically reset to their default state
- Reworked the feedback submission process - requests are now sent to a server instead of being processed on the client side
- Added a new function in the "Option Menu" tab called "Student Status" - it will display important information for the user
shown by the university's server (SIS)
- Improved the way personal user credentials are securely stored and retrieved
- Adjusted the layout of both the "Help" and "Status" pages, and added new functions to each
- Further refined the search accuracy for course titles in the "Help" window
- Optimized the table sorting functionality in the "Search Classes" tab
- Made the updater faster and work more reliably
- Adjusted the grid/layout of widgets of the "Multiple Classes" screen
- Resolved an issue where re-searching a class created a duplicate table instead of updating the existing one
- Refined entry sanitation to prevent malformed or inconsistent inputs
- Other miscellaneous fixes and improvements
- Updated dependencies
Updating: To update, the app includes an auto updater tool that will prompt you whenever there's a new version available
or you can just choose to simply download the files directly from the GitHub Repository and install it yourself:
https://github.com/Hanuwa/TeraTermUI/releases/latest
Reporting Issues/Bugs/Feedback: Feedback can be submitted directly through the app
via the "Status" window, or on the GitHub repository.
*Note: As this application is in the early stages of development, some bugs and issues are expected.
Your feedback, feature requests, and bug reports are invaluable and play a key role in improving and enhancing the project.
If you’d like to support further development, consider contributing to the project on GitHub:
https://github.com/Hanuwa/TeraTermUI_Dev
It is recommended to use Tera Term version 4 (for example, v4.108) rather than the newer version 5.
The latest release may disconnect and close unexpectedly during long sessions. This issue appears
to occur because Tera Term 5 introduces modern SSH protocol features that are not fully compatible
with the legacy SSH server used by the university. Version 4 remains more stable for connecting to that environment.