Skip to content

Releases: Kruemmelspalter/FileSpider

v2 Alpha 3

26 Jan 17:02
0abf02e
Compare
Choose a tag to compare
v2 Alpha 3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-2...v2.0.0-3

v2 Alpha 2

12 Jan 22:34
9cd05c4
Compare
Choose a tag to compare
v2 Alpha 2 Pre-release
Pre-release

What's Changed

  • Complete search by @Kruemmelspalter in #97
    => search by access time, creation time or name
  • Add migrator by @Kruemmelspalter in #100
    => migrator binary to migrate databases from v1 to v2 (manual in migrator --help)
  • Add settings => configurable document presets and editors by @Kruemmelspalter in #102
    => settings in ${FILESPIDER_DIRECTORY}/config.json5

Full Changelog: v2.0.0-alpha...v2.0.0-2

v2 Alpha: Rewrite in Tauri

04 Dec 20:17
Compare
Choose a tag to compare
Pre-release

What's Changed

All functionalities of v1.4.0 should work again. Changes in architecture:

  • It's now just a desktop application instead of five docker containers, a proxy and a browser
  • Renderers and editors can't be redundant anymore (only one renderer / editor for the same document (state) at once)
  • there aren't any document templates yet; for Xournal++ create a document and then import it
  • exporting now shows the file in explorer (doesn't have extension; doesn't work on linux without dbus supporting program)

Full Changelog: v1.4.0...v2.0.0-alpha

v1.4.0: Various fixes, xopp to pdf import, document fullscreen

27 Apr 19:11
aea7388
Compare
Choose a tag to compare

v1.3.0: Polishing, various fixes, ebook renderer

29 Jan 01:07
68b3f62
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1: Bugfixes and dependency upgrades

11 Jan 19:38
8f27f58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

04 Jan 16:08
d96d0f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

V1.1.0: Use file extensions and some other fixes / small features

04 Jan 03:55
d0e137c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

V1.0.1: Bugfixes for Upload

02 Jan 11:35
1da09ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

27 Dec 22:55
cb9dd97
Compare
Choose a tag to compare

What's Changed (Everything)

  • MariaDB database
  • Kotlin / Spring Boot Backend
    • get document meta
    • search documents
    • render documents
    • create / delete documents
    • add and remove tags from documents
    • change document title
  • Vue.js / Nuxt.js Frontend
    • same stuff as in the backend
    • open editors
  • nginx reverse proxy
    • webdav server
  • express client
    • mounting webdav server
    • launching editors on the mount
  • building automatically to ghcr

Full Changelog: main@{100day}...main