Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Releases: JeseKi/PathLinker

v0.3.0

11 May 04:03
Compare
Choose a tag to compare

更新日志

  1. 现在允许通过ctrl+shift+c来快速打开一个文件选择器,并选择一个/多个文件来快速创建映射,所创建的映射将自动被复制到剪切板中,使用ctrl+v即可快速粘贴到编辑器中。
  2. 优化了一下UI。

Update Log

  1. 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 with Ctrl+V.
  2. The UI has been optimized.

PathLinker v0.2.1

03 Apr 07:03
Compare
Choose a tag to compare
  • Multilingual support
  • 支持多语言

cn

en

ja

es

fr

hi

ar

PathLinker v0.2.0

29 Mar 01:46
Compare
Choose a tag to compare

English:

Update:

  1. 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.
  2. Updates to the source files/mapped files will be simultaneously reflected on each other.
  3. 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

  1. Download database_update (the one without an extension).
  2. Run ./database_update in the directory where it was downloaded to complete the update.

Windows

  1. Download database_update.exe.
  2. Run database_update.exe to complete the update.

中文:

更新:

  1. 现在所映射的URL将不会受到源文件的限制,即使源文件被删除也会保持链接,且依旧可以打开文件,但当映射被删除时所占用的硬盘存储才会被释放。
  2. 源文件/映射文件的更新均会同时更新到对方身上。
  3. 优化了前端显示

数据库更新

假如您是0.1.0-1的用户,在进行更新前请先运行database_update脚本,如果不是可以忽略这一条。

Linux

  1. 下载database_update(无拓展名的那个)
  2. 在下载的目录下运行./database_update即可完成更新

Windows

  1. 下载database_update.exe
  2. 运行database_update.exe即可完成更新

0.1.0-1

21 Mar 11:05
Compare
Choose a tag to compare
0.1.0-1 Pre-release
Pre-release

完成了MVP的编写与Linux和Windows上的打包