Skip to content

Releases: aerocyber/sitemarker

Version 3.0.0

23 Dec 23:59
38d5688
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...3.0.0

Version 2.2.0

11 Jul 23:57
75c3066
Compare
Choose a tag to compare

[Fixes]

  • Search results not going to the correct page.

[Additional]

Full Changelog: 2.1.2...2.2.0

Bugfix: 2.1.2

19 Jun 15:57
Compare
Choose a tag to compare

Closes #31

Summary

Android versioning was messed up due to the generation of signed APKs through Android Studio instead of Flutter CLI.

Full Changelog: 2.1.1...2.1.2

Minor release: 2.1.1

06 Jun 00:10
ea3649b
Compare
Choose a tag to compare

What's Changed

  • Update snapcraft.yaml, Add windows installer by @aerocyber in #26
  • Fix bug: floating button for adding a new record covering up delete icon by @aerocyber in #28
  • Bugfix : Version 2.1.1 by @aerocyber in #29

Full Changelog: 2.1.0...2.1.1

Version 2.1.0: Minor release (stable)

19 May 02:43
cb7f496
Compare
Choose a tag to compare

What's Changed

PRs

Technical

  • Minor design improvements
  • Added reminder to sponsor/contribute to the development of the project
  • Added support to adding URLs without protocols
  • Add URL to clipboard
  • Delete confirmation dialog
  • Fix issues regarding focus in Android (Creating/Editing a record)
  • Improve Search

New Contributors

  • @Quelln made their first contribution at #21

Get it

  • Windows (zip): Get the sitemarker-2.1.0-windows.zip file, unzip it, run the sitemarker.exe file
  • Windows (Installer): Download the Sitemarker-2.1.0-installer.exe file, execute it. Run the application from Start menu
  • Linux (tarball): Get the sitemarker-2.1.0-linux.tar.xz file, unzip it, run the sitemarker executable
  • Linux (snap install): sudo snap install sitemarker
  • Android: Get sitemarker-2.1.0.apk file, install it

Update it

  • Windows (zip): Download the newer version, use the new exe file
  • Linux (tarball): Get the new tarball file and use the new executable
  • Linux (snap): sudo snap refresh sitemarker
  • Android: Get the newer APK file and install it

🗒️ Note

  • Flatpak release is not ready for 2.1. Targets version 2.2 onwards
  • Snapcraft release may get delayed by a day or two

Full Changelog: 2.0.0...2.1.0

Version 2.0.0 - stable release

31 Mar 07:43
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
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
Compare
Choose a tag to compare

Fix icon size

1.2.3: Permission, Icon and Links

14 Sep 15:38
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2