Skip to content

Releases: odinapp/odin

Odin v0.2.0

27 Nov 11:52
Compare
Choose a tag to compare

I wanted to release a mini patch for the 0.1.0 version but ended up adding some more crucial features in this update. 😅

Note: From this update onwards, files can only be downloaded through Odin clients. This ensures end to end encryption and increases overall security.

Major changes:

  • End to end encryption with AES-256 [fixed]
  • Enter token on any device to receive files [new]
  • Better cross-platform UI [fixed]
    & a ton of bug fixes.

Hotfix:

  • Logs not saving in mobile devices [fixed]

Know issues:

  • Build issue in macOS & iOS due to Firebase Core (required for dynamic links)
  • UI jank when processing multiple or big files

Coming soon:

  • All-new UI/UX (as the current one feel a bit too limited to me 😅)
  • Better storage/hosting of encrypted files (replacing GitHub with a new and better storage option)
Full Changelog:

  • add demo video in readme (Abhay Maurya)
  • add aes encrypt dep (LiquidatorCoder)
  • add encryption service (LiquidatorCoder)
  • add file encryption (LiquidatorCoder)
  • add decryption method (LiquidatorCoder)
  • add password back in link (LiquidatorCoder)
  • update app identifier (LiquidatorCoder)
  • add dynamic link dependencies (LiquidatorCoder)
  • add dynamic link builder method (LiquidatorCoder)
  • add singleTask launchmode (LiquidatorCoder)
  • add download service (LiquidatorCoder)
  • fix file decryption method (LiquidatorCoder)
  • add get file from token method (LiquidatorCoder)
  • fix open file missing (LiquidatorCoder)
  • add popup menu for windows (LiquidatorCoder)
  • add links in windows top bar menu (LiquidatorCoder)
  • add popup menu in android & ios (LiquidatorCoder)
  • add top bar on macos (LiquidatorCoder)
  • build on iOS (LiquidatorCoder)
  • fix toast on mobile devices (LiquidatorCoder)
  • Merge branch 'feature-working-menu' into dev (LiquidatorCoder)
  • fixes #6 (LiquidatorCoder)
  • Merge branch 'hotfix-mac-app-icon' into dev (LiquidatorCoder)
  • remove dynamic link shortener on desktop (LiquidatorCoder)
  • add token display field and qr image (LiquidatorCoder)
  • add file unzip method (LiquidatorCoder)
  • add receive file from token ui & logic (LiquidatorCoder)
  • fix file path error (LiquidatorCoder)
  • add/fix get file from token method on Android (LiquidatorCoder)
  • bump compileSdkVersion to 31 (LiquidatorCoder)
  • add external storage permissions (LiquidatorCoder)
  • update downloaded zip name (LiquidatorCoder)
  • add completion toast on mobile devices (LiquidatorCoder)
  • fix copy text on mobile devices (LiquidatorCoder)
  • Merge branch 'feature-encryption' into dev (LiquidatorCoder)
  • bump to version 0.2.0+2 (LiquidatorCoder)
  • fix #8 (LiquidatorCoder)
  • fix #9 (LiquidatorCoder)
  • fix #10 (LiquidatorCoder)
  • fix toast on mobile devices (LiquidatorCoder)
  • Merge branch 'release-0.2.0' into main (LiquidatorCoder)
  • Odin v0.1.0

    23 Nov 12:56
    2c0e506
    Compare
    Choose a tag to compare

    This is the initial release of Odin. 😊

    Features:

    • Drag and drop to share multiple files.
    • Scan QR codes to receive them on any device.
    • Windows, macOS, Android & iOS platforms supported
    • Beautiful responsive UI
    Full Changelog:

  • init (Abhay Maurya)
  • update homepage (Abhay Maurya)
  • add bitsdojo window (Abhay Maurya)
  • update window ui (Abhay Maurya)
  • add acrylic effect (Abhay Maurya)
  • add file drop (Abhay Maurya)
  • add data service (Abhay Maurya)
  • file upload works fine (Abhay Maurya)
  • add provider, get_it, logger (Abhay Maurya)
  • add url launcher (Abhay Maurya)
  • add http service (Abhay Maurya)
  • add url shortner service (codenameakshay)
  • fix drag images error (codenameakshay)
  • add menu button (LiquidatorCoder)
  • remove flutter acrylic and update colors (LiquidatorCoder)
  • add random folder names (codenameakshay)
  • fix link not clickable (codenameakshay)
  • fix window size (LiquidatorCoder)
  • add zip archive for multiple files (codenameakshay)
  • update homepage ui; add upload icon (LiquidatorCoder)
  • add file picker service (codenameakshay)
  • add ripple animation (LiquidatorCoder)
  • fix responsive logo (LiquidatorCoder)
  • build on macos (LiquidatorCoder)
  • add network permissions for macos (LiquidatorCoder)
  • replace data service with github service (codenameakshay)
  • remove data service (codenameakshay)
  • add clipboard copy (LiquidatorCoder)
  • fix linear progress ui (LiquidatorCoder)
  • add glow in icon (LiquidatorCoder)
  • update windows & mac app icons (LiquidatorCoder)
  • add done and drop icons (LiquidatorCoder)
  • clean up services (LiquidatorCoder)
  • improve file service (LiquidatorCoder)
  • add filenotifier & cleanup ui (LiquidatorCoder)
  • fix shortner service (LiquidatorCoder)
  • unfinished work on progress (codenameakshay)
  • add poppins font (LiquidatorCoder)
  • add tooltip (LiquidatorCoder)
  • add onhover icon (LiquidatorCoder)
  • update app desc (LiquidatorCoder)
  • fix zip file name (LiquidatorCoder)
  • fix onhover icon (LiquidatorCoder)
  • add qr code option (codenameakshay)
  • add toast service (LiquidatorCoder)
  • add preferences service (codenameakshay)
  • fix gesture detectors (LiquidatorCoder)
  • update qr code ui (LiquidatorCoder)
  • add innosetup script (LiquidatorCoder)
  • add cloud functions (LiquidatorCoder)
  • add android compatibility (LiquidatorCoder)
  • add file name indicator (LiquidatorCoder)
  • minor ui fixes (LiquidatorCoder)
  • fix ui on mobile device (LiquidatorCoder)
  • rename shortener service (LiquidatorCoder)
  • update locator & main (LiquidatorCoder)
  • add unit tests (LiquidatorCoder)
  • add readme (LiquidatorCoder)
  • Create LICENSE (Abhay Maurya)
  • Merge pull request #1 from odinapp/add-license-1 (Abhay Maurya)
  • update readme (LiquidatorCoder)
  • add a...
  • Read more