Releases: FrozenAssassine/Fastedit
2.5.0
What's Changed
- Added a right-click menu to copy text from the status bar item.
- Added support for "Open With" and "Save" for .tex, .csv, and .toml file formats.
- Moved the "Syntax Highlighting" option "None" to the top.
- Updated Microsoft.UI.Xaml to version 2.8.5.
- Fixed a bug where the edit design page always prompted to save even without changes.
- Fixed a bug where the app crashed when pressing Enter in the quick access without an item selected.
- Fixed a bug where the app crashed when attempting to reopen a file with an encoding, but the file did not exist.
- Fixed design1 to have a solid background color for the dialog.
v2.4.0
What's Changed
- fix: show export/import settings failed when user cancelled it by @FrozenAssassine in #115
- ref: update word count performance and memory usage by @FrozenAssassine in #116
- fix: subpage of run command window does not have text color by @FrozenAssassine in #119
- feat: add more items to quick access by @FrozenAssassine in #122
- feat: rename file dialog by @FrozenAssassine in #123
- fix: replace all does not change modified state of document by @FrozenAssassine in #124
- feat: report bug, request feature button in about page by @FrozenAssassine in #125
- feat: save all documents by @FrozenAssassine in #126
- feat: shortcut for vertical tab flyout (Ctrl + M) by @FrozenAssassine in #127
- feat: Ctrl + Shift + P for quick acces like in VSCode by @FrozenAssassine in #130
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- This adds encoding to fileinfo by @FrozenAssassine in #112
- This fixes #102 by @FrozenAssassine in #104
- This fixes #52 by @FrozenAssassine in #111
- This adds selection to file info by @FrozenAssassine in #109
- Fix: add tabs only to recylce bin when they were modified by @FrozenAssassine in #108
- Fix: colors in quick access are now matching the dialog color by @FrozenAssassine in #103
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Implemented design editor by @FrozenAssassine in #79
- This fixes undocked tab closes when auto-saving the database by @FrozenAssassine in #96
- This shows the correct cursor in the settings by @FrozenAssassine in #95
- This adds functionality to delete/import/export designs by @FrozenAssassine in #91
- This removes the default start location from the file picker by @FrozenAssassine in #92
- Fix: Ctrl + Alt + E shows encoding dialog by @FrozenAssassine in #88
- This implements the updated vertical tab flyout from #82 by @FrozenAssassine in #87
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- Fix: No ask to save when tab is in second instance and open using Ctrl + O by @FrozenAssassine in #69
- Renamed Design to Designs in settings by @FrozenAssassine in #81
- When closing not loaded tab, app saves emty file by @FrozenAssassine in #80
- Fix: When closing all tabs the currentlySelectedTabPage is not null by @FrozenAssassine in #75
- RunCommandWindow more responsive by @FrozenAssassine in #71
- Fixed settings visible in open tabs flyout by @FrozenAssassine in #83
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Implement mousebutton four and five to switch between tabs (#41) by @FrozenAssassine in #47
- Add shortcut to hot reload the design by @FrozenAssassine in #62
- Add light dismiss to the RunCommmandWindow (#45) by @FrozenAssassine in #59
- Fix: Search and RunCommandwindow can be opened in settings by @FrozenAssassine in #58
- Add statusbar customization by @FrozenAssassine in #57
- Reduce size of the expanded navigationpane in settings #40 by @FrozenAssassine in #46
- This fixes #64 by @FrozenAssassine in #65
- Add Separator in Menubar between Recyclebin and Settings by @FrozenAssassine in #67
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- This fixes #39 by @FrozenAssassine in #44
- This fixes #42 by @FrozenAssassine in #43
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Fastedit Version 2.0.0
A new version of Fastedit, rebuilt from the ground up
Changelog:
• faster and way more stable database
• syntaxhighlighting
• new textbox with a lot more features (TextControlBox)
• textlimit is now 100 million characters
• new designs
• faster startup time
• cleaned up settings page
• many more small improvements and overall a more stable experience
Known issues:
• search can have some weird behaviour
• replace single words not implemented yet
• close all not implemented yet
1.6.2
Fastedit Version 1.6.2
Changelog:
• Added a searchbox to the secondary instance
• Fixed very small bugs
• Improved search experience
1.5.2
Fastedit Version 1.5.2
Changelog:
• Added number of lines to fileinfo
• Added a compact overlay mode for secondary instance
• Improved startup performance mostly for a larger amount of tabs
• Designchange now changes the design of all instances
• Fixed a bug, where the line under your cursor got copied if nothing selected
• Fixed a bug, where you could not open a file using the Windows-rightlickmenu, if the app was already running