1.2.0 #468
lhecker
announced in
Announcements
1.2.0
#468
Replies: 1 comment 5 replies
-
Developers! Developers! Developers! ;D By the way, is there any plan of extension support, vertical and horizontal splitting editor pane? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As Steve Ballmer famously said: Fixes! Fixes! Fixes! We do one better and also have new features.
I expect the rate of releases to rise quadratically from now on. 1.1e19.0 should be out in a few weeks.
To Linux package maintainers: We now added an official recommendation for package names to our README.
Changes
If you couldn't find Shift-JIS before, because we called it "ibm-943_P15A-2003", rest easy: It's now called "Shift_JIS" as you'd expect.
This will make it a lot easier to spot them at a glance!
This may be a welcome change for those of you who use CJK characters on Linux. It also fixes issues with the older Windows Console when you used fonts such as "MS Gothic".
If you had issues browsing 1GB+ files before: Now you don't. On my CPU it runs at up to 160GB/s!
Bug Fixes
Smaller Changes
Smaller Bug Fixes
Improvements to our use of Rust
DisplayablePathBuf::from_string
(Remove redundant heap allocation inDisplayablePathBuf::from_string
#336) (thanks @rhysd)os_string_truncate
feature (Remove dependency on os_string_truncate #421) (thanks @matthew-e-brown)scratch_arena
had some UB and was fixed (Fix UB in scratch_arena #455) (thanks @comex)Localization, Internationalization, Documentation
:
instead of/
to clarify that you have to type "line:column" (Use colon:
Instead of forward slash/
for clarity #354) (thanks @sharshi)readme
andcategories
fields were added to Cargo.toml (Add readme/categories to Cargo.toml #415) (thanks @sorairolake).desktop
file was added (Add a rudimentary .desktop file #420)Vec<T>
in our docs (FixVec<T>
formatting in docs #435) (thanks @SakuraM)Miscellaneous
LineCache
struct in advance of adding syntax highlighting in the future (AddLineCache
to optimize newlines lookup #352) (thanks @L1quidH2O)This discussion was created from the release 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions