Releases: JeseKi/PathLinker
Releases · JeseKi/PathLinker
v0.3.0
更新日志
- 现在允许通过
ctrl+shift+c
来快速打开一个文件选择器,并选择一个/多个文件来快速创建映射,所创建的映射将自动被复制到剪切板中,使用ctrl+v
即可快速粘贴到编辑器中。 - 优化了一下UI。
Update Log
- Now allows for quickly opening a file selector with
Ctrl+Shift+C
and selecting one or more files to quickly create a mapping. The created mapping will automatically be copied to the clipboard, and can be quickly pasted into the editor withCtrl+V
. - The UI has been optimized.
PathLinker v0.2.1
PathLinker v0.2.0
English:
Update:
- The URLs now mapped will not be restricted by the source files, meaning they will maintain the link and the files can still be accessed even if the source files are deleted. However, the disk space occupied will only be released when the mapping is deleted.
- Updates to the source files/mapped files will be simultaneously reflected on each other.
- Optimized front-end display.
Database Update
If you are a user of version 0.1.0-1, please run the database_update
script before updating; if not, you can ignore this step.
Linux
- Download
database_update
(the one without an extension). - Run
./database_update
in the directory where it was downloaded to complete the update.
Windows
- Download
database_update.exe
. - Run
database_update.exe
to complete the update.
中文:
更新:
- 现在所映射的URL将不会受到源文件的限制,即使源文件被删除也会保持链接,且依旧可以打开文件,但当映射被删除时所占用的硬盘存储才会被释放。
- 源文件/映射文件的更新均会同时更新到对方身上。
- 优化了前端显示
数据库更新
假如您是0.1.0-1的用户,在进行更新前请先运行database_update
脚本,如果不是可以忽略这一条。
Linux
- 下载
database_update
(无拓展名的那个) - 在下载的目录下运行
./database_update
即可完成更新
Windows
- 下载
database_update.exe
- 运行
database_update.exe
即可完成更新