Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Releases: Charles-Zhang-Somewhere/Somewhere

Major Release Before Moving to Next Stage!🎊

15 Sep 14:55
59ea405
Compare
Choose a tag to compare

Finally! This is the feature-packed official Somewhere release for V0.1.0!
For a comprehensive change/feature list please see itch.io page.

I also recommend anyone who is more technically-inclined to check my article on a more (seemingly sophisticated but when you go over it it's actually quite simple) replacement for Somewhere system here.

There is also a work-in-progress Somewhere 2 coming up🚀! Some discussion can be seen here.

Gamma

02 Sep 01:34
Compare
Choose a tag to compare
Gamma Pre-release
Pre-release

Just a bit closer to actual release of V0.1.0.

This version is distinct from V0.1.0-beta with notable changes to update mechanism and data table format. Some other in-progress implementations are also packed in this release, e.g. journaling (i.e. anything upto commit 140).

For a glimpse of latest dump command (an application of the new journaling system, see this image and this log.

All details of changes from V0.0.5 are expected to be summarized in the formal release of V0.1.0, which is expected real soon.

(Notice for nightly build use this link on OneDrive.

Somewhere "New Beta"🎉

26 Aug 23:19
Compare
Choose a tag to compare
Pre-release

Up-to-date executable..

Functional Desktop!

18 Aug 22:26
Compare
Choose a tag to compare

Summary

  • [Windows] Basic Somewhere Desktop implementation.

CLI Functional Release

14 Aug 12:53
Compare
Choose a tag to compare
Pre-release

Summary

A functional version of CLI interface, with support for following commands. GUI hasn't been prepared yet.

  • add - Add a file to home.
  • create - Create a virtual file (virtual text note).
  • doc - Generate documentation of Somewhere program.
  • files - Show a list of all files.
  • find - Find with (or without) action.
  • help - Show available commands and general usage help. Use help commandname to see more.
  • mv - Rename file.
  • mvt - Move Tags, renames specified tag.
  • new - Create a new Somewhere home at current home directory.
  • rm - Remove a file from Home directory, deletes the file both physically and from database.
  • rmt - Removes a tag.
  • status - Displays the state of the Home directory and the staging area.
  • tag - Tag a specified file.
  • tags - Show all tags currently exist.
  • ui - Run desktop version of Somewhere.
  • untag - Untag a file.

Major Changes

  • [Standard] Basic commands implementations.