Skip to content

Releases: cdevroe/unmark

Unmark 1.6.4

18 Aug 15:05

Choose a tag to compare

The following updates are included in this release:

  • Updated JS routes for URLs such as /marks/last-year

Unmark 1.6.3

18 Aug 15:01

Choose a tag to compare

A few updates in this release:

  • Fixed layout issue #130
  • Small bug fixes an improvements

Unmark 1.6.2

05 Feb 19:40

Choose a tag to compare

Several key bug fixes in this release including:

  • Removing info.php #75
  • Bookmarklet doesn't include port #78
  • Fix for #86

Thanks to @williamknauss for his help with this release.

Unmark 1.6.1

03 Dec 16:30

Choose a tag to compare

A simple bug fix release. Thanks to @Jariell for reporting issue #73.

Unmark 1.6.0 - Mark Hamill

02 Dec 17:18

Choose a tag to compare

Here is what is included in Unmark 1.6.0 - Mark Hamill.

unmark-1 6 0

  • Edit Mark Titles - Now you can customize a mark's title. Want to remove some cruft, or need to save a mark as something specific? Now you can. This feature is available both from the bookmarklet popup or from your main marks list. (#52)
  • UTM variables removed - All those crazy variables at the end of a querystring on a URL are now removed automatically by Unmark. Just for cleanlinesses sake. (#51)
  • Tag search in archive - Tag searches now extend into your archive. Yay! (#65)
  • Bug fixes:
    • Updates to Grunt tasks (#69)
    • DBPrefix configuration removed (we don't use this in Unmark) (#62)

We named this release after Mark Hamill who played Luke Skywalker. Why? This.

1.5.5

13 Nov 20:07

Choose a tag to compare

This is the latest release.

Added Version Number to Asset Files

04 Apr 15:22

Choose a tag to compare

1.5.2

Updated asset version

Chinese translations

04 Apr 09:11

Choose a tag to compare

Added chinese translations for Unmark contributed by hewigovens

Switched migrations naming schema to support 32bit systems

03 Apr 13:45

Choose a tag to compare

Switched migrations naming schema to work on 32bit systems.
New migration_type is "unmark", and schema for files is:
YYYYMMDDXX, where:

  • YYYY is year (2014)
  • MM is month (10)
  • DD is day of month (31)
  • XX is sequential number of migration for particular date (01, 02 etc)
    Please see documentation in config for more details.
    Migration from older database should work from the scratch, but DB backup before upgrading is recommended.

Links in Notes Field

01 Apr 19:29

Choose a tag to compare

We added a filter. If you put any link (starts with http(s)) in your notes field we will auto convert it to a link.