[Changelogs]
v0.84 BETA
* Changed all urls to https
v0.83 BETA
! Pre- file (script) wasn't saved correctly when manually edited
* Removed all tabs in the main GUI and replaced them with a normal
configuration dialog window
* Added a menu to the main window
* Window position is now always stored, .ini option value removed
+ Initial translation support
German + English are the first available languages
+ YAUM now looks for WM_POWERBROADCAST events. On Suspend to Ram or
Hibernate wakeup it will not immediately try to look for an update
but instead wait for the configured time
v0.82 BETA
* Keep max archive(s): Replaced "0" with "Off"
+ Keep max archive(s): Added 50, 100 and "No limit"
When switched to "Off" and there are still archives
in the folder, you'll get a "Confirmation" message now
+ Tray icon status added: Orange = Update available
Green = XYplorer is up to date
Grey = Starting up, no update check done
+ Logfile added: YAUM now creates a log file "YAUM.log" in it's own directory
where it records all successful updates
* Setting options are now written to the .ini file immediately, not after
switching back to the "Update" tab
+ Pre- & Post file (script) execution added. "Pre" is executed right before
XYplorer is updated and "Post" immediately after the update is finished.
When only a file name without path is used, it resolves to the "Scripts"
folder inside YAUM's directory
v0.80 BETA
- Fix for the change from http:// to https:// for the XYplorer domain
v0.73 BETA
- Window title: YAUM + version number (instead of YAUM [Elevated / Not elevated]
- Elevation status is now found in the groupbox caption in Update tab
- Postpone & next update check are limited to 5 mins min. and 48 days max.
The input boxes will not allow to set those limits lower / higher than min / max
49,7 days is the maximum time of an .ahk timer and I think we don't need to hammer XY update urls more often than 5 minutes...
- Bug fixed: YAUM was able to delete all files in it's directory when "Keep max. archive(s)" was set to 0
Now it handles downloaded archive file / backup folder deletion much more carefully (e.g. via recycle bin)
- Changed names of downloaded archives into "v<version number>_beta|official.zip"
- All code for closing elevated / non elevated XY instances should now be in place
If you see a message like this: "YAUM will autoclose your running XY instances if you use "Update now"..."
-> YAUM has the necessary permissions to close XY and will do so automatically
When you see this message: "You need to close all running XY instances first!"
-> YAUM is not elevated but a running XY instance is.
You need to close XY by yourself. When you do so, the "Update now" button get's reenabled and the messages is dismissed
v0.72 BETA
- Added option: Run always elevated
This will start YAUM with admin permissions (to be able to update e.g. a portable XY that runs with admin rights)
If you switch it on, a red remark pops up, reminding you, that you need to restart YAUM to actually make this setting active
If YAUM was already elevated, ofc no restart is required (and no red remark pops up)
This will allow YAUM to restart non elevated XY instances with user permissions (instead of elevating them, too) in the future.
- The window title will reflect if YAUM is running elevated or unelevated. The old title, if a new (beta) version is available, etc. was removed. That info is visible in the gui...
- The separate download window was removed. The download status is now integrated into the main gui. See the screenshot in the first post...
v0.71 BETA
- Bugfix for the "Check for updates each" edit values (they weren't set correctly after reading the .ini file)
- "Hide" button is gone. As a replacement, the minimize button of the window itself is back. It takes over that functionality
- The gui will now remember it's last active tab. So when you minimize it and use the keyboard shortcut it comes back with the last selected tab
- A few bugfixes for showing version numbers
- A click on "Update now" won't close the gui anymore
v0.7 BETA
- Hopefully all gui bugs are fixed now (updating + displaying controls)
- If the "Check for beta" checkbox on the Settings tab is switched, don't close & reopen the gui for an update check
- Update checks are now done automatically if that checkbox is toggled and you get back to the Update tab
- Added a "Check now" button for an immediate check
- Made the online detection more foolproof
- If a HTTP error occurs (version urls not reachable) you'll see the http status code
- If you're somehow offline, you'll see that as well
v0.6 BETA
- Changed: Postpone check + Check for updates use a new system to enter the value + format string
+ Bugfixes
+ Internal enhancements (better offline check)
v0.5 BETA
- Fixed showing a new official version as beta
- Fixed: Product version on official releases doesn't use the .0000 ending, therefore they were still found as updates even when on the same version already
- Fixed: If there was no update but "DoNotRunInBackground" was true, the app still used the background mode. No it exits directly...
v0.4 BETA
- Added a setting to store current window positions (off by default)
- Added a setting to not run in background
If switched on, the app exits after {Esc}, click on the close + update now button
The hide button get's disabled as well
- Bugfixes for multiple instances & non existing ini values on updates
v0.3 BETA
- Moved the links for beta changelog + what's new page behind the version number
- Added an option to change the hotkey that displays the GUI
Be careful, when you set it <empty>, you can't invoke the GUI manually anymore
- XY is only restarted when it was closed through YAUM itself!
- Added a setting for how many downloaded XY versions you want to keep
Hardcoded storage folder: .\!XY archives
If you change the setting in the GUI, the folder will be automatically created (>=1),
deleted (=0) and the oldest versions deleted if switched from a higher value to a lower one
(e.g. from 10 to 3 -> only the three latest survive)
v0.2 BETA
- Bug fixed: Autoelevation for storing the first .ini file will probably fail (on Vista+) when YAUM is stored in C:\ProgramFiles | C:\ProgramFiles(x86)
- Implemented: ; TODO: Recheck for updates immediately when [ ] Check for beta versions is changed