

Very useful feature that is currently not natively supported (a pull request is under review and testing). An alternative is the tailscale-wakeonlan project.



This way, you can distinguish between a live iso and the first boot from the disk 😇

Anki’s method for determining the last review time has two main issues:
due and interval fields can be incorrect, especially when modified manually or by add-ons.last_review_time_secs (optional int64) to the protobuf definition.last_review_time: Option<TimestampSecs> to the Rust Card struct.last_review_time into read/write logic.last_review_time over legacy methods.
Custom Search Engines: Firefox now supports adding even more search engines. To add a custom engine, right-click a search field of a supported website and select “Add Search Engine”, or go to Settings > Search > Add (below the search shortcuts table) to manually enter a search URL.
Firefox Extensions: Customize your toolbar with the option to remove the extensions shortcut, giving you more control over your browser. When the button is hidden, you can access the extensions panel again at any time from the Firefox menu by clicking the Extensions menu item.
You can now unload tabs by right-clicking on a tab (or multiple selected tabs) and selecting “Unload Tab”. This can speed up performance by reducing Firefox’s memory and CPU usage.
Full-Page Translations now prioritizes translating only the content near your current view, improving speed and responsiveness. Content outside your view is skipped unless you scroll to it, reducing unnecessary resource usage.
Firefox builds in Arabic now come with a built-in Arabic dictionary for the Firefox spellchecker.
Address autofill enabled for users in Italy, Poland, and Austria.

unzip() now follows unzip 6.00 in how it handles extracted file paths which contain "../". With thanks to Ivan Krylov.nmath can be built with early-2025 versions of clang-based compilers such as LLVM clang 20, Apple clang 17 and Intel icx 2025.0.tcltk: this has become the default in some Linux distributions. N.B. several third-party packages currently require Tcl/Tk 8 or even 8.6 without declaring so.javareconf could not detect ‘libjvm.*’ in the zero variant of the JDK (PR#18884). All valid variants as of JDK 24u are now supported.factanal(.., rotation=*) now correctly updates rotmat, fixing PR#18886.dnbinom(<large>, <muchlarger>, ..) now is 0 correctly, instead of NaN or Inf sometimes.dbinom(<large>, n=Inf, ..) is 0 now correctly, instead of NaN which also fixes many dnbinom() cases, notably those mentioned in PR#16727 comment #5.bd0() for extreme arguments (preventing under-/overflow) solves more PR#16727 cases and also prevents some full accuracy loss in such cases for dbinom(), dnbinom(), and via dbinom_raw() potentially dgeom(), dhyper(), dbeta(), and df().signif(1.**e308, digits) no longer truncates unnecessarily (but still to prevent overflow to Inf), fixing PR#18889.prettyNum(*, zero.print={>=1-char}, replace.zero=TRUE) now works as documented, thanks to Marttila Mikko and Ivan Krylov’s messages on R-devel.pbeta(x, a,b, ..) for very large a,b no longer returns NaN but the correct values (0 or 1, or their logs for log.p = TRUE). This improves Mathlib’s C level bratio() and hence also pnbinom(), etc..https://cran.r-project.org/bin/windows/base/NEWS.R-4.5.1.html