Releases: nocpiun/ferrum
Releases Β· nocpiun/ferrum
Ferrum Explorer 2.0.0a1
Ferrum Explorer 1.7.6
Add
- Resizable sidebars
- "Open in new window" button
- Dark mode theme adaptation
- Plugin manager for online browsing and installing plugins
- More APIs for plugin
- Properties in context menu
- Properties dialog
Ferrum Explorer 1.7.4
Add
- About panel in settings
- Update checker
- New Font (NotoSans SC Font & NotoSans TC Font)
- Make the left sidebar resizable
- Drag to move file or directory
- Disk info button in right sidebar
- Disk info dialog
- Left sidebar toggle
- Item format in file list
Fix
- Footer doesn't stay in the bottom
- Files are draggable in zip file mode
- Incorrect displaying when renaming a file
- Settings sidebar item aren't aligned with the icons
Other
- Migrated the repo from the personal account to this org account
Ferrum Explorer 1.7.3
By @NriotHrreion @ilila @henlowornd
Add
- JSX syntax supports of plugin system
- New logo
- I18n multi-language (zh-CN, zh-TW, en) #1
- Language option in settings
- SVG viewer and document viewer
- Supports of zip files
- Multi-language of plugins
- Search bar in the left sidebar
- New layout and appearace
- New font (Ubuntu Font) in en language mode
Fix
- Babel warning:
preset is already registered, it will be overridden
- Editor max event listener amount exceeded
- Star icon doesn't change after click if there is only one item in the star list
- Toolbuttons disappear under production mode
Ferrum Explorer 1.7.0.1
Add
- CPU usage bar in system info dialog
- Demo mode (see: https://ferrum-demo.nin.red)
- Settings dialog
displayHiddenFile
option is settings- Search dialog
- Move the "back to parent dir" button to the header
- Open file button in search dialog
- Dialog plugin type
- Plugin list in settings
- Plugin managing & storaging & uninstalling
- Music player
dataUrl
in viewers can automatically choose mime type
Fix
- Login panel wrong display
- Netlify deployment failed
- Demo 404 not found in Netlify
- URL incorrect in demo
- Settings can be saved in demo
- Production mode (
npm run start
) can't save config - Settings dialog bug
- Can't detect upper case file format
- File size doesn't display when the size is 0
- Star list overflow if the length is too long
- Page turn into blank after scrolling mouse
- Plugins don't work because of the storaging system
Other
- Upgrade bootstrap to 5.1.3
Ferrum Explorer 1.7.0
Add
- Plugin list in settings
- Plugin managing & storaging & uninstalling
THERE IS SOMETHING WRONG WITH THIS VERSION
Ferrum Explorer 1.6.2
Add
- Move the "back to parent dir" button to the header
- Open file button in search dialog
- Dialog plugin type
Improve
- Layout
- Mobile adaptation
- Settings dialog layout
- The saving feature of settings
- Plugin system & plugin features
Fix
- Star list overflow if the length is too long
- Page turn into blank after scrolling mouse
Note
The structure of a plugin has been changed. Following is an example:
import { PluginMetadata } from "../../client/types";
export const ExamplePlugin: PluginMetadata = {
name: "example-plugin",
displayName: "Example Plugin",
setup(apis) {
// do something ...
},
};
Ferrum Explorer 1.6.1
Add
- CPU usage bar in system info dialog
- Demo mode (see: https://ferrum-demo.nin.red)
- Settings dialog
displayHiddenFile
option is settings- Search dialog
Improve
- Add more comments and READMEs
- Code structure
Fix
- Login panel wrong display
- Netlify deployment failed
- Demo 404 not found in Netlify
- URL incorrect in demo
- Settings can be saved in demo
- Production mode (
npm run start
) can't save config - Settings dialog bug
- Can't detect upper case file format
- File size doesn't display when the size is 0
Other
- Upgrade bootstrap to 5.1.3
Ferrum Explorer 1.6.0
Add
- Uptime in sysInfo panel
- Password setting dialog
- Checkbox in file list
ctrl+a
select all file- Back to top button
- Mobile client adaptation
Improve
- Code structure
- Layout
- Change Monaco editor to ACE editor
- Dialog & sysInfo panel
Fix
- File path in editor overflow
- Uptime too long to display
- File can't be saved in editor
ItemSelected
state doesn't update when deleting file- BackToTop button is available when a dialog is open
- App worker instance being created multiple times
Other
- Change some class components into function ones
- Add
react-hooks
plugin in eslint
Ferrum Explorer 1.5.0
Add
- Rename feature
- New rename actions
- Create file(s) and directory(s) feature
- System info panel
- Terminal feature (Need to configure)
- Password verify & login page
- PDF viewer feature
- Production starting
- Star badge in the right sidebar
- License page
Improve
- Rename feature
- Tests
- Layout
- Change the port
3000
to3300
Fix
- Rename box action bug
- Cannot parse
config.json
- Rename box wrong display
- Tests can't pass
- Cannot login by pressing enter
- Cannot find file
config.json
in src - File uploader overflow