Skip to main content

Changelog

Updates

v0.5.0

  • ios and android: upgrade localnative_core dependencies
  • dmg and appimage: may be the last release of electron build
  • schema change: remove ssb table

v0.4.2

  • mac dmg: update dependencies

v0.4.1

  • ios: fix input keyboard not show up in share extension, use SwiftUI
  • android: use fetch title status text
  • web-ext: move description above tags input
  • mas: no Mac App Store release
  • tarpc: update to ln-v0.4.1
  • remove ssb nodejs cli

v0.4.0

  • add uuid4 field in note table
  • add upgrade code from v0.3.x to v0.4.0
  • add tarpc library
  • sync between desktop and desktop
  • sync between desktop and mobile
  • remove ssb sync and public UI
  • change ssbify to save content

v0.3.10

  • desktop and mobile: display QR code for url

v0.3.9

  • desktop: fix sync via attach file, About, Hide menu item
  • ios: fix offset issue after note insertion

v0.3.8

  • desktop: fix pagination with time range inconsistency
  • android: add button for deletion and tags
  • ios: add button for deletion and tags

v0.3.7

  • desktop: timeseries chart, tag cloud and screenshot
  • android and ios: add pagination

v0.3.6-mas-pkg

  • mas build got accepted but sandbox cause file location errors

v0.3.5

  • desktop app: sync via attach with another sqlite3 file
  • search result pagination
  • desktop app setup Chrome native messaging manifest json file
  • change android path to /sdcard/LocalNative
  • add license header to source files
  • mas build got rejected

v0.3.4

  • simplify release script
  • better iOS layout, add constraint for width
  • better multiple word text search
  • explict ssb sync command
  • bring back note deletion

v0.3.3

  • package web host and nodejs cli inside electron and setup manifest
  • change path to ~/LocalNative
  • consolidate localnative-nodejs cli into only one binary

v0.3.2-appimage

  • electron gnu/linux desktop build

v0.3.2-neon

  • nodejs to rust bridge used in electron

v0.3.2-rust

  • same as v0.3.1-rust and v0.3.0-rust

v0.3.2-npm

  • upgrade package.json dependencies

v0.3.2-mas-pkg

  • electron mac app store build but got rejected

v0.3.1-rust

  • fix crate-type, all rust builds works on mac

v0.3.0-rust

  • extract localnative_ssb as new crate

v0.2.4-ios

  • move cancel and save button down
  • upgrade rusqlite to 0.16.0 etc

v0.2.4-rust

  • format and dedup tags in rust

v0.2.4-android

  • insert note on android for chrome

v0.2.3-android

  • search on android

v0.2.3-ios

  • insert and search on ios for safari

v0.2.2

  • release initial iOS App
  • web extension
    • persist language choice
    • fix firefox language dropdown issue

v0.2.1

  • add i18n zh-CN

v0.2.0

  • allow public note be send to ssb
  • breaking schema change of table note by adding is_public column, sql migration script added

v0.1.5

  • allow web-ext to function without ssb sync
  • docs with screenshots

v0.1.4

  • remove annotations in ssb message
  • fill all ssb fields after publish

v0.1.3

  • recursively reduce annotation markdown size
  • ssbify None result handling

v0.1.2

  • fix to not ssbify when empty annotations
  • internalize ssbify code
  • allow small sized markdown to be displayed in ssb message

v0.1.1

  • use sql transactions
  • simplify rust to nodejs calls to global binaries

v0.1.0

  • ssb sync with other ids
  • add ssbify option
  • hide delete item operation

v0.1.0

  • hide delete item operation
  • tune UI elements to be more instant responsive

v0.0.2

  • add delete item operation
  • tune UI elements to be more instant responsive

v0.0.1

  • basic firefox and chrome extension