Skip to content

Releases: Jimskapt/lambda-badger

Simplify & update dependencies

23 Dec 21:13
Compare
Choose a tag to compare
  • drop cordova
  • drop electron
  • drop babel
  • drop unit tests (unused, yet)
  • update all dependencies

1.5.0 : custom notes on the first load

10 Nov 09:27
Compare
Choose a tag to compare

You can now set up on the "server-side" the webapp to generate custom notes when there is no notes created.

Just add a the file settings.js on the root of the app, with following content :

(extract of docs/settings.js)

const INITIAL_STATE = {
    contents: {
        'en-US': [
            {
                _id: 'demo-0',
                title: 'What is Lambda-Badger ?',
                content: 'You are currently using it.\n\nIt is a webapplication [...]'
            },
        ],
    },
};

1.4.0 : archiving notes

04 Nov 07:39
Compare
Choose a tag to compare

You can now "archive" notes.

If you are not using android APK, just unzip the *.zip file and open the *.html in your web browser.

1.3.0 : using markdown syntax in notes

31 Oct 05:35
Compare
Choose a tag to compare

You can now use Markdown syntax in notes in order to build rich text.

If you are not using android APK, just unzip the *.zip file and open the *.html in your web browser.

1.2.0 : adding manual export/import tools

29 Sep 06:04
447f4d6
Compare
Choose a tag to compare

You can now manually filter and export your data in a JSON format.

And then you can import it back.

There is also a couple of minor upgrades in all functionnalities.

If you are not using android APK, just unzip the *.zip file and open the *.html in your web browser.

1.1.0 : adding note title, subjects and confidentiality filter

21 Sep 04:20
Compare
Choose a tag to compare

New functionnalities !

  • A note can have a title
  • A note can have one or more subject(s) flag(s), and filter the note list with this flag(s)
  • The content of a note can now be hidden if it is marked as confidential. You have to click on a button to show/hide the content.

If you are not using android APK, just unzip the *.zip file and open the *.html in your web browser.

1.0.0: first release

15 Sep 04:33
Compare
Choose a tag to compare

This is the first stable release of the application.

Please note this a MVP (Minimum Viable Product) : a lot of exciting features will be added in next versions !

If you are not using android APK, just unzip the *.zip file and open the *.html in your web browser.