10000 Tags · google/note-maps · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: google/note-maps

Tags

v0.1.3

Toggle v0.1.3's commit message

Verified

This tag was signed with the committer’s verified signature.
jtacoma Joshua Tacoma
v0.1.3 - Unreleased

A security fix release, including a couple of security fixes that showed
up as pull requests.

Changed

- Fixed links in CHANGELOG (this file).
- Bumped version of 'addressable' in Flutter, for both Android and iOS.

v0.1.2

Toggle v0.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
jtacoma Joshua Tacoma
v0.1.2 - 2020-12-30

A delayed release capturing v0.1 efforts before moving development on to
v0.2. Any updates to this version will be tracked in the `v0.1` branch,
and may lead to additional 0.1.x releases.

Added

- Added (but also removed) an F-Droid deployment workflow.
- Early work to deploy automatically through Fastlane. Eventually, this can
  support deploying to iOS devices via Test Flight.
- Many minor CI/CD improvements and tweaks.
- UI tests for the iOS app.

Changed

- Attempted F-Droid deployment.
- Build separate `apk` files for Android with `--split-per-abi`
- Fixed firebase deployment workflow.
- Switched to nixpkgs-unstable.
- Updated Android-specific dependencies: addressable, Gradle.
- Updated Flutter version.
- Updated GitHub issue templates.

Removed

- Minor improvements to the (still quite rough) UI showing a little more of
  what's going on.
- Added "About" page with app version.

v0.1.1

Toggle v0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
jtacoma Joshua Tacoma
v0.1.1 - 2020-12-22

Added

- Makefile to help with builds.
- Nix to help make builds more reproducible.
- GitHub Actions to help with CI.

Removed

- Travis CI config.

v0.1.0

Toggle v0.1.0's commit message
v0.1.0 - 2012-12-06

Removed:

- All JavaScript implementations under `js`.
- The original Flutter implementation under `note_maps`.

v0.0.6

Toggle v0.0.6's commit message
v0.0.6 - 2020-12-06

Added:

- New Dart packages under `dart/...` and Flutter packages under `flutter/...`.
- GraphQL schema at `api/note.graphqls`, used [gqlgen][] to generate Go code,
  [artemis][] to generate Dart code for new Flutter package
  `flutter/nm_gql_go_link`, and some awkward glue to make them fit.
- [Zefyr][] as a subtree in `third_party/zefyr` so that custom
  attributes can be supported.
- Dart packages `dart/nm_delta` and `dart/nm_delta_notus` as an attempt to integrate with [Zefyr][]'s data models.
- Documents attempting to hash out some of the ideas here: [docs/data-model.md](docs/data-model.md)
  [docs/design.md](docs/design.md)
  [docs/like-editing-a-document.md](docs/like-editing-a-document.md)
  [docs/requirements.md](docs/requirements.md).
- [GPM][] config to help manage Dart packages.
- Makefile and some `*.mk` files for [GNU Make][] based builds.
- [Nix][] scripts under `nix`, partly managed by [Niv][], for consistent
  versions of build tools including a custom `dart` package to support builds on Darwin.

Changed:

- Applied some JavaScript security patches.
- Regenerated Go code for protocol buffers.

Deprecated:

- All JavaScript implementations under `js`.
- The original Flutter implementation under `note_maps`.

[artemis]: https://pub.dev/packages/artemis
[gqlgen]: https://github.com/99designs/gqlgen
[GNU Make]: https://www.gnu.org/software/make/
[Niv]: https://github.com/nmattia/niv
[Nix]: https://nix.dev/
[GPM]: https://pub.dev/packages/gpm

v0.0.5

Toggle v0.0.5's commit message

Verified

This tag was signed with the committer’s verified signature.
jtacoma Joshua Tacoma
Another flurry of commits? another v0 release.

Backward-incompatable changes:

*   note:
    *   rename `notes` to `note`
    *   rename `IsolatedReadWriteCloser` to `Database`

Improvements:

*   improve support for building the mobile app
*   early experimental attempt at operational transforms
*   notes have types, which are separate from contents

v0.0.4

Toggle v0.0.4's commit message

Verified

This tag was signed with the committer’s verified signature.
jtacoma Joshua Tacoma
Lots of refactoring so another tag.

There are also a bit more tests and docs.

v0.0.3

Toggle v0.0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
jtacoma Joshua Tacoma
The first tag with Textileio's ThreadsDB!

v0.0.2

Toggle v0.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
jtacoma Joshua Tacoma
Another tag just because it's been too long

v0.0.1

Toggle v0.0.1's commit message
Initial semantic versioning tag

0