Skip to content

Releases: aerocyber/sitemarker

Version 2.0.0 - stable release

31 Mar 07:43
2489ade
Compare
Choose a tag to compare

Major Release

This is a major release with support for Windows, Linux and Android.

Help

Please consider supporting the project (financially and via code/doc contributions), testing the project releases AND spreading the word!

About this release

Technical

Sitemarker has undergone a full rewrite. The old UI is now refreshed to a modern UI. The technical changes are too major. But, the summary includes:

  • UI rewrite and change
  • Move away from Python and GTK to Flutter
  • Use drift for SQLite3 database management on ALL platforms - to move away from using the .omio file internally. This does not mean a shift from using omio files as an import/export format.
  • Support for Windows, Linux and Android versions.
  • An update notifier has been introduced. Do note however that Update notifications are strictly In-App and cannot be disabled. Also, since it was a last-minute change, it couldn't be tested in development. It is still in BETA BUT INCLUDED FOR USER EXPERIENCE IMPROVEMENT stage.

Non-technical

It's not just the technical side that got the update. The non-technical side has MAJOR updates:

  • Updated the README.md file.
  • Documentation for the project is now UP TO DATE with the 2.0.0 stable release.

Get it

Currently, only these channels are supported:

Windows: Portable file from GitHub (here)
Android: APK from GitHub (here)
Linux:
- Snapcraft: sudo snap install sitemarker
- Portable file from GitHub (here)

🗒️ Flatpak (and consequently, flathub) builds are not available for this release.

More Changelog

See: 1.2.3-fix...2.0.0

2.0.0-PRE-RELEASE : The major update is almost here

17 Mar 06:19
7239c10
Compare
Choose a tag to compare

This (pre-)release

This is the pre-release test build for Sitemarker 2.0! Find the Windows, Linux and Android versions here!

Help

Please consider supporting the project, testing the project releases AND contributing to the project.

About this (pre-)release

Technical

Sitemarker has undergone a full rewrite. The old UI is now refreshed to a modern UI. The technical changes are too major. But, the summary includes:
- Move away from Python and GTK to Flutter
- Use drift for sqlite3 database management on ALL platforms - to move away from using the .omio file internally.
- Support additional platforms - official support for Windows and Android along with the already existing Linux distribution.
- Update notifier has been introduced. Do note however that Update notifications are strictly In-App and cannot be disabled. Also, since it was a last-minute change, it couldn't be tested in development. It is still in DEVELOPMENT BUT INCLUDED FOR USER EXPERIENCE IMPROVEMENT stage.

Non-technical

It's not just the technical side that got the update. The non-technical side has MAJOR updates:
- Updated the README.md file.
- Documentation for the project is now UP TO DATE with the upcoming 2.0.0 stable release.

Edits

Removed all references to Android pre-release as they are now available.

More changes

Full Changelog: 1.2.3-fix...2.0.0-test

1.2.3-icon-fix

14 Sep 15:52
59c122a
Compare
Choose a tag to compare

Fix icon size

1.2.3: Permission, Icon and Links

14 Sep 15:38
203a613
Compare
Choose a tag to compare
  • Update the app icon to reflect the minimalistic approach.
  • Update permissions to remove unwanted and unsupported features and access.
  • Network permission with X11-related permissions are removed.
  • X11 is not supported use Wayland instead.
  • Updated sponsor link from GitHub sponsor to Buy Me A Coffee. Now a GitHub account is no longer needed to financially support the project.

1.2.2: Fix Issue #15

01 Jul 05:20
fb254e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1: Version info Updation

30 Jun 14:11
12f946f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0: Fix things

30 Jun 08:49
f448c90
Compare
Choose a tag to compare

What's Changed

  • Add test instructions to readme, update screenshots. by @aerocyber in #6
  • Adding a flake.nix declaring dependencies. by @HikariNee in #7
  • Revert "Adding a flake.nix declaring dependencies." by @aerocyber in #8
  • Fix error that prevented copying url from succeeding. by @aerocyber in #9
  • Add docs by @aerocyber in #10
  • Update osmata.spec to sitemarker.spec by @aerocyber in #11
  • Fix import, export and viewing an omio file not working. by @aerocyber in #12
  • Add script to generate distributable source tarball file. by @aerocyber in #13

New Contributors

  • @HikariNee made their first contribution in #7

Full Changelog: 1.1.0...1.2.0

1.1.0: Cleaner UI

11 Jun 14:17
0e18072
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1: Respect $XDG_DATA_HOME

31 May 07:57
3b19862
Compare
Choose a tag to compare

The previous location was updated with $XDG_DATA_HOME or ~/.local/share/.
To use the previously saved records, import them from ~/.sitemarker/internal.omio file.

1.0.0

30 May 06:11
da9ed60
Compare
Choose a tag to compare

Initial release with basic features.